SaintsField icon indicating copy to clipboard operation
SaintsField copied to clipboard

is there an option to have [MinMaxSlider(0, 20)] expand range if the user input a larger/smaller value?

Open laurentopia opened this issue 1 year ago • 2 comments

combining the convenience of the minmax slider with the flexibility of a vector2 :)

laurentopia avatar Jul 11 '24 23:07 laurentopia

At the moment it is not supported (yet?).

Well, as it seems quite easy to implement, I'll consider it once I finish the current issues :)

TylerTemp avatar Jul 12 '24 17:07 TylerTemp

awesome

laurentopia avatar Jul 17 '24 17:07 laurentopia

Hi,

this feature has been added in ~~3.4.4~~ 3.4.5, please have a try (hope it has no bug.

[MinMaxSlider(0, 10, free: true)] public Vector2 myRange;

TylerTemp avatar Oct 25 '24 09:10 TylerTemp

This issue is now closed as it's been implemented. Comment below if you still have similar issues and I'll open it again

TylerTemp avatar Oct 30 '24 07:10 TylerTemp