Skip to main content

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

My game ran perfectly in Unity, but in an actual build several controls stopped responding.

Turns out I hid some key functions in an "Assert()" command, which were apparently removed in the final build...