From a04828ef51ab877cf4816c06f109cf2d5ed43d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Chrobot?= Date: Tue, 28 Jul 2026 13:40:00 +0200 Subject: [PATCH] Added SmallScale and VRtemplate --- .yamato/project-builders/builder.metafile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.yamato/project-builders/builder.metafile b/.yamato/project-builders/builder.metafile index b261d28dea..8c7ff6f785 100644 --- a/.yamato/project-builders/builder.metafile +++ b/.yamato/project-builders/builder.metafile @@ -20,3 +20,13 @@ NetcodeProjects: defaultBranch: main manifestPath: Basic/DistributedAuthoritySocialHub/Packages/manifest.json projectPath: 'Basic/DistributedAuthoritySocialHub' + SmallScale: + GithubRepo: "https://github.cds.internal.unity3d.com/unity/com.unity.template.multiplayer.ngo" + defaultBranch: main-unity-6 + manifestPath: Packages/manifest.json + projectPath: '.' + VRsample: + GithubRepo: "https://github.cds.internal.unity3d.com/unity/com.unity.template.vr-multiplayer" + defaultBranch: release/6000.0 + manifestPath: Packages/manifest.json + projectPath: '.'