This plugin allows to perform a morph animation when a desired object enters a Person mouth.
This plugin is extremely easy to use and setup: just add the script to a Person, and configure it as you wish.
To configure it:
This plugin is extremely easy to use and setup: just add the script to a Person, and configure it as you wish.
To configure it:
- Add the object(s) that will cause the transformation to the scene
- Specify the objects in the "collider" dropdown
You can add multiple objects, and there's an option to add a bunch of elements that follows a rule.
Those rules are called Regular Expressions (or RegEx), you can check for a tutorial here. Some basic pattern will be^edible
, that will match everything starting with "edible" (like "edible1", or "edible_food").
- Adjust the morph animation duration in seconds
- Add all the morphs that will change, and the ammount. On every animation all the specified morphs will increment/decrement by the specified ammount. The transformations are cumulative: if you eat 2 objects, you will play 2 animations (one after the other)