Ryan Huggins
Results
2
comments of
Ryan Huggins
My solution for this was to create a `NestedArray` class with an Array/List inside. It's a bit unwieldy (adds an extra layer of depth to the inspector hierarchy) but at...
If you go into the NaughtyAttributes codebase, find PropertyDrawerBase.cs, and replace GetPropertyHeight with this, it will fix it. ``` sealed override public float GetPropertyHeight(SerializedProperty property, GUIContent label) { bool visible...