Hi everyone,
I tried to work my way through the Hololens Academy Tutorial, though it has been made in late 2016 some code already is obsolete and I can’t seem to find any solutions. In part 211 it uses the scripts HandManager.cs and HandGuidance.cs and both give compile errors.
UnityEngine.XR.WSA.Input.InteractionManager.SourceDetected += InteractionManager_SourceDetected;
UnityEngine.XR.WSA.Input.InteractionManager.SourceLost += InteractionManager_SourceLost;
The SourceDetected, SourceLost and SourceReleased ard obsolete and need to be replaced by InteractionSourceDetected etc. But this won’t solve the problem and now I’m getting a overload error.
Can someone help me with this problem?