yasirkula / UnityRuntimeInspector

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

Hide Certain Components #7

Closed LouMatalka closed 5 years ago

LouMatalka commented 5 years ago

is it possible to hide certain components such as Transform and Rigidbody component, or by default all of the components are hidden and expose certain ones ?

yasirkula commented 5 years ago

You can filter the components here: https://github.com/yasirkula/UnityRuntimeInspector/blob/ecc5ffbd6d75d3906809f6480b1f8a5bcd145a50/Plugins/RuntimeInspector/Scripts/RuntimeInspector/Fields/GameObjectField.cs#L97-L101

LouMatalka commented 5 years ago

Perfect ! Thanks a lot for this top asset !