Unity Editor UI: Static Array Editor
Context
I stumbled into a situation where I needed to expose an array in a MonoBehaviour component, but I'd like for that array's size to stay fixed. But by default, Unity always renders arrays as resizeable:
Very cool!... But not what we want.
In...
estebangamedev.hashnode.dev4 min read