It is so annoying that thing popup every time when I switch project.
I believe it make sense to add a setting in the Preference to check show or hide the startup splash screen. Please add it in 3.3.
It is so annoying that thing popup every time when I switch project.
I believe it make sense to add a setting in the Preference to check show or hide the startup splash screen. Please add it in 3.3.
O___o;;
Well it kinda is there for a reason- itās the application loading!!
This. If you remove the splash, it will still take the same time to actually load, just without the image.
Though is it possible to replace it? I want to put something from my own collection there
If you pull apart the exe or application, maybe. Probs easier to do on a mac, actually. I recall managing to be able to do that sort of stuff in mac os 10.3⦠good times.
I changed mine like this.
you can replace original image resource with empty PNG to āremoveā splash screen.
Iām also interested in removing the Editor Splash. Especially so, when running Unity in -batchmode.
For some odd reason, the splash will still come up. The Editor itself will be headless once launched, but in the process of launching the splash/a window comes up. Super annoying and unnecessary.
edit: To make matters worse, the Editor Splash steals and requires focus. You canāt force it to run minimized or on another workspace(via the window manager config for instance) without Unity being stopped in its tracks. The splash needs focus or Unity wonāt load.
Thatās just terrible, but especially for the -batchmode.
edit2: The -nographics flag does exactly what I need, and unlike what the docs say, works under linux too.