Speechbubble rotating with player

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
andreas.leurs
Posts: 13
Joined: Wed Jun 25, 2025 7:40 pm

Speechbubble rotating with player

Post by andreas.leurs »

I use the speech bubbles of the Dialogue System for Unity (v2.2.55),

And it's rotating with my player. Is there an option so that the speech bubble is always facing the camera?

Or do I need to put the speech bubble on a separat object that I let follow my player without copying its rotation?
Attachments
SpeechBubble_Player.png
SpeechBubble_Player.png (93.71 KiB) Viewed 47 times
speechbubble_rotating.gif
speechbubble_rotating.gif (971.58 KiB) Viewed 47 times
User avatar
Tony Li
Posts: 23396
Joined: Thu Jul 18, 2013 1:27 pm

Re: Speechbubble rotating with player

Post by Tony Li »

Hi,

Add an Always Face Camera component to your speech bubble if it doesn't already have one.
andreas.leurs
Posts: 13
Joined: Wed Jun 25, 2025 7:40 pm

Re: Speechbubble rotating with player

Post by andreas.leurs »

Thanks that was it. I needed to at the AlwaysFaceCamera Script to my player object.
User avatar
Tony Li
Posts: 23396
Joined: Thu Jul 18, 2013 1:27 pm

Re: Speechbubble rotating with player

Post by Tony Li »

I think you'd want to add it to the UI. Otherwise the player model might always face the camera. In any case, if you have it working the way you want, disregard this reply. :-)
Post Reply