Plax
date
Jun 8, 2024
type
Project
year
2020
slug
plax
status
Published
tags
Unity
Animation
summary
Parallax Character Animation
A rather simple, little script for Parallax Character Animation
In essence:
- Cut your character into many pieces and reassemble them in UGUI
- Define values for each element to determine how much it should move depending on the position of the control element
- Done!
In the example scene, the control position is hooked up to the mouse, so the character always looks at the mouse cursor.
Source Code: ➡️ https://github.com/col000r/PLAX/ (MIT License)