Skip to content

Commit

Permalink
Fixing z-fighting in MRTK3's non native keyboard prefab (#11658)
Browse files Browse the repository at this point in the history
Fixing z-fighting with non native keyboard prefab
  • Loading branch information
AMollis committed Jun 28, 2023
1 parent 063429c commit 702ee31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,14 @@ PrefabInstance:
propertyPath: previewInput
value:
objectReference: {fileID: 0}
- target: {fileID: 1123086001961791811, guid: 74b589d1efab94a4cb70e4b5c22783f8, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1195796392646670598, guid: 74b589d1efab94a4cb70e4b5c22783f8, type: 3}
propertyPath: m_IsActive
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4299661269661786889, guid: 74b589d1efab94a4cb70e4b5c22783f8, type: 3}
propertyPath: m_Materials.Array.data[0]
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33357,7 +33357,7 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 20292108973514120}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0.2}
m_LocalPosition: {x: 0, y: 0, z: -0.3}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
Expand Down Expand Up @@ -34203,7 +34203,7 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6916386755006368770}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0.1}
m_LocalPosition: {x: 0, y: 0, z: -6}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
Expand Down

0 comments on commit 702ee31

Please sign in to comment.