-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathbuilder.metafile
More file actions
12 lines (11 loc) · 1.02 KB
/
builder.metafile
File metadata and controls
12 lines (11 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
# https://internaldocs.unity.com/yamato_continuous_integration/usage/templating/
NetcodeProjects:
# Note that we are using internal Unity repo. This means that we may test with newest changes that are not yet released to our users (there are also public versions)
# The parameters specify repo location, default branch to use (since you can modify it via job variable), path to manifest.json file so we can replace package entry and path to the project root folder since it differs between projects
# Note that for BossRoom 'main' branch supports NGOv1.X and 'develop' branch supports NGOv2.X
# Recently (19.08.2025) BossRoom got an update to 3.0.0 version which updated everything to U6 and NGOv2.X. Because of that I branched out from last commit that was supporting NGOv1.X for our playtest usage
BossRoom:
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git"
defaultBranch: playtest/ngo-1.x
manifestPath: Packages/manifest.json
projectPath: '.'