void Awake() {
alpha.DontDestroyOnLoad(alpha);
gama.DontDestroyOnLoad(gama);
betha.DontDestroyOnLoad(betha);
duo.DontDestroyOnLoad(duo);
}
Here is my code.
Unity is giving missing object error after i used Application.LoadLevel(0)
What might be the problem?
Thanks for help