Skip to content

Commit 8245e52

Browse files
authored
fix: removed offset for SDK7 avatar position (#6123)
test: modiffed offset for SDK7 avatar position
1 parent 23ce4a2 commit 8245e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/CharacterController/Resources/Prefabs/CharacterController.prefab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Transform:
274274
m_GameObject: {fileID: 4323503760844960451}
275275
serializedVersion: 2
276276
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
277-
m_LocalPosition: {x: 0, y: 0, z: 0}
277+
m_LocalPosition: {x: 0, y: -0.8, z: 0}
278278
m_LocalScale: {x: 1, y: 1, z: 1}
279279
m_ConstrainProportionsScale: 0
280280
m_Children: []

0 commit comments

Comments
 (0)