memomem

備忘録・メモ置き場

MRTK

Hololens2 MRTK 音声認識

UnityでMRTKを使って音声認識を実装する。 実装 MixedRealityToolkit の Profile より Input を選択。(必要に応じて Profile の Clone を行う) Input > Speech を選択し、+Add a New Speech Command で認識させるコマンドを追加。 例) Keyword: テスト Lo…

Hololens2 World Anchor

World Anchor いろいろやり方あるようだが、Hololens2でMRTKつかうのであれば下記の方法が良い。 MRTKの WorldAnchorManagerを使う。 torikasyu.com using Microsoft.MixedReality.Toolkit.Experimental.Utilities; using UnityEngine; using UnityEngine.XR…

Hololens2 Unityでの開発メモ MRTK

docs.microsoft.com docs.microsoft.com Spatial Awareness github.com https://hololabinc.github.io/MixedRealityToolkit-Unity/Documentation.ja/SpatialAwareness/SpatialAwarenessGettingStarted.html hololabinc.github.io docs.microsoft.com zuq9nn.…