Skip to main content

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

I was wondering, is there a particular code style wanted for this project? The style given in the base project doesn't really correspond to the Unity API codestyle (eg, in the base project, there are fields that have uppercase starting characters, whereas the Unity API style uses lowercase starting characters for fields and uppercase for methods), and also has some confusing rules such as some member fields having "m" at the start and others not.