microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

`SceneLoader` uses obsolete `KeywordManager` #744

Closed StephenHodgson closed 7 years ago

StephenHodgson commented 7 years ago
Assets/HoloToolkit/Utilities/Scripts/SceneLauncher.cs(43,13): warning CS0618: `HoloToolkit.Unity.InputModule.KeywordManager' is obsolete: `Use HoloToolkit.Unity.InputModule.SpeechInputSource'```
Assets/HoloToolkit/Utilities/Scripts/SceneLauncher.cs(44,17): warning CS0618: `HoloToolkit.Unity.InputModule.KeywordManager' is obsolete: `Use HoloToolkit.Unity.InputModule.SpeechInputSource'
Assets/HoloToolkit/Utilities/Scripts/SceneLauncher.cs(21,16): warning CS0618: `HoloToolkit.Unity.InputModule.KeywordManager' is obsolete: `Use HoloToolkit.Unity.InputModule.SpeechInputSource'
401313881 commented 7 years ago

我也遇到了这个问题怎么办啊?(i also have this problem.how can i deal with it?)

StephenHodgson commented 7 years ago

You could review my pull request, and we will merge it in when it gets two approvals.