Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IronWarrior/ProjectileShooting

Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.
https://github.com/IronWarrior/ProjectileShooting

projectile trajectory unity

Last synced: 3 months ago
JSON representation

Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.

Awesome Lists containing this project

README

        

# ProjectileShooting
Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.

Projectile physics calculations are inside the `ProjectileMath.cs` file.

![](http://i.imgur.com/ORco4k3.gif)