Created
March 19, 2025 17:33
-
-
Save unitycoder/1c12a6d35bcda4f462981652a031b746 to your computer and use it in GitHub Desktop.
Move Screenspace UI (ugui) element near Mouse Position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tooltipRect.position = Input.mousePosition + (Vector3.right+Vector3.up) * 20; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment