Hey, converting some JS code to C#. What gives here?
else if (Application.platform == RuntimePlatform.WindowsEditor || RuntimePlatform.WindowsPlayer) { //error hits here
horizontal = Input.GetAxis("Horizontal");
throttle = Input.GetAxis("Vertical");
}