Unity3D - Ballistic system

Today I'll show you a ballistic system I've made on Unity3D. It's a static class so you can use it easily in any project.

This ballistic system can be used in 2 ways:

- You know the velocity for projectile shot, the system give you the angle needed to reach your target at the given velocity.

- You know the angle for projectile, the system give you the velocity needed to reach your target at the given angle.



Comments

Popular posts from this blog

[Unity][Shader] Night Vision

[Unity][Shader] Stylized Fog

[Unity] Flight Camera Character Controller