Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug with minmaxslider: min max input broken when free: false #94

Closed
laurentopia opened this issue Nov 7, 2024 · 4 comments
Closed

bug with minmaxslider: min max input broken when free: false #94

laurentopia opened this issue Nov 7, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@laurentopia
Copy link

shareX -> mp4 broke so i can't share video but here are the steps:

image
image

@TylerTemp
Copy link
Owner

Can you provide:

  1. Your unity version
  2. a simple code that may re-produce it

As my testing:

  1. Unity 2022.3.0f1 with UI Toolkit disabled.
  2. SaintsField 3.4.9
  3. Code as
[MinMaxSlider(5, 10, free: true), BelowRichLabel("$" + nameof(rangeInt))] public Vector2Int rangeInt;
[MinMaxSlider(0, 10), BelowRichLabel("$" + nameof(rangeInt2))] public Vector2Int rangeInt2;

gives

Unity_bT9g5Q7Vc4.mp4

@TylerTemp TylerTemp added the question Further information is requested label Nov 7, 2024
@laurentopia
Copy link
Author

image
in unity 2020.3.48

@TylerTemp TylerTemp self-assigned this Nov 8, 2024
@TylerTemp TylerTemp added bug Something isn't working and removed question Further information is requested labels Nov 8, 2024
TylerTemp added a commit that referenced this issue Nov 8, 2024
@TylerTemp TylerTemp changed the title bug with minmaxslider: on last update when i input min it resets to 0, only can slide min value, bug with minmaxslider: min max input broken when free: false Nov 8, 2024
@TylerTemp
Copy link
Owner

Hi,

please check if it's been fixed in 3.4.10

@laurentopia
Copy link
Author

yay victory!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants