Hello! Until this time, I used the JS, but now I need the code to C #. That piece of code on the JS, it must be converted into C#. Help please.
public var SpeedVariable =10.0;
function FlyForward () {
rigidbody.AddRelativeForce (0, 0, SpeedVariable );
}