Skip to content

Commit 6e36550

Browse files
authored
Dedicate info for observers
Add dedicated section in SA getting started to directly point people to more detailed setup and information
1 parent 7f07254 commit 6e36550

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Documentation/SpatialAwareness/SpatialAwarenessGettingStarted.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,22 @@ Once the Spatial Awareness system is configured with the desired observer(s), th
7070
> [!WARNING]
7171
> Some platforms, including Microsoft HoloLens, provide support for remote execution from within Unity. This feature enables rapid development and testing without requiring the build and deploy step. Be sure to do final acceptance testing using a built and deployed version of the application, running on the target hardware and platform.
7272
73+
## Next steps
74+
75+
After following the procedures above to enable the Spatial Awareness system, the system can be configured and controlled in more detail.
76+
77+
Information for configuring observers in inspector:
78+
79+
- [Configuring Observers for on device usage](ConfiguringSpatialAwarenessMeshObserver.md)
80+
- [Configuring Observers for in-editor usage](SpatialObjectMeshObserver.md)
81+
82+
Information for controlling and extending observers via code:
83+
84+
- [Configuring Observers via Code](UsageGuide.md)
85+
- [Creating a custom Observer](CreateDataProvider.md)
86+
7387
## See Also
7488

7589
- [Spatial Awareness API documentation](xref:Microsoft.MixedReality.Toolkit.SpatialAwareness)
76-
- [Configuring Observer for Device](ConfiguringSpatialAwarenessMeshObserver.md)
77-
- [Configuring Observer for Editor](SpatialObjectMeshObserver.md)
78-
- [Creating a custom Observer](CreateDataProvider.md)
7990
- [Spatial Mapping Overview WMR](https://docs.microsoft.com/windows/mixed-reality/spatial-mapping)
8091
- [Spatial Mapping in Unity WMR](https://docs.microsoft.com/windows/mixed-reality/spatial-mapping-in-unity)

0 commit comments

Comments
 (0)