I need to show the scene hierachy in an editor window. At the moment, I am retrieving all GameObjects with GameObjects.Find and displaying them in alphabetical order. However, this does not take parent/child relationships into consideration. I understand that every transform references its parent. What is the most efficient way of representing the scene hierarchy in an editor window?
↧