- Home /
Inspector like Terrain Inspector Detail Tab
Hi everyone! I am trying to make a inspector like Unity's standard terrain inspector detail tab. I looked the source code of this with .Net Reflector. It uses SelectionGrid, it is okay. But I really didn't understand how it adds new details to SelectionGrid. Because SelectionGrid uses GUIContent and details are GameObjects. Is there anyone who have an idea? Thanks. (If I have any grammer mistake, I am sorry)
terraindetailtab.png
(25.4 kB)
Comment
If it uses selection grid, it probably adds the visual components like your two cubes, and then changes a global variable in order for the GUI to support that.
Your answer