Does anyone know where I can find the “Made With Unity” animated splash screen? I can’t find it on the “Press Downloads” page or anywhere else on the site.
I have Unity Pro and normally I could just select “Show Unity Splash Screen” in Player Settings. However, I need the file itself so I can control when the logo is displayed at startup.
Could someone from Unity please point me to the “Made With Unity” animated splash screen?
Its not provided as an asset pack although that sounds like a good idea for the future.
The animated splashscreen is hard coded in C++ as its shown whilst the engine is starting up so does not use normal unity engine features. so its not something we can just put into a bundle and share at the moment.
What change did you want to make to it?
Thanks Karl. At the moment I’m just displaying a static Unity logo and it looks good, but I’d like to display the animated “Made With Unity” logo (which looks so much better - also, I’m a Pro user and I don’t want to display the “Personal Edition” logo).
I can’t just check it in Player Settings because I want to control when (and for how long) the logo is displayed, and to sync it with audio (I’m displaying my logo, then the Unity logo, then the start menu).
Anyway, that’s cool - if it’s not available I’ll just continue to display the static Unity logo. Thanks for clearing that up.