TylerTemp / SaintsField

A Unity Inspector extension tool focusing on script fields inspector enhancement
MIT License
145 stars 9 forks source link

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

Open laurentopia opened 1 month ago

laurentopia commented 1 month ago

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

TylerTemp commented 1 month ago

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 :)

laurentopia commented 1 month ago

awesome