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!!!
Its very simple i had the same problem too just go to FPS controller script and uncheck lock cursor
Make sure you don’t have some script using Screen.showCursor = false;
Try first using a script enabling it, Screen.showCursor = true;
Just in case someone see’s this since the update, screen.showcursor has been depreciated and replaced with Cursor.Visable