From b7fd41a3239a63ccc5c0db8f64143bf3b26d3f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A0nh=20Khang?= Date: Thu, 11 Jun 2026 23:30:06 +0700 Subject: [PATCH] update --- .vsconfig | 6 +++ BABA_YAGA.slnx | 50 ++++++++++++++++++++ Packages/manifest.json | 12 +++-- Packages/packages-lock.json | 91 ++++++++++++++++++++++++++++++++++++- 4 files changed, 152 insertions(+), 7 deletions(-) create mode 100644 .vsconfig create mode 100644 BABA_YAGA.slnx diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 00000000..f019fd0a --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/BABA_YAGA.slnx b/BABA_YAGA.slnx new file mode 100644 index 00000000..8c86a95f --- /dev/null +++ b/BABA_YAGA.slnx @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Packages/manifest.json b/Packages/manifest.json index 447cd670..28773f68 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,12 +1,14 @@ { "dependencies": { - "com.unity.ugui": "1.0.0", - "com.unity.textmeshpro": "2.0.1", - "com.unity.mathematics": "1.3.2", - "com.unity.burst": "1.8.18", - "com.unity.inputsystem": "1.7.0", "com.kyrylokuzyk.primetween": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween-1.4.0.tgz", + "com.unity.burst": "1.8.18", + "com.unity.ide.rider": "3.0.31", + "com.unity.ide.visualstudio": "2.0.27", + "com.unity.inputsystem": "1.7.0", + "com.unity.mathematics": "1.3.2", "com.unity.multiplayer.center": "1.0.1", + "com.unity.textmeshpro": "2.0.1", + "com.unity.ugui": "1.0.0", "com.unity.modules.accessibility": "1.0.0", "com.unity.modules.adaptiveperformance": "1.0.0", "com.unity.modules.ai": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index a33c4811..3e7a4731 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,28 @@ { "dependencies": { + "com.arongranberg.astar": { + "version": "file:com.arongranberg.astar", + "depth": 0, + "source": "embedded", + "dependencies": { + "com.unity.burst": "1.8.7", + "com.unity.collections": "1.5.1", + "com.unity.mathematics": "1.2.6", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0", + "com.unity.modules.terrain": "1.0.0", + "com.unity.modules.terrainphysics": "1.0.0", + "com.unity.modules.tilemap": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.ugui": "1.0.0" + } + }, "com.kyrylokuzyk.primetween": { "version": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween-1.4.0.tgz", "depth": 0, @@ -7,8 +30,8 @@ "dependencies": {} }, "com.unity.burst": { - "version": "1.8.18", - "depth": 0, + "version": "1.8.28", + "depth": 1, "source": "registry", "dependencies": { "com.unity.mathematics": "1.2.1", @@ -16,6 +39,43 @@ }, "url": "https://packages.unity.com" }, + "com.unity.collections": { + "version": "2.6.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.burst": "1.8.23", + "com.unity.mathematics": "1.3.2", + "com.unity.test-framework": "1.4.6", + "com.unity.nuget.mono-cecil": "1.11.5", + "com.unity.test-framework.performance": "3.0.3" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ext.nunit": { + "version": "2.0.5", + "depth": 1, + "source": "builtin", + "dependencies": {} + }, + "com.unity.ide.rider": { + "version": "3.0.31", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.visualstudio": { + "version": "2.0.27", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.33" + }, + "url": "https://packages.unity.com" + }, "com.unity.inputsystem": { "version": "1.7.0", "depth": 0, @@ -40,6 +100,33 @@ "com.unity.modules.uielements": "1.0.0" } }, + "com.unity.nuget.mono-cecil": { + "version": "1.11.6", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.test-framework": { + "version": "1.6.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.ext.nunit": "2.0.3", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.test-framework.performance": { + "version": "3.2.0", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.33", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.textmeshpro": { "version": "5.0.0", "depth": 0,