Page 1 of 1

how can I have the camera revert to the default player after the dialogue ends?

Posted: Sun Oct 27, 2024 4:35 am
by hhyu
I used CinemachineTarget, which allows me to direct the dialogue towards the speaker. However, how can I have the camera revert to the default player after the dialogue ends?

Re: how can I have the camera revert to the default player after the dialogue ends?

Posted: Sun Oct 27, 2024 9:18 am
by Tony Li
Hi,

You can use CinemachineTarget() to target the player in the last dialogue entry node of the conversation.

Or add a Dialogue System Trigger to the player. Set its Trigger to OnConversationEnd. Select Add Action > Play Sequence. Then add the CinemachineTarget() sequence to target the player.