- Home /
My mouse cursor disappears when I press play!
I need help! I don't know if this is a bug but I have latest version of unity. When I press play and if i click on the screen my cursor disappears what can I do? I'm making rpg so I don't need it to disappear. PLZ HELP!!!
Answer by clunk47 · Sep 10, 2013 at 12:44 AM
Make sure you don't have some script using Screen.showCursor = false; Try first using a script enabling it, Screen.showCursor = true;
Answer by pride-brethrend · Nov 27, 2016 at 08:35 AM
Its very simple i had the same problem too just go to FPS controller script and uncheck lock cursor
Answer by JTAGames · May 27, 2020 at 11:10 PM
Just in case someone see's this since the update, screen.showcursor has been depreciated and replaced with Cursor.Visable
https://docs.unity3d.com/ScriptReference/Cursor-visible.html
Your answer
Follow this Question
Related Questions
2 Bugs in my game: mouse control takes some time to load and Menu not working. 0 Answers
Cursor disappearing in webplayer 1 Answer
Bug for Unity 0 Answers
Problem with mouse cursor disappearing in webplayer 0 Answers
Shader tab disappear... 0 Answers