Porting to android with unity
Hey guys. I'm working on a little game and I want to develop a PC and Android version at the same time but I don't want to have to add X feature to the port every time something is added to the main version. I know I can limit code to only be in a certain version by doing if UNITY_ANDROID but how would I do it with game objects? Could I do it with version control?
Comments