Question by
Kermon · Feb 04, 2016 at 05:33 AM ·
2d character
How to make a player fire a bow in a 2d roguelike game?
I am creating a roguelike game based off of unity's scavengers project and want to know how to make the player able to fire a projectile to kill the enemies.
Comment
Have you tried instantiating an object and adding a velocity to it yet.