- Home /
Scene and hierarchy suddenly empty
Hello I am building a game. When i start unity the editor begins to reimport all the assets. I have double-clicked the scene the name of the scene is on top of the screen. Can anyone help me?
reimport all the assets I have double-clicked
This part of the sentence gets confusing.
Is the problem that the Unity Editor does not open your desired scene(1.) or having the scene and hierarchy disappear when pressing Play(2.)?
Sorry I will should have been more precise, rephrasing:
Is the problem that the Unity Editor does not open your last opened scene when launching/starting Unity?
(Check if the title of the Unity window contains the name of the scene)
Pendrokar Yes it contains the name of the scene there is no maincamera its all gone
You've saved over it.
When you open Unity the first thing you do is load your scene whether you think its loaded or not. NEVER rely on loadup information being correct. You Will break it, you Will lose things, otherwise.