-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy pathbuilder.metafile
More file actions
20 lines (19 loc) · 1.03 KB
/
builder.metafile
File metadata and controls
20 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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)
# Note that for BossRoom 'main' branch supports NGOv1.X and 'develop' branch supports NGOv2.X
BossRoom:
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git"
branch: develop
manifestPath: Packages/manifest.json
projectPath: '.'
Asteroids:
GithubRepo: "https://github.cds.internal.unity3d.com/unity/Asteroids-CMB-NGO-Sample.git"
branch: main
manifestPath: Packages/manifest.json
projectPath: '.'
SocialHub:
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize.git"
branch: main
manifestPath: Basic/DistributedAuthoritySocialHub/Packages/manifest.json
projectPath: 'Basic/DistributedAuthoritySocialHub'