Hi
My slider thump does not slide. Value is changing but thump not play. (Debug.Log("slider = " + sliderBar))
What is the problem? How to fix this?
sliderBar = GUI.HorizontalSlider(new Rect (x, y, width, height), sliderBar, 0.0f, 10.0f);
↧