[Add] VContainer
This commit is contained in:
@@ -1043,7 +1043,11 @@ MonoBehaviour:
|
|||||||
scoreCardView: {fileID: 283936108}
|
scoreCardView: {fileID: 283936108}
|
||||||
dicePanelView: {fileID: 35217744}
|
dicePanelView: {fileID: 35217744}
|
||||||
gameInfoView: {fileID: 470350808}
|
gameInfoView: {fileID: 470350808}
|
||||||
|
currencyBank: {fileID: 0}
|
||||||
|
shopController: {fileID: 0}
|
||||||
|
inventoryController: {fileID: 0}
|
||||||
maxRollsPerTurn: 3
|
maxRollsPerTurn: 3
|
||||||
|
maxActiveModifierSlots: 5
|
||||||
--- !u!1 &410087039
|
--- !u!1 &410087039
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@@ -1278,6 +1282,9 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier: Assembly-CSharp::GameInfoView
|
m_EditorClassIdentifier: Assembly-CSharp::GameInfoView
|
||||||
turnText: {fileID: 2085303583}
|
turnText: {fileID: 2085303583}
|
||||||
|
currencyText: {fileID: 0}
|
||||||
|
shopButton: {fileID: 0}
|
||||||
|
inventoryButton: {fileID: 0}
|
||||||
gameOverPanel: {fileID: 794844401}
|
gameOverPanel: {fileID: 794844401}
|
||||||
finalScoreText: {fileID: 1303534867}
|
finalScoreText: {fileID: 1303534867}
|
||||||
newGameButton: {fileID: 653932194}
|
newGameButton: {fileID: 653932194}
|
||||||
@@ -4392,7 +4399,6 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: cb570f9601b30334dbbb65ecbd45fd52, type: 3}
|
m_Script: {fileID: 11500000, guid: cb570f9601b30334dbbb65ecbd45fd52, type: 3}
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier: Assembly-CSharp::ScoringSystem
|
m_EditorClassIdentifier: Assembly-CSharp::ScoringSystem
|
||||||
activeModifiers: []
|
|
||||||
--- !u!4 &1650743281
|
--- !u!4 &1650743281
|
||||||
Transform:
|
Transform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
"com.unity.timeline": "1.8.10",
|
"com.unity.timeline": "1.8.10",
|
||||||
"com.unity.ugui": "2.0.0",
|
"com.unity.ugui": "2.0.0",
|
||||||
"com.unity.visualscripting": "1.9.9",
|
"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.accessibility": "1.0.0",
|
||||||
"com.unity.modules.adaptiveperformance": "1.0.0",
|
"com.unity.modules.adaptiveperformance": "1.0.0",
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
|
|||||||
@@ -209,6 +209,13 @@
|
|||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"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": {
|
"com.unity.modules.accessibility": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user