Skip to content

Commit 3cffb39

Browse files
committed
missed two prefabs with the unity standard shader applied
1 parent dff6426 commit 3cffb39

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Assets/HoloToolkit/SpatialMapping/Prefabs/SurfacePlane.prefab

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Transform:
3939
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
4040
m_LocalPosition: {x: 0, y: 0, z: 0}
4141
m_LocalScale: {x: 1, y: 1, z: 1}
42+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
4243
m_Children: []
4344
m_Father: {fileID: 0}
4445
m_RootOrder: 0
@@ -51,10 +52,11 @@ MeshRenderer:
5152
m_Enabled: 1
5253
m_CastShadows: 1
5354
m_ReceiveShadows: 1
55+
m_MotionVectors: 1
5456
m_LightProbeUsage: 1
5557
m_ReflectionProbeUsage: 1
5658
m_Materials:
57-
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
59+
- {fileID: 2100000, guid: 474f0e0481d4aa14e92a5ada98042f3a, type: 2}
5860
m_SubsetIndices:
5961
m_StaticBatchRoot: {fileID: 0}
6062
m_ProbeAnchor: {fileID: 0}
@@ -63,6 +65,7 @@ MeshRenderer:
6365
m_PreserveUVs: 1
6466
m_IgnoreNormalsForChartDetection: 0
6567
m_ImportantGI: 0
68+
m_SelectedWireframeHidden: 0
6669
m_MinimumChartSize: 4
6770
m_AutoUVMaxDistance: 0.5
6871
m_AutoUVMaxAngle: 89

Assets/HoloToolkit/Utilities/Tests/Prefabs/dot.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Transform:
2626
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2727
m_LocalPosition: {x: 0, y: 0, z: 0}
2828
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
29+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2930
m_Children: []
3031
m_Father: {fileID: 0}
3132
m_RootOrder: 0
32-
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
3333
--- !u!23 &2393278
3434
MeshRenderer:
3535
m_ObjectHideFlags: 1
@@ -43,7 +43,7 @@ MeshRenderer:
4343
m_LightProbeUsage: 1
4444
m_ReflectionProbeUsage: 1
4545
m_Materials:
46-
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
46+
- {fileID: 2100000, guid: 474f0e0481d4aa14e92a5ada98042f3a, type: 2}
4747
m_SubsetIndices:
4848
m_StaticBatchRoot: {fileID: 0}
4949
m_ProbeAnchor: {fileID: 0}

0 commit comments

Comments
 (0)