Position UI to mouse position (Make Tooltip panel follow cursor)
问题 I made a tooltip panel follow the cursor with void Update () { this.transform.position = Input.mousePosition; } in the Update function. The panel "lags" behind, moving to cursor position after quarter of a second, and its kind of annoying Is there a better way of doing this? Can i somehow "glue" it to the cursor? Here is how it looks when i move mouse from right to left. Panel IS under the cursor when mouse is still, it only trails off when moved vigorously. 回答1: This is a known issue with