- Home /
 
Bizarre scene behaviour?
Hi,
I'm having a slight issue with one of my scenes. I am developing my game for Android which I have done many times before but this time, I'm experiencing a slight problem.
When I try and open my scene, it loads nothing. The hierarchy is empty. However, the scene file size is still the same size (1 mb) yet shows no objects or anything.
I know the data is there because the file size is still the same as it was. Does anyone know why the scene is not loading the correct data?
Thanks in advance.
Answer by Skippy_123 · Jun 29, 2014 at 05:12 PM
Did you tried it on a phone or in unity?
Did you setup the scenes in the building settings correctly?
have you made a mistake somwhere in the code which loads another scene or does not load the proper scene?
When trying the scene directly in unity, have you ensured you have the correct scene open?
Your answer
 
             Follow this Question
Related Questions
Audio not working when loading scene for second time 0 Answers
Application.LoadLevel obsolete but SceneManager.LoadScene Doesn't work 5 Answers
Multiple AR tracker not working. 0 Answers
Canvas breaks on scene change 0 Answers
Something doesnt move with my prefabs to new scene, breaking my horizontal controller. 0 Answers