Publisher | Gwydion LLyr Meredydd |
---|---|
File size | 342.25kB |
Number of files | 15 |
Latest version | 1 |
Latest release date | 2020-08-05 02:50:18 |
First release date | 2020-08-05 02:50:18 |
Supported Unity versions | 2018.4.2 or higher |
Smooth out and stabilize your animations with this simple script.
Purpose:
This tool is ideal for creating first-person character controllers that use motion capture data to animate the character's body. Allowing for the first-person effect to be smoothed out instead of a violent head bob that would be achieved by setting the camera as a child of the head bone. It also can be used to smooth out rough animations.
How it works:
It works by averaging the position of your driver game object and your driven game object and applying it to the driven game object. Furthermore, it ensures that the camera will also revert to its local z-axis, which gives the illusion of real-time camera stabilization.
It requires two gameobjects to function, with one being the object that is being tracked and the other that is being moved.
Features:
Smooth out animations.
Parent an object to another with smoothing.