Databases
Last updated
Last updated
Effects are stored into Databases (e.g. “Behaviors”, “Appearances”, “Disappearances”), which are a ScriptableObject on their own as well.
You can add and remove effects to any Database however you prefer, and you can have multiple TextAnimators share the same Databases too. By default, all TextAnimator’s will share the same “Default” Databases from the settings file.
You can create new effects by right-clicking in the Project View -> Create -> Text Animator, and then choose the category and effect you want to add.
Since you can also edit effect tags in each ScriptableObject, you could create different ones for different purposes, like a specific “shake” effect that applies when a dialogue has to communicate “cold”, and another when it should communicate “fear”.