Im working a long time with Unity and i never have seen THIS error and i cant get rid of it no matter what i do…
UnityException: Input Key named: KeyCode.E is unknown
UnityEngine.Input.GetKeyDown (string) <IL 0x00001, 0x00023>
(wrapper dynamic-method) UnityEngine.Input.Input$GetKeyDown$System.String (object,object) <IL 0x0000c, 0x0004c>
Boo.Lang.Runtime.RuntimeServices.Invoke (object,string,object) <IL 0x0004c, 0x00125>
Mouse.Update () (at Assets/Scripts/Mouse.js:9)
basically im getting the “KeyCode.E” from another script so its like Input.GetKey(GameObject.Find(CONTROLS).GetComponent(CONTROLS).forward)