Hey!
(I’m using 5.3-preview-0423)
I noticed that while a single Int2 IOBox does have the same configure menu as, for instance, a Vector2 IOBox (including Minimum/Maximum, Stepsize, Precision, Unit), these fields are lost when using a Spread<Int2>.
Spread<Vector2>:
Spread<Int2>:
So, if I have to make adjustements to, for instance, the Unit setting of a Spread<Int2> IOBox, I have to switch types to Spread<Vector2> to make the change, then switch back to Spread<Int2>…
Hope this helps!
T

