From cc0459eb338b23f232fedb6d6b19e265111b5d16 Mon Sep 17 00:00:00 2001 From: NTG_Lenovo Date: Mon, 21 Jul 2025 19:51:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=85=8B=20=EB=B0=8F=20=EB=A9=94?= =?UTF-8?q?=ED=83=80=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefabs/InventoryManager.prefab | 47 +++++++++++++++++++ .../Prefabs/InventoryManager.prefab.meta | 7 +++ .../GameData/InventoryItemData.cs.meta | 3 ++ .../GameData/InventoryManager.cs.meta | 2 + 4 files changed, 59 insertions(+) create mode 100644 Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab create mode 100644 Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab.meta create mode 100644 Assets/_DDD/_Scripts/GameData/InventoryItemData.cs.meta create mode 100644 Assets/_DDD/_Scripts/GameData/InventoryManager.cs.meta diff --git a/Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab b/Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab new file mode 100644 index 000000000..d129e1fbd --- /dev/null +++ b/Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab @@ -0,0 +1,47 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8506009925984544825 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1612822500460089190} + - component: {fileID: 5539371897028506726} + m_Layer: 0 + m_Name: InventoryManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1612822500460089190 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8506009925984544825} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5539371897028506726 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8506009925984544825} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c5382d2944fd05940b84bd44b641d198, type: 3} + m_Name: + m_EditorClassIdentifier: + _persistent: 1 diff --git a/Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab.meta b/Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab.meta new file mode 100644 index 000000000..cb9adbe36 --- /dev/null +++ b/Assets/_DDD/_ScriptAssets/Prefabs/InventoryManager.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 21cff8c1505cd8041a474795e35e0192 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/_Scripts/GameData/InventoryItemData.cs.meta b/Assets/_DDD/_Scripts/GameData/InventoryItemData.cs.meta new file mode 100644 index 000000000..0a70d0390 --- /dev/null +++ b/Assets/_DDD/_Scripts/GameData/InventoryItemData.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 55253b10460c49dcb72e484467bf8ca5 +timeCreated: 1753093577 \ No newline at end of file diff --git a/Assets/_DDD/_Scripts/GameData/InventoryManager.cs.meta b/Assets/_DDD/_Scripts/GameData/InventoryManager.cs.meta new file mode 100644 index 000000000..88f0cc2e1 --- /dev/null +++ b/Assets/_DDD/_Scripts/GameData/InventoryManager.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: c5382d2944fd05940b84bd44b641d198 \ No newline at end of file