void Awake()
{
{
if( Application.loadedLevelName == "Level 01")
DontDestroyOnLoad(this.gameObject);
}
}
doesn't work !!
Please, i need help !
↧