From eeb8000b3feff4deb40e3a209c7bf2dc7f87bfe8 Mon Sep 17 00:00:00 2001 From: GoDillonAudris512 <110383663+GoDillonAudris512@users.noreply.github.com> Date: Sat, 11 May 2024 12:35:46 +0700 Subject: [PATCH] fix: forgot to assign gameObject to script --- Assets/Scenes/Story.unity | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scenes/Story.unity b/Assets/Scenes/Story.unity index 9d19b1b..c2959e1 100644 --- a/Assets/Scenes/Story.unity +++ b/Assets/Scenes/Story.unity @@ -6814,11 +6814,11 @@ PrefabInstance: - target: {fileID: 11400004, guid: 4e5a0d387dc27394b81600988ad0216f, type: 3} propertyPath: damageImage value: - objectReference: {fileID: 0} + objectReference: {fileID: 2075101281} - target: {fileID: 11400004, guid: 4e5a0d387dc27394b81600988ad0216f, type: 3} propertyPath: healthSlider value: - objectReference: {fileID: 0} + objectReference: {fileID: 1255863665} - target: {fileID: 601620430064353850, guid: 4e5a0d387dc27394b81600988ad0216f, type: 3} propertyPath: weapons.Array.data[0] value: @@ -13189,7 +13189,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: d7bced140059b694e91f0e48210059c7, type: 3} m_Name: m_EditorClassIdentifier: - target: {fileID: 0} + target: {fileID: 740470923} smoothing: 5 --- !u!95 &1248622930 Animator: -- GitLab