Hi,
I am attempting to run the samples provided in the 0.10.0 VIVE Hand Tracking SDK on my HTC Vive Focus Plus. Unfortunately, I get compilation errors saying that
Assets\ViveHandTracking\Sample\Scripts\DisableController.cs(16,7): error CS0619: 'Interop.WVR_SetInteractionMode(WVR_InteractionMode)' is obsolete: 'This is an obsolete function.'
I also tried the 0.9.4 SDK but I get errors saying that namespaces are missing.
I have used:
- Unity 2020.3.11f1
- Wave SDK 4.0.0
I looked at release notes and it said that WVR_SetInteractionMode was removed. If this is the case, how do I get the samples working?
Thanks in advance!!