From 63f99b828e5364cd7c24fdf8eddabeb7027a018a Mon Sep 17 00:00:00 2001 From: Fredrik Lillemoen Eiding Date: Fri, 27 Dec 2024 16:46:14 +0100 Subject: [PATCH] Fix fan hitbox being too low, fix particles spawning below fan --- Assets/Prefabs/Interactables/GiantFan.prefab | 10 +++++----- Assets/Prefabs/Interactables/SuperFan.prefab | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Assets/Prefabs/Interactables/GiantFan.prefab b/Assets/Prefabs/Interactables/GiantFan.prefab index 2be6b140d..4a9899460 100644 --- a/Assets/Prefabs/Interactables/GiantFan.prefab +++ b/Assets/Prefabs/Interactables/GiantFan.prefab @@ -26,7 +26,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2388812771466087879} m_LocalRotation: {x: -0, y: -0.7071068, z: -0.7071068, w: 0} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: 0.28, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -4861,7 +4861,7 @@ Transform: - {fileID: 6855205281879622382} - {fileID: 5570906251383017524} m_Father: {fileID: 0} - m_RootOrder: -1 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &5295966830326599818 GameObject: @@ -4889,7 +4889,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5295966830326599818} m_LocalRotation: {x: 0.10041519, y: 0.6999407, z: 0.6999405, w: -0.10041519} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: 0.28, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -9744,9 +9744,9 @@ CapsuleCollider: m_Enabled: 1 serializedVersion: 2 m_Radius: 2.1 - m_Height: 11.16838 + m_Height: 9.56 m_Direction: 1 - m_Center: {x: 0, y: 3.8, z: 0} + m_Center: {x: 0, y: 4.48, z: 0} --- !u!114 &1715293200499575909 MonoBehaviour: m_ObjectHideFlags: 0 diff --git a/Assets/Prefabs/Interactables/SuperFan.prefab b/Assets/Prefabs/Interactables/SuperFan.prefab index d09e2b2d3..37b32771d 100644 --- a/Assets/Prefabs/Interactables/SuperFan.prefab +++ b/Assets/Prefabs/Interactables/SuperFan.prefab @@ -4861,7 +4861,7 @@ Transform: - {fileID: 4629072471689686242} - {fileID: 390780126750035338} m_Father: {fileID: 0} - m_RootOrder: -1 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &5129262707050221978 GameObject: @@ -9744,9 +9744,9 @@ CapsuleCollider: m_Enabled: 1 serializedVersion: 2 m_Radius: 3.5 - m_Height: 20 + m_Height: 17.04 m_Direction: 1 - m_Center: {x: 0, y: 5.5, z: 0} + m_Center: {x: 0, y: 7.2, z: 0} --- !u!114 &1893612977846027039 MonoBehaviour: m_ObjectHideFlags: 0