Set sprite offset

I want to offset the newly added sprites because my icon may resemble a positioning icon, but I found that after raising the y-axis of the sprites, I can correctly pick and add them to the correct position when looking up, but there is a deviation issue when looking down



I know that sprites are facing the camera, so when looking down, is it because the center of rotation is not at the bottom? Can there be an offset setting similar to the center point to offset the center point, so that no matter what angle the rotation is, the offset can be correct

You can try to use the camera.beta value to offset the sprite on the Y/Z axis:

It’s not perfect, but still better than not applying any offset on the Z coordinate.

1 Like

Thank you, it’s better than my previous one, but there is still an offset when I add sprites after alpha rotation