yasirkula / UnityRuntimeInspector

Runtime Inspector and Hierarchy solution for Unity for debugging and runtime editing purposes
MIT License
1.68k stars 135 forks source link

Shows only needed properties in runtime inspector #18

Closed saravanan2020 closed 4 years ago

saravanan2020 commented 4 years ago

Hi, How to add only needed properties of a selected gameobject to runtime inspector. Thanks. By S

yasirkula commented 4 years ago

Please see Hidden Variables and Exposed Variables: https://github.com/yasirkula/UnityRuntimeInspector#d1-inspector

saravanan2020 commented 4 years ago

Thanks for quick reply