Continuous Integration
Tips and trips for setting up Continuous Integration (CI) for your projects
Tips for automated building
public static void GatherSchema() { var settings = BakeUtil.Settings.GatherOnly; # if you use old codeGen, don't forget to add: settings.legacyCodeGen = true; BakeUtil.Bake(settings); }public static void Bake() { BakeUtil.Bake(BakeUtil.Settings.Default); }./protocol-code-generator generate --code csharp --ecs unity --split --output-dir "../Assets/coherence/baked" --schema "../Coherence.Toolkit/Toolkit.schema,../Library/coherence/Gathered.schema" --sync "../Library/coherence/Gathered.json"
Uploading schemas in CI scenarios

Simulator build pipeline
Building and uploading to the Cloud
Project Token
Commands example
Customizing your Simulator builds
Last updated
Was this helpful?

