Page 1 of 1

Speechbubble rotating with player

Posted: Tue Jul 08, 2025 1:16 pm
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?

Re: Speechbubble rotating with player

Posted: Tue Jul 08, 2025 3:22 pm
by Tony Li
Hi,

Add an Always Face Camera component to your speech bubble if it doesn't already have one.

Re: Speechbubble rotating with player

Posted: Wed Jul 09, 2025 2:47 pm
by andreas.leurs
Thanks that was it. I needed to at the AlwaysFaceCamera Script to my player object.