Hi
I have a problem with my splash screen. It works well in the editor with the “preview mode”. But on my android tablet it happens in 2 step :
- first it doesn’t work properly (for a few second)
- then it start working and have the intended behaviour (with correct duration).
See it :

Does anyone encounter this behaviour ?
Here are my settings for the splash screen :

Not sure if the splash screen can have transparency. Try emplacing your transparent cutout on top of blackness, see if that works better.
Thx for the reply. Spash screen support transparency.
So i removed the static splash image and the problem disapeared.
My app is loading some python files when running for the first time (and it’s a bit slow
) so i guess i should have tryed to launch an already-installed-apk instead of installing it again to see if the behaviour would have been different.
I will investigate more at the end of the week.