Ui Toolkit Slider Value Binding not working

Unity Version 6000.0.23f

Hey there. I’ve bonded the value field of my slider to a public variable (public float rightHandOscillationThreshold = 140f; in my scriptable object. Now I have the following problem.

When I change the value in the scriptable object the slider is moving in my editorWindow as wanted. But when I try to move my slider to change the value, the slider cannot be moved. What am I missing here?

Hi @GlaDos_sae,

I think you didn’t read whole tutorial where I mentioned another post :slight_smile:

What is “Binding Mode” in “Add binding” panel?
If you want to two way banding. you should chose “Two Way” option.

You are a lifesaver. I overlooked that somehow yesterday.

1 Like