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 7a44abd commit 995bc06Copy full SHA for 995bc06
Assets/MRTK/Services/SpatialAwarenessSystem/MixedRealitySpatialAwarenessSystem.cs
@@ -65,12 +65,9 @@ public bool CheckCapability(MixedRealityCapability capability)
65
66
#region IMixedRealityToolkitService Implementation
67
68
- private MixedRealitySpatialAwarenessEventData<SpatialAwarenessMeshObject> meshEventData = null;
69
-
70
/// <inheritdoc/>
71
public override void Initialize()
72
{
73
- meshEventData = new MixedRealitySpatialAwarenessEventData<SpatialAwarenessMeshObject>(EventSystem.current);
74
InitializeInternal();
75
base.Initialize();
76
}
0 commit comments