microsoft / MixedRealityDesignLabs_Unity

Mixed Reality Design Labs share experimental samples, explorations and learning from Windows Mixed Reality Design group. If you are looking for official toolkit, please use Mixed Reality Toolkit
MIT License
408 stars 110 forks source link

InputSources and InputMapping Objects are staying alive after loading a new scene #87

Closed deckarComplex closed 6 years ago

deckarComplex commented 6 years ago

I want to use the HandCoach as a Tutorial Scene, which is loaded prior of the already working scenes. After adding the InputSources/InputMapping and HandCoach Prefabs the "slide" gesture from UI Slider and other UI elements (PDF Viewer) on later loaded scenes is not working anymore. I could analyse that the InputSources object is still alive over different scenes, which already have a MRTK InputManager. Also the hand tracking is not working anymore when I restart the tutorial scene with the HandCoach inside. The virtual hands are shown as tracked although no physical hands are raised.