diff --git a/NewHorizons/Components/AddPhysics.cs b/NewHorizons/Components/AddPhysics.cs index 42f8342d..d4c0b2e0 100644 --- a/NewHorizons/Components/AddPhysics.cs +++ b/NewHorizons/Components/AddPhysics.cs @@ -33,6 +33,7 @@ public class AddPhysics : MonoBehaviour var bodyGo = new GameObject($"{name}_Body"); bodyGo.SetActive(false); + bodyGo.transform.parent = transform.parent; bodyGo.transform.position = transform.position; bodyGo.transform.rotation = transform.rotation;