Hello, I am new to using dialogue system
I tried to use sequencer command SetPortrait() but the portrait updates after I start the conversation again
there are few more dialogue entries after the entry with the command
Am I doing anything wrong?
SetPortrait not updating the portrait
SetPortrait not updating the portrait
- Attachments
-
- Screen Shot 2022-05-20 at 9.08.10 PM (2).png (14.61 KiB) Viewed 410 times
Re: SetPortrait not updating the portrait
Hi,
That should work. Does the Player actor have two portrait images?
In your conversation, is the Player actor assigned as the conversation's actor? And is the Player actor assigned to all of the dialogue entry nodes that should be spoken by the player?
If so, then is the GameObject that represents the Player actor being used as the Dialogue System Trigger's Conversation Actor? (See Character GameObject Assignments for details.)
Are there any errors or warnings in the Console window?
That should work. Does the Player actor have two portrait images?
In your conversation, is the Player actor assigned as the conversation's actor? And is the Player actor assigned to all of the dialogue entry nodes that should be spoken by the player?
If so, then is the GameObject that represents the Player actor being used as the Dialogue System Trigger's Conversation Actor? (See Character GameObject Assignments for details.)
Are there any errors or warnings in the Console window?
Re: SetPortrait not updating the portrait
Hi,
I restarted the project and now it works as intended!
Thanks for helping me though
I restarted the project and now it works as intended!
Thanks for helping me though
Re: SetPortrait not updating the portrait
I'm glad it's working now. Sounds like the Unity editor had a temporary bug.