From 8a13054cfd6932376dc1d8cf0118c84c44eda19c Mon Sep 17 00:00:00 2001 From: Stedd Date: Sat, 2 Sep 2023 15:23:35 +0200 Subject: [PATCH] Player origo is now on the ground --- Assets/Prefabs/Player.prefab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Prefabs/Player.prefab b/Assets/Prefabs/Player.prefab index 54aaf89..b5d759f 100644 --- a/Assets/Prefabs/Player.prefab +++ b/Assets/Prefabs/Player.prefab @@ -28,7 +28,7 @@ Transform: m_GameObject: {fileID: 463005427949929825} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: 0.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: []