D
D
Dmitry Korolev2016-06-23 16:14:29
C++ / C#
Dmitry Korolev, 2016-06-23 16:14:29

How to hide the cursor and appear?

How can I hide or show the cursor in code?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kestik, 2016-06-23
@adressmoeistranici

docs.unity3d.com/540/Documentation/ScriptReference...
Hide:
Show:
Cursor.visible = true;

S
Sergey Kuzmin, 2016-06-23
@Flashmond

Cursor.Hide( );
Cursor.Show ( );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question