Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

If you want to make your own character controller, you can lock the cursor to the game (and make it invisible) by using Cursor.lockState = CursorLockState.Locked, then use Input.GetAxis("MouseX") for horizontal movement, which rotates the camera. Then do the same for vertical, if needed :)