I am trying to use numbers in my script but i can't do it because Unity show those errors:
![alt text][1]
Why? This is so strange! Why does a simple number bug the script? This doesn't make any sense...
Here is the code that gives the problem (Javascript):
function Update ()
{
if (Input.GetKeyDown ("1"))
}
[1]: /storage/temp/81166-thepowerofanumber.png
↧