I guys, I have made a splash screen with movie texture, but unity can’t export it on android. In some forums people said that it’s not supported. Do you know how I can play my video as splash without using movie texture on android ? thanks in advance.
You can’t technically have an animated splash screen since Android doesn’t support it, but you can always just play a movie for the first scene.
OR
Set splash screen as a black bitmap and tell it to load a very lightweight scene of your animated logos. You can use LoadLevelAsync to load while your logos play out.
The first scene (the one loaded after the splash screen) would be your lightweight scene with the animated logo. During this time, you can load async the second scene (your main menu or movie).
ok what i have done is to put just an image as splash screen