Bindings
Mobile
A simple bindings script which saves to a file. It is much more efficient than polling with strings or using the InputManager that Unity3D ships with, and easier to use too. An example usage in your scripts: bool movingForward = Bindings.GetKey(Bindings.Key.Forward);