arimger/Unity-Editor-Toolbox

Can you add a MinMaxIntSlider?

Closed this issue · 3 comments

Used for the Vector2Int variable.

Do you mean the same drawer as MinMaxSlider for the Vector2? I can do it in the next update.

Yes, MinMaxSlider currently only supports floats, not integers. Thank you very much.

Implemented in: #93.

@zfh2773333333 you can use the same attribute: MinMaxSliderAttribute, it will work for Vector2 and Vector2Int properties.