We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d660a2 commit 9b8bc65Copy full SHA for 9b8bc65
Assets/MixedRealityToolkit/Providers/BaseSpatialMeshObserver.cs
@@ -159,10 +159,10 @@ protected virtual void ApplyUpdatedPhysicsLayer()
159
public override void Initialize()
160
{
161
meshEventData = new MixedRealitySpatialAwarenessEventData<SpatialAwarenessMeshObject>(EventSystem.current);
162
-
163
- base.Initialize();
164
165
ReadProfile();
+
+ base.Initialize();
166
}
167
168
#endregion IMixedRealityDataProvider Implementation
0 commit comments