yasirkula / UnityRuntimeInspector

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

Changed Expand Toggle to a Button #6

Closed bleppie closed 4 years ago

bleppie commented 5 years ago

This change simply replaces the custom PointerEventListener in ExpandableInspectorField from a custom PointerEventListener to a Button. This will allow users to write their own keyboard controls to navigate around the RuntimeInspector.

I changed a few prefabs, and used Unity 2018.2.14.f1

Closes #5 .