/TrajectoryTutorial

Shoot arrows & missiles in 3D space using projectile motion physics in Unity3D

Primary LanguageC#GNU General Public License v3.0GPL-3.0

TrajectoryTutorial v2.0

After plenty of requests from comments of the original tutorial on how to make launching work for arbitrary heights, I've decided to rewrite the tutorial with better writing, code, and example in my blog: Projectile Motion Tutorial for Arrows and Missiles in Unity3D.

v2.0 WebGL Build: Trajectory Tutorial v2.0

Changelog

  • New project from scratch, with minimal asset usage
  • Upgraded project to Unity v2017.3.0f3 (Latest as of 17 January 2018)
  • Cleaner code with better explanations
  • Targets with arbitrary heights

TrajectoryTutorial v1.0

Shoot arrows & missiles in 3D space in Unity3D - a simple trajectory motion tutorial.

Source: Simple Trajectory Motion Example Unity3D

v1.0 WebGL Build: Trajectory Tutorial