Hi everyone.
I have a rotating cube that rotates on the center of the screen,
I want to make it shoot projectiles as it rotates.
I tried
bulletRigidbody.velocity = transform.up* 50f;
but the projectiles go up always.
please check the video below :
https://www.youtube.com/watch?v=kW-Z8ed7mTY
thanks