Hi! I am a beginner and this is my first question. I have tried searching for my answer, but no such luck. I am trying to use a GUI button to move my sphere forward. I am writing a C# script and trying to use transform. I have successfully made a GUI button that changes the radius of my sphere. Any help is appreciated.
Thanks,
Corey
Use Translate:
transform.Translate(0,0,10);