Hi,
I am confused on how to handle (or even if I need to) differences (not scripting) in IOS and Android builds when using source control. I have no experience with source control where you need to deploy to different platforms.
A Little History:
At this stage I am not using any official source control, all I have done is make complete backup copies of my game every once in a while (enough so that I don’t get severely depressed if I need to roll back). I have done all my development on Windows, and have done this till I was satisfied that I had a stable game. At this stage I moved my game to my Mac so that I could add what I think is platform specific changes (in my case ad mediation - namely HeyZap).
I think HeyZap needs to be installed separately on each platform (my assumption) as there are specific platform related changes that they suggest within the installation. e.g. moving files to IOS specific directory (IOS only), while making Android specific changes like “Assets > Play Services Resolver > Android Resolver”. I didn’t want to make both Android and IOS changes within windows development as I was not sure if it would mess up my compiles.
I do not have any platform specific code in my scripts so I have no need to use anything like #if UNITY_CLOUD_BUILD within my code**.**
My Questions:
- How would source control overcome my situation? Or do I not have a situation (i.e. my assumptions were incorrect)?
- Is it only IOS and Android scripting differences that I have to worry about?
I hope I have explained this well enough, if you have any questions let me know as I will be checking this thread quite often over the next few days.
Any help here would be appreciated, even if its your experiences using source control while deploying to different platforms.
Regards,
John.