ReiiYuki / Intel-Realsense-Hand-Toolkit-Unity

Intel Realsense Toolkit for Hand tracking and Gestural Recognition on Unity3D
MIT License
85 stars 17 forks source link

Fix Null Runtime bug #6

Open ReiiYuki opened 5 years ago

ReiiYuki commented 5 years ago

From the issue #2 , in my opinion the creation process of session is not complete so this can explain why NullReferenceException is occured.

What I have done to fix this is to make sure the session initilization step is completed, before create SenseManager

By the way, I don't have any Intel Realsense device with me so if you have Intel Realsense device, I need your support to pull this branch and try is it work? Because I have never seen this error before too, so I can't reproduce it by myself.

Thank for your further support 😄