How can i convert like a normal string "KeyCode.A" to a KeyCode?
static var left : KeyCode = KeyCode.A;
i am sending the string "KeyCode.A" to the variable left in .....left = "KeyCode." + optionsleftkey;
optionsleftkey = A
↧