I am new to unity and just trying to move a ball (prefab) up. I want to create the ball using the script, which works, I see the ball on the screen so it instantiates correctly. But when I try to ally force to the ball nothing happens. Currently the setting variables are set to: Gravity: 0, Simulated: true, Body Type: Dynamic, Mass: 1, Angular Drag: 1
here is my script:
![alt text][1]
I am not sure what I am doing wrong, any help would be appreciated, thanks.
[1]: /storage/temp/103937-capture.jpg
↧