Splash screen in CC 3.0

Hi there, I’m using CC 3.0 to creating a simple game, it seems that the splash screen is hard coded in cc.js file in the exported directory.

Is there any way to change the splash screen?
I found the text “Powered By Cocos Creator” but I don’t know how to customize the splash screen in this version.

Thanks

In iOS you can find it in the file ./YourGame/build/ios/assets/src/settings.json Search for the key splashScreen

1 Like

Please refer to the doc

https://docs.cocos.com/creator/3.0/manual/en/editor/publish/build-options.html#replace-splash-screen

1 Like

Thank you so much!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.