|
I, I've got some code that calls a routine to throw an object when the P key is pressed, it all works fine except every time I press the P key he throws the object + 1 more every time, I'm using (Input.GetKeyDown) can someone please point out the obvious that I'm missing please.
(comments are locked)
|
|
Are you sure you have put the Input.GetKeyDown in Update function? if you put it in OnGUI, there would be more that one object thrown, maybe two, three or four... Just check this, good luck.
(comments are locked)
|
