Gameobject names in Hierarchy Panel not showing up.
I've cloned a repository from GitHub and opened the project in Unity (Unity 5.4.2).
The name of the game objects in the hierarchy panel are not showing up at all.
However, I believe, names of prefabs are showing up. Anyone know what may be causing this?
Answer by NicholasSheehan · Mar 23, 2017 at 01:22 PM
I've had this happen before, the only way I've gotten to fix it is by downloading the exact version of Unity that it was saved in. You should be able to find a file in the Project Settings folder called ProjectVersion.txt
that displays the version of Unity used last in the project
Your answer
Follow this Question
Related Questions
How to add sprite to prefab without using scene hierarchy 0 Answers
How to transform many copies of a mesh object into many copies of same prefab? 0 Answers
Group of Objects in Hierarchy to a Prefab 0 Answers
Is prefab hierarchy limited to just one level? 1 Answer
Architecture advice on how to cycle a prefab's characteristics at runtime? 0 Answers