Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Difficult to play because the mouse cursor isn’t being locked, so if you’re playing windowed it keeps moving outside of the game window.

You can lock the cursor to prevent issues like this:

https://docs.unity3d.com/ScriptReference/Cursor-lockState.html

(+1)

Thanks!I tried to lock the cursor using the script within Unity standard asset, that doesn't turn out well. I will test this out later. Appreciate for the feedback!