Guillaume
Perraud
MystFreaK's
Design

Projectiles
Projectile tool. Multiple Types. generic(monobehaviour restricted).
TPS controller. Tweak. Simple camera
Projectile
Tools

This package permit the utilisation of precises detection types of projectiles (currently working : simple bolt), So you can create arrow and other type of relativly slow projectiles.
​
It creates an interpollation on each frame to remove the potential risk of missing the target without using a raycast that would instantly hit the target.
​
You can use it to detect any Monobehaviour type, and then apply any effect you want with your own code.
This package is a solution to end the endless struggler with the basic unity tps system (that works on world position and can be used only with a tps camera).
​
It contains a base controller to make it easy to use for a demo, variable free oriented to make it fast.
​
The camera can follow the player rotation, or let the player control it with a simple boolean.
​
The controller use xInput base system and works for xbox controller.