https://github.com/forlornu/trajectory-predictor
A small demo in Unity3d where we calculate the trajectory of balls being shot from a cannon
https://github.com/forlornu/trajectory-predictor
game-development path-predictions trajectory unity unity3d
Last synced: about 1 year ago
JSON representation
A small demo in Unity3d where we calculate the trajectory of balls being shot from a cannon
- Host: GitHub
- URL: https://github.com/forlornu/trajectory-predictor
- Owner: ForlornU
- Created: 2023-05-20T01:07:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T15:47:58.000Z (almost 3 years ago)
- Last Synced: 2024-01-25T15:05:41.038Z (over 2 years ago)
- Topics: game-development, path-predictions, trajectory, unity, unity3d
- Language: C#
- Homepage:
- Size: 247 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trajectory-Predictor

Here is a project focused on predicting trajectories for projectiles, thrown object and such.
It's nothing too fancy but a must-have for any project that requires such tools!
Youtube walkthrough & explanation:
https://www.youtube.com/watch?v=rgJGkYM2_6E&ab_channel=ForlornU
This project uses the "new" unity input system, if you are trying to only copy the scripts into an already existing project
you need to setup that input handling, see video walkthrough for any questions
This is an entire unity project however and you can download and use the entire thing