Hi,
I’m not sure if this is the right thread.
I’m working on my game with a friend, and we host it on Githb.
The strange thing is that when he save it on Github, and I download it, all our hierarchy was gone.
We still have all the assets in it, but the layout of our game are gone.
I have checked the Github with him to pull from the develop branch, which I did.
Appreciate if anyone can advise.
Could it be you simply need to open the scene? Perhaps by default Unity has opened a new, empty scene for you?
3 Likes
The Hierarchy is specific for the open scene(s). Your image says your open scene is “untitled” which I doubt is the name of a real scene.
If you’re not saving your scenes at all, well you’ll need to do that. That’s a separate save step from saving the project in general. Saving the scene results in a scene file wherever you put it in the Assets folder, so you’ll need to make sure you check in the scene file into version control as well.
1 Like
Hi All, thank you for your help. I have solved the issue. I realize that I need to open the scene as Joe Strout mentioned.
1 Like