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?