Skip to main content

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

I can understand that, I don't know if this will be helpful but I find "Conditional Compilation" statements useful when I need code to only run on certain platforms. So you could ensure that mouse sensitivity is X value in editor every time, and then whatever is in that IF statement will be disregarded on other platforms, it's been very hand for me - https://docs.unity3d.com/Manual/PlatformDependentCompilation.html