I think it’s the expected behaviour: when rotating a mesh, the text won’t change position in billboard mode “all” as the text is expected to always stay perpendicular to the camera view direction. And because you set an offset of -200 it is a bit far from the model. If you set -20, I think you can see the result is what you would expect.
Isn’t billboarding based on rotation, not position?
What I’m trying to achieve is to have some billboard text positioned to my character’s left. In the PG, you can see it stay to the character’s left, until billboard is enabled where it is no longer at the character’s left.
Hey @JacobF Have been struggling with billboard position myself.
Couple of things.
First, looks like attaching mesh to a bone will adjust its transforms to match bone transforms, which makes perfect sense if you want your dude carry a sword.
There are some lines of code that didn’t make sense to me. Commented them out with question marks.
Eg., I don’t think calculating text ratio from height of the mesh vs font size makes sense.
From what I understood you want your player to carry balloon like billboard. I would suggest using a mesh attached to a bone that then has a child plane set as billboard.
So… character moves around dragging and rotating pivot with child billboard plane fixed in place.