So, my bullet is always spawning in this rotation:
My spawning script look like:
a = Instantiate(bullet, miejsce, Quaternion.identity) as GameObject;
Changing third argument is seting bullet’s way, not rotation of model(object).
Way of bullet is working good, just got problem with model’s rotation. How to fix it?