Remove PlayCanvas loading screen

Remove PlayCanvas loading screen

Hi @xiaoyao! On the page below you can find the things you need to customize the loading screen.

https://developer.playcanvas.com/en/user-manual/designer/loading-screen/

Hello, what are the main changes? (I’m not familiar with JavaScript)

Where to modify

If you only want to remove the PlayCanvas logo, you can replace splash.style.display = 'block'; with splash.style.display = 'none';.

Thank you very much. It’s very helpful to me