TylerTemp / SaintsField

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

Changing the max value of `[MinMaxSlider]` changes min value as well #35

Closed braide closed 2 months ago

braide commented 2 months ago

Setting the max value in a [MinMaxSlider] by keyboard input sets the min value to the same value even if min value is already lower than max (for instance changing max to 5 when min is 0 sets min to 5 as well). Changing the value from the UI slider element works as expected however.

TylerTemp commented 2 months ago

Hi @braide

Please check if it's been fixed in 3.0.14

braide commented 2 months ago

It works in 3.0.14, thank you 👍