Notes:
-
All the codes in the Microsoft Hololens Academy are based on the older version of HoloToolkit that used to include classes such as
GestureManager
andInteractibleManager
. These classes are now combined intoInputManager
. For more info, take a look at this link https://github.com/Microsoft/HoloToolkit-Unity/tree/master/Assets/HoloToolkit/Input -
KeywordManager
is going to be deprecated. Instead, the use ofInputSpeechSource
is recommended. Voice recognition is only enabled when the object with this script attached is in focus. We can also use it as global keyword manager by attaching it toInputManager
and registering it as global listener.