Hello! I'm working on a project where I would need to modify my character's face whenever I mouse over a specific response selection, but I can't seem to figure out exactly how to do it?
I have it set up where the function takes in a string parameter. How do I make it so that an individual Response Node would take in that string whenever I mouse over it before selection?
thanks!
Changing an image when mousing over a selection
Re: Changing an image when mousing over a selection
Hi,
You can use/modify the "Hover Response Button Example" available on the Dialogue System Extras page.
The example shows a tooltip and activates a GameObject when you mouse over a selection. But you can change this to call your function.
You can use/modify the "Hover Response Button Example" available on the Dialogue System Extras page.
The example shows a tooltip and activates a GameObject when you mouse over a selection. But you can change this to call your function.