Blank Screen after splash screen

i am having a blank screen after unity splash and its taking almost 20-25 secs to load my 1st scene
i checked the build logcat and got these audiotrack thing that is taking too much time to load
i am not using this in my build can you please help me to reduce my load time to normal.

I’m with the same problem

It Takes 22secs. The “creating banner view” was called just on the second scene. The first one is a Loading Scene I created to try minimize this loading time, but this Loading Scene stays 0.5secs on screen and before that 22secs on black screen…

Can someone help us?

Check your AudioClips import settings, specifically:

Avoid using “Decompress On Load” for large audio files (I’d say more than 10 seconds in length).

Full documentation: Unity - Manual: Audio Clip

i am not using any Audios :confused:

find any solution?