From 6e19de2f3ddc6d8beccb181e308512cfaf457436 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Sat, 28 Feb 2026 20:15:13 +0700 Subject: [PATCH] [Add] VContainer --- Assets/Scenes/SampleScene.unity | 8 +++++++- Packages/manifest.json | 1 + Packages/packages-lock.json | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index e31ad36..319ca23 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -1043,7 +1043,11 @@ MonoBehaviour: scoreCardView: {fileID: 283936108} dicePanelView: {fileID: 35217744} gameInfoView: {fileID: 470350808} + currencyBank: {fileID: 0} + shopController: {fileID: 0} + inventoryController: {fileID: 0} maxRollsPerTurn: 3 + maxActiveModifierSlots: 5 --- !u!1 &410087039 GameObject: m_ObjectHideFlags: 0 @@ -1278,6 +1282,9 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: Assembly-CSharp::GameInfoView turnText: {fileID: 2085303583} + currencyText: {fileID: 0} + shopButton: {fileID: 0} + inventoryButton: {fileID: 0} gameOverPanel: {fileID: 794844401} finalScoreText: {fileID: 1303534867} newGameButton: {fileID: 653932194} @@ -4392,7 +4399,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: cb570f9601b30334dbbb65ecbd45fd52, type: 3} m_Name: m_EditorClassIdentifier: Assembly-CSharp::ScoringSystem - activeModifiers: [] --- !u!4 &1650743281 Transform: m_ObjectHideFlags: 0 diff --git a/Packages/manifest.json b/Packages/manifest.json index 52cfa50..6d685b4 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -12,6 +12,7 @@ "com.unity.timeline": "1.8.10", "com.unity.ugui": "2.0.0", "com.unity.visualscripting": "1.9.9", + "jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.17.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 6d7961b..eb29cdf 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -209,6 +209,13 @@ }, "url": "https://packages.unity.com" }, + "jp.hadashikick.vcontainer": { + "version": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.17.0", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "177dbda557fd652ce7f5d1647a3621653e094373" + }, "com.unity.modules.accessibility": { "version": "1.0.0", "depth": 0,