How To Make it Shoot In Right Direction?

Please use code tags: Using code tags properly

The factory shortcuts around Vector3 (Vector3.forward for instance) are always world centric. Are you using those? Instead use the shortcuts on transform (such as transform.forward) because those change depending on heading.

How to report problems productively in the Unity3D forums:

http://plbm.com/?p=220

Help us to help you.

1 Like