If it's not too much work, do you think you can show me how? :)
I know that in the first person controller script, this is the input used by it.
<blockquote>float horizontal = CrossPlatformInputManager.GetAxis ("Horizontal");
float vertical = CrossPlatformInputManager.GetAxis ("Vertical");</blockquote>
I instead need to do it similar to this, right?
float horizontal = ork/makinom.input("Horizontal");
How do I get makinom/ork input to connect to it?