Rotate a text around Z axis using "Align Mesh To The Camera"

The node Align Mesh To The Camera works in a multiplayer game for all the players. But, it’s really difficult to guess the correct values for inputs Custom Object Basis 1, 2 and 3.

thanks bro worked nicely for me

1 Like

I’m a little late here, but you can fix this by accounting for the rotation of your actor in the scene by adjusting the basis vectors to account for this rotation. Note that I’ve specified the TransformVector node to convert from Local Space → World Space. Hope this helps!

16 Likes

This worked perfectly in my first person game, thanks!

All i was missing was the transform from local → world

1 Like

Finally a straightforward solution, thanks.

Thanks mate

worked like a charm, thanks