MyBox
MyBox copied to clipboard
Feature request: Fixed collections size in inspector
Remove the ability to add/remove item in inspector (aka fixed)
[SizeInInspector(4)]
public float[] myFloatArray;
[SizeInInspector(2)]
public List<int> myIntList;
