Unity Discussions
How can I disable the mouse pointer but receive the mouse axes?
Questions & Answers
legacy-topics
Guenter123987
February 11, 2017, 10:06pm
1
It’s very important for my game.
Toothless
February 11, 2017, 10:39pm
2
you could use:
Cursor.visible = false;
that would be the simplest