Hello this is my first “big project” on unity and i having a problem. I’m making a game with top down vision, and i want to make the character fire for each direction. The problem is that i don’t know how to make him fire to other directions, just fire to one direction. Can some help to resolve the problem
Hi @Notbot02 you can do simply creating empty gameobjects in editor as "child"s of your player(for simply moving with your player).
Manually positioning them for the shooting sides.
Then you can aim to these gameobjects and shoot your projectiles at the same time.

