Search found 2 matches

by Leroy
Sat Feb 08, 2025 11:04 am
Forum: Dialogue System for Unity
Topic: Adding Text Animation for Certain Dialogue Choices
Replies: 3
Views: 2223

Re: Adding Text Animation for Certain Dialogue Choices

Thank you for your quick response! Yes, I want to use my own script—I just need to add small effects to certain dialogue lines. Could you please provide a bit more detail on the structure of such a solution? I override the SetContent() method and add my logic there, but how can I specify that a part...
by Leroy
Sat Feb 08, 2025 12:35 am
Forum: Dialogue System for Unity
Topic: Adding Text Animation for Certain Dialogue Choices
Replies: 3
Views: 2223

Adding Text Animation for Certain Dialogue Choices

I want some dialogue options to have a shaking or floating letter effect. I wrote a script that can do this if I attach it to a text object. However, the obvious problem is that when I do this, the plugin takes the object as a template, and all options end up with the effect. How can I make the scri...