Object can't be seen in hierarchy when not in playmode,Can not see object in the scene hierarchy, but can see it in the game hierarchy
I want to attach a script to an object called "HeadNode", however it can't be seen when not in playmode. 
While in playmode, the hierarchy is as follows: 
So in order to make changes to "HeadNode", can I make it visible in the hierarchy when not in playmode? Or can I save my changes in playmode?
Answer by tormentoarmagedoom · Jul 02, 2018 at 12:45 PM
Good day.
You did not create this object right?
If it does not apear in the hicheracy, is because its not there... I'm sure it is instantiated by code when the game is running.
Bye!
Your answer
Follow this Question
Related Questions
How to i view all my object? 0 Answers
Camera won't stay attached to script when play button is pressed 0 Answers
Script wont execute unless selected in editor - Unity 2018.3.6 1 Answer
How to add a script to a parent object and not every individual child object. 1 Answer
Dynamic meshes not visible on android (samsung galaxy s6) 2 Answers