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 e7d3d67 commit 0e833a7Copy full SHA for 0e833a7
Assets/MRTK/Core/Services/MixedRealityToolkit.cs
@@ -470,7 +470,7 @@ private void InitializeServiceLocator()
470
}
471
472
// If the Boundary system has been selected for initialization in the Active profile, enable it in the project
473
- if (ActiveProfile.IsBoundarySystemEnabled && !ActiveProfile.ExperienceSettingsProfile.IsNull())
+ if (ActiveProfile.IsBoundarySystemEnabled && ActiveProfile.ExperienceSettingsProfile != null)
474
{
475
DebugUtilities.LogVerbose("Begin registration of the boundary system");
476
object[] args = { ActiveProfile.BoundaryVisualizationProfile, ActiveProfile.ExperienceSettingsProfile.TargetExperienceScale };
0 commit comments