From 749d058cbd32fdcabe3c2297802d9ccb50b4bdf6 Mon Sep 17 00:00:00 2001 From: NTG_Lenovo Date: Thu, 7 Aug 2025 17:52:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=85=8B=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Characters/Npcs/Customers/Customer.asset | 32 +++++++++++++++++++ .../Npcs/Customers/Customer.asset.meta | 8 +++++ .../Environments/Props/Prop_Open.prefab | 2 +- .../Props/Prop_Refrigerator.prefab | 25 ++++++++++++++- .../_Addressables/Prefabs/CustomerNpc.prefab | 18 ++++++++++- .../_ScriptAssets/Prefabs/UiManager.prefab | 2 +- 6 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset create mode 100644 Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset.meta diff --git a/Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset b/Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset new file mode 100644 index 000000000..dc12e9ef2 --- /dev/null +++ b/Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b23f08d2ae4cba14087c1ed36193d82b, type: 3} + m_Name: Customer + m_EditorClassIdentifier: + mBehaviorSource: + behaviorName: Behavior + behaviorDescription: + mTaskData: + types: [] + parentIndex: + startIndex: + variableStartIndex: + JSONSerialization: '{}' + fieldSerializationData: + typeName: [] + fieldNameHash: + startIndex: + dataPosition: + unityObjects: [] + byteData: + byteDataArray: + Version: 1.7.12 diff --git a/Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset.meta b/Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset.meta new file mode 100644 index 000000000..dede6c150 --- /dev/null +++ b/Assets/_DDD/Restaurant/Characters/Npcs/Customers/Customer.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5b1a44992dce884984324332f431454 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Open.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_Open.prefab index 8d79b7dfb..55db45f7b 100644 --- a/Assets/_DDD/Restaurant/Environments/Props/Prop_Open.prefab +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Open.prefab @@ -81,6 +81,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 201f9e6d7ca7404baa9945950292a392, type: 3} m_Name: m_EditorClassIdentifier: - _interactionType: 1 + _interactionType: 2 _holdTime: 1.3 _interactionMessageKey: Test diff --git a/Assets/_DDD/Restaurant/Environments/Props/Prop_Refrigerator.prefab b/Assets/_DDD/Restaurant/Environments/Props/Prop_Refrigerator.prefab index d34609747..3b419a25a 100644 --- a/Assets/_DDD/Restaurant/Environments/Props/Prop_Refrigerator.prefab +++ b/Assets/_DDD/Restaurant/Environments/Props/Prop_Refrigerator.prefab @@ -346,10 +346,33 @@ PrefabInstance: - targetCorrespondingSourceObject: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} insertIndex: -1 addedObject: {fileID: 7159781468411195695} - m_AddedComponents: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + insertIndex: -1 + addedObject: {fileID: 5123936106469897444} m_SourcePrefab: {fileID: 100100000, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} --- !u!4 &6689525833630355058 stripped Transform: m_CorrespondingSourceObject: {fileID: 2204914584875671904, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} m_PrefabInstance: {fileID: 4777358697124966162} m_PrefabAsset: {fileID: 0} +--- !u!1 &9211739394093953175 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4438924429928472453, guid: 1d634c3376e4a4684bc984ced9134847, type: 3} + m_PrefabInstance: {fileID: 4777358697124966162} + m_PrefabAsset: {fileID: 0} +--- !u!114 &5123936106469897444 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9211739394093953175} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 201f9e6d7ca7404baa9945950292a392, type: 3} + m_Name: + m_EditorClassIdentifier: + _interactionType: 1 + _holdTime: 1 + _interactionMessageKey: Test diff --git a/Assets/_DDD/_Addressables/Prefabs/CustomerNpc.prefab b/Assets/_DDD/_Addressables/Prefabs/CustomerNpc.prefab index 7b33689ef..fc4907885 100644 --- a/Assets/_DDD/_Addressables/Prefabs/CustomerNpc.prefab +++ b/Assets/_DDD/_Addressables/Prefabs/CustomerNpc.prefab @@ -48,9 +48,25 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 6826437533270866908, guid: ceeea618d8ee23642a0e56b3f963448c, type: 3} + propertyPath: externalBehavior + value: + objectReference: {fileID: 11400000, guid: b5b1a44992dce884984324332f431454, type: 2} + - target: {fileID: 6826437533270866908, guid: ceeea618d8ee23642a0e56b3f963448c, type: 3} + propertyPath: mBehaviorSource.behaviorName + value: Customer + objectReference: {fileID: 0} + - target: {fileID: 6826437533270866908, guid: ceeea618d8ee23642a0e56b3f963448c, type: 3} + propertyPath: mBehaviorSource.mTaskData.Version + value: 1.7.12 + objectReference: {fileID: 0} + - target: {fileID: 6826437533270866908, guid: ceeea618d8ee23642a0e56b3f963448c, type: 3} + propertyPath: mBehaviorSource.mTaskData.JSONSerialization + value: '{}' + objectReference: {fileID: 0} - target: {fileID: 7462519206451630147, guid: ceeea618d8ee23642a0e56b3f963448c, type: 3} propertyPath: m_Name - value: RestaurantNpc + value: CustomerNpc objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] diff --git a/Assets/_DDD/_ScriptAssets/Prefabs/UiManager.prefab b/Assets/_DDD/_ScriptAssets/Prefabs/UiManager.prefab index de6b168dd..f87a2251a 100644 --- a/Assets/_DDD/_ScriptAssets/Prefabs/UiManager.prefab +++ b/Assets/_DDD/_ScriptAssets/Prefabs/UiManager.prefab @@ -922,7 +922,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Navigation: - m_Mode: 3 + m_Mode: 0 m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0}