You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Setup | Delete MainCamera, add MixedRealityCameraParent / MixedRealityCamera / HoloLensCamera prefab to scene **or** use Mixed Reality Toolkit > Configure > Apply Mixed Reality Scene Settings menu item. | MainCamera parented under MixedRealityPlayspace via Mixed Reality Toolkit > Add to Scene and Configure... |
52
-
| Configuration | Camera settings configuration performed on prefab instance. | Camera settings configured in Mixed Reality Camera Profile. |
52
+
| Configuration | Camera settings configuration performed on prefab instance. | Camera settings configured in the [Mixed Reality Camera Profile](xref:Microsoft.MixedReality.Toolkit.MixedRealityCameraProfile). |
| Setup | Add a SpeechInputSource to your scene. | Keyword service (e.g., Windows Speech Input Manager) must be added to the Mixed Reality Registered Services Profile. |
61
-
| Configuration | Recognized keywords are configured in the SpeechInputSource’s inspector. | Keywords are configured in the Mixed Reality Speech Commands Profile. |
| Setup | Add a SpeechInputSource to your scene. | Keyword service (e.g., Windows Speech Input Manager) must be added to the input system's data providers. |
61
+
| Configuration | Recognized keywords are configured in the SpeechInputSource’s inspector. | Keywords are configured in the [Mixed Reality Speech Commands Profile](Input/Speech.md). |
| Setup | Add a DictationInputManager to your scene. | Dictation support requires service (e.g., Windows Dictation Input Manager) to be added to the Mixed Reality Registered Services Profile. |
@@ -114,11 +114,11 @@ Some Utilities have been reconciled as duplicates with the Solver system. Please
114
114
115
115
| HTK 2017 | MRTK v2 |
116
116
|----------|-----------|
117
-
| Billboard.cs| RadialView.cs|
118
-
| Tagalong.cs| RadialView.cs or Orbital.cs|
119
-
| FixedAngularSize.cs| ConstantViewSize.cs|
120
-
| FpsDisplay.cs| Diagnostics System (in Configuration Profile) |
121
-
| NearFade.cs| Built-in to MixedRealityStandard.shader |
117
+
| Billboard |[`RadialView`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.RadialView)|
118
+
| Tagalong |[`RadialView`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.RadialView) or [`Orbital`](xref:Microsoft.MixedReality.Toolkit.Utilities.Solvers.Orbital)|
0 commit comments