static void OnMeshSubsystemStop()
 {
     MagicLeapFeatures.SetCurrentFeatureEnabled(Feature.Meshing | Feature.PointCloud, false);
 }
 static void OnMeshSubsystemStart(Feature feature)
 {
     MagicLeapFeatures.SetCurrentFeatureEnabled(Feature.Meshing | Feature.PointCloud, false);
     MagicLeapFeatures.SetCurrentFeatureEnabled(feature, true);
 }