Application.isShowingSplashScreen confusion
so here's the question.we know that when we launch the APP made by unity there's a splash image,which displays unity logo,so i wonder if that is "Application.isShowingSplashScreen" porperty.and if it is, how do i use this porperty(or field?) porperly.i mean by this moment,the first scene hasn't loaded yet,so all the Awake(),Start() functions shouldn't get called by now,so how do we detected this "Application.isShowingSplashScreen" thing,this is my confusion.so what exactly "Application.isShowingSplashScreen" is?
Comment
i was trying to make some cool sound effect when displays the splash image,all i can find is "Application.isShowingSplashScreen"
Your answer