Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Please save your questions to the end of the tour ;)

Okey, but in all seriousness... I used the following Input functions from the characters script to capture and release the cursor. Hope this helps.

Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)