Unity-Technologies / BoatAttack

Demo Project using the Universal RP from Unity3D
Other
2.51k stars 946 forks source link

Enable test script defines and force no batch mode during test runs #122

Closed seanstolberg-unity closed 3 years ago

seanstolberg-unity commented 3 years ago

My goal is to prevent as little upfront configuration for BoatAttack in order to run our perf tests. I'd like to add these script defines to the project settings in order to enable a few packages we use for emitting additional metadata for the perf tests. I've spent enough time trying to do this programmatically. I have working code that adds them, but we can't rely on a complete domain reload consistently happening before we load in our packages.