Skip to content

Commit

Permalink
fix: remove avatar attach offset in character controller
Browse files Browse the repository at this point in the history
  • Loading branch information
aixaCode committed Apr 29, 2024
1 parent 36e7a78 commit e9d8d69
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Transform:
m_GameObject: {fileID: 3711435650905816617}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: -1.6, z: 0}
m_LocalPosition: {x: 0, y: -0.8, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
Expand Down Expand Up @@ -358,7 +358,7 @@ Transform:
m_GameObject: {fileID: 5810407250545357264}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.755, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down Expand Up @@ -711,7 +711,7 @@ PrefabInstance:
- target: {fileID: 6559289174053957746, guid: d3178cc2fd4e9c84d8c74c3984a0b853,
type: 3}
propertyPath: m_LocalPosition.y
value: 1.6
value: 0.8
objectReference: {fileID: 0}
- target: {fileID: 6559289174053957746, guid: d3178cc2fd4e9c84d8c74c3984a0b853,
type: 3}
Expand Down

0 comments on commit e9d8d69

Please sign in to comment.