Skip to content

Commit 1cdfddc

Browse files
committed
Added NGOtemplate and StarterKits projects
1 parent 2a62d2f commit 1cdfddc

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.yamato/project-builders/builder.metafile

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,37 @@ BuildProjects:
2424
manifestPath: Packages/manifest.json
2525
projectPath: '.'
2626
localPackageName: com.unity.netcode.gameobjects
27-
localPackagePath: Packages/com.unity.netcode.gameobjects
27+
localPackagePath: com.unity.netcode.gameobjects/
2828
minUnityVersion: 6000.0.52f1
2929
Asteroids:
3030
GithubRepo: "https://github.cds.internal.unity3d.com/unity/Asteroids-CMB-NGO-Sample.git"
3131
defaultBranch: main
3232
manifestPath: Packages/manifest.json
3333
projectPath: '.'
3434
localPackageName: com.unity.netcode.gameobjects
35-
localPackagePath: Packages/com.unity.netcode.gameobjects
35+
localPackagePath: com.unity.netcode.gameobjects/
3636
minUnityVersion: 6000.2.9f1
3737
SocialHub:
3838
GithubRepo: "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize.git"
3939
defaultBranch: main
4040
manifestPath: Basic/DistributedAuthoritySocialHub/Packages/manifest.json
4141
projectPath: 'Basic/DistributedAuthoritySocialHub'
4242
localPackageName: com.unity.netcode.gameobjects
43-
localPackagePath: Packages/com.unity.netcode.gameobjects
43+
localPackagePath: com.unity.netcode.gameobjects/
4444
minUnityVersion: 6000.0.24f1
45+
NGOtemplate:
46+
GithubRepo: "https://github.cds.internal.unity3d.com/unity/com.unity.template.multiplayer.ngo.git"
47+
defaultBranch: main-unity-6
48+
manifestPath: Packages/manifest.json
49+
projectPath: '.'
50+
localPackageName: com.unity.netcode.gameobjects
51+
localPackagePath: com.unity.netcode.gameobjects/
52+
minUnityVersion: 6000.0.33f1
53+
StarterKits:
54+
GithubRepo: "https://github.cds.internal.unity3d.com/unity/StarterKits-GameplayNGO.git"
55+
defaultBranch: main
56+
manifestPath: StarterKits/Packages/manifest.json
57+
projectPath: StarterKits/
58+
localPackageName: com.unity.netcode.gameobjects
59+
localPackagePath: com.unity.netcode.gameobjects/
60+
minUnityVersion: 6000.3.2f1

0 commit comments

Comments
 (0)