|
Hello everyone :) Is there a way that you can create a GUI that has the position of the mouse? E.g:
I do know how to create the GUI and all that but, I have no idea how to create the GUI at the position of the mouse. Can you please help me? :)
(comments are locked)
|
|
You could use Input.mousePosition to get the position in pixel coordinates (screen coordinates) and then use this values to draw your GUI.
(comments are locked)
|
