How to Create a Projectile in Unity

kristielAll Topics, Tutorial, Unity Game Development

One of the most common mechanics that you’ll find in almost any video game is the ability to shoot something. Bullets, fireballs, arrows, etc. As a game designer, you can have your character shoot whatever your heart desires. Of course, implementing a shooting mechanism is not quite as simple as running a function called ShootBullets(). In this post, I am … Read More

Share this Post