Description of issue: UCB fails to inject custom define symbols because my response files are read-only (checked into Perforce).
What is the proper way to workaround this? What is UNITY_CLOUD_BUILD used for?
UNITY_CLOUD_BUILD is a #define used in Platform Dependent Compilation. This consists of some preprocessor directives that let you partition your scripts to compile and execute a section of code exclusively for one of the supported platforms.
Looking at one of your recent builds, I’m not seeing any of the lines you posted in the logs. Are you still encountering issues?