S
S
Stacy202020-12-28 21:07:33
Unity
Stacy20, 2020-12-28 21:07:33

How to remove cursor in Unity?

Good evening! I just started learning the Unity program and am currently working on a project.
Question: how to remove the mouse cursor when the game itself (the level itself) starts, but at the same time, so that it is present in the menu?
So, the question is how to change the size of the cursor so that it does not look compressed in the game?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GFX Data, 2020-12-28
@ShockWave2048

The cursor should not be changed. Hide the system as shown, and draw your object by mouse coordinates.
Cursor.visible = false;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question