DontDestroyOnLoad is not Working?
I Need to Do not disturb the scene when going in to another scenes
also.here i'm send to mail scene,here it going to validate the
authentication,in this time my scene is not responding,so how solve
these,plz help me.The below code is wrote in current scene script.
void Awake()
{
DontDestroyOnLoad(this);
}
No comments:
Post a Comment