- Home /
The cursor is visible when built.
Hello. I have a problem. when I build my game in unity and run it, I see that the cursor is visible in the middle. But, I want it to be invisible. I tried to do Screen. showCursor = false; but it didn't work. So can anyone please help.
Comment
Best Answer
Answer by MUG806 · Feb 15, 2021 at 08:16 PM
Try Cursor.visible = false;
Thanks so much, I was just being dumb. Thanks again man! :)
Don't be scared to search the unity docs for stuff! Its surprising how much is one search away
Your answer
