Skip to content

Commit 26c7be2

Browse files
committed
Update SceneUnderstanding.md
1 parent 6ef7ad1 commit 26c7be2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/SpatialAwareness/SceneUnderstanding.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Some expected use cases of this technology are:
88
* Provide physics engine friendly geometry as quads
99
* Accelerate development by avoiding the need to write similar algorithms
1010

11-
Currently Scene Understanding is available as an __experimental__ feature. It is integrated into MRTK as a [spatial observer](SpatialAwarenessGettingStarted.md#register-observers) called [`WindowsSceneUnderstandingObserver`](xref:Microsoft.MixedReality.Toolkit.WindowsSceneUnderstanding.Experimental.WindowsSceneUnderstandingObserver).
11+
Currently Scene Understanding is available as an __experimental__ feature. It is integrated into MRTK as a [spatial observer](SpatialAwarenessGettingStarted.md#register-observers) called [`WindowsSceneUnderstandingObserver`](xref:Microsoft.MixedReality.Toolkit.WindowsSceneUnderstanding.Experimental.WindowsSceneUnderstandingObserver). Scene Understanding works both with the Legacy XR pipeline and the XR SDK pipeline. In both cases the `WindowsSceneUnderstandingObserver` is used.
1212

1313
## Observer overview
1414

@@ -34,6 +34,9 @@ The scene demonstrates the following:
3434
* Saving scene data to device for offline development
3535
* Loading previously saved scene data (.bytes files) to support in-editor development workflow
3636

37+
> [!NOTE]
38+
> The sample scene is based on the Legacy XR pipeline. If you are using the XR SDK pipeline you should modify the profiles accordingly. The provided Scene Understanding Spatial Awareness System profile (`DemoSceneUnderstandingSystemProfile`) and the Scene Understanding Observer profiles (`DefaultSceneUnderstandingObserverProfile` and `DemoSceneUnderstandingObserverProfile`) works for both pipelines.
39+
3740
#### Configuring the observer service
3841

3942
Select the 'MixedRealityToolkit' game object and check the inspector.

0 commit comments

Comments
 (0)