I have a slider and i want to display the value that im at as i slide the slider.How do i do this?
Nevermind i fixed it on my own.Incase someone else is having problems i used
GUI.Box (Rect (110, 20, 40, 25), String.Format ("{0:#.##}", forwardThrust));
insert the var you are editing where forwardThrust is!
nice