Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Very interesting atmosphere for a sci-fi horror game. Is there any chance that we could get a glimpse on the source code?

(+1)

Yeah man, sure :)

private var moveDirection = Vector3.zero; private var grounded = false; private var controller : CharacterController; private var myTransform : Transform; private var speed : float; private var hit : RaycastHit;