Is prefab hierarchy limited to just one level?
When I grab an object from my Scene to the panel in order to make it into a Prefab, I notice I can only see one level of the hierarchy I have set up. When instantiating the prefab the granchildren and beyond are still there, but I can't edit those parts of the prefab. Is that a known limitation of Unity? Is there a standard way to deal with it? I'm guessing making prefabs out of each subtree would allow me to do what I want, but is that a recommended way of doing it?
Answer by RobWatling · Nov 06, 2015 at 02:44 PM
This is a known limitation of the Unity Prefabs, nested prefabs are in the works for a future release.
Your answer
Follow this Question
Related Questions
Screen Space Overlay canvas prefab becomes unclickable 1 Answer
How to transform many copies of a mesh object into many copies of same prefab? 0 Answers
Gameobject names in Hierarchy Panel not showing up. 1 Answer
Group of Objects in Hierarchy to a Prefab 0 Answers
No Script option in component Menu?! (Unity 5.3.1) 3 Answers