Unity Community |

Hello, I have a code where I instantiate a GameObject when I press space bar.
Here I instantiate.
Code:
{ }
And here is the update of the object.
The application is working good but the problem is that the projectile moves after 1 second has passed.
EDIT: I removed the Animation component of the imported model and now it works great!
Last edited by modular; 04-13-2012 at 09:55 PM.