I'm using the example script and none of the example TArrays appear in the inspector and I receive an error in the console which says "ArgumentException: Getting control 1's position in a group with only 1 controls when doing repaint
Aborting"
I'm using Unity Version 2021.3.15f1 and I'm on Windows 10.
To reproduce the issue:
- Create a New Scene.
- Create a new empty game object
- Add the TArray Example component script to the game object.
- Observe.
From my own research it seems this has to do with using EditorGUILayout in the propertydrawer script.
