Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/IronWarrior/ProjectileShooting
- Owner: IronWarrior
- License: unlicense
- Created: 2017-07-15T17:57:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T02:18:45.000Z (over 4 years ago)
- Last Synced: 2024-07-14T14:33:35.681Z (4 months ago)
- Topics: projectile, trajectory, unity
- Language: C#
- Size: 660 KB
- Stars: 429
- Watchers: 20
- Forks: 113
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - ProjectileShooting - Draws out the projectile's expected trajectory (Physics)
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)