We’re using a -batchmode -nographics build machine, and running a custom -executeMethod to invoke BuildPipeline.BuildPlayer(). We’d like to enable/disable burst for different custom build configurations.
Is there any way to set the Jobs → Burst → Enable Compilation & Show Timings settings from script?
If there’s no official API is there some temporary workaround for using reflection to pull it out of the editor settings? Hacks welcome, we need a working solution even if it’s only temporary!
(opening the editor on the build machine is not an option)