Skip to content

xiaoq0903/hololens-urban-planning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hololens

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 and InteractibleManager. These classes are now combined into InputManager. 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 of InputSpeechSource 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 to InputManager and registering it as global listener.

About

Microsoft Hololens Application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.1%
  • ShaderLab 3.1%
  • Other 0.8%