dNazarik Posted September 13, 2019 Posted September 13, 2019 Hello! I'm following the start guide: https://vr.tobii.com/sdk/develop/unity/getting-started/vive-pro-eye/ I'm stuck on step 5. I set standalone provider to "Tobii or HTC" and get these errors: Assets\TobiiXR\External\Providers\TobiiHTC\TobiiHTCProvider.cs(20,44): error CS0117: 'SRanipal_Eye' does not contain a definition for 'IsViveProEye' Assets\TobiiXR\External\Providers\HTC\HTCProvider.cs(56,54): error CS0117: 'Convergence' does not contain a definition for 'CalculateDistance' I use Unity 2019.1.14f1. Any suggestions?
Corvus Posted September 13, 2019 Posted September 13, 2019 @dNazarik Can you check what version of SRanipal SDK you're using? Please update to the latest SDK release (SRanipal_SDK_1.1.0.1), the "IsViveProEye" function wasn't included in the initial release version.
dNazarik Posted September 14, 2019 Author Posted September 14, 2019 @CorvusSurem I've downloaded it from here: https://developer.vive.com/resources/knowledgebase/vive-sranipal-sdk/ This is the last version.
Brand Posted September 14, 2019 Posted September 14, 2019 @dNazarik The current Tobii XR SDK (1.4.1) is tested with SR Anipal 1.0.1. There was a breaking change in SR Anipal 1.1.0.1 where the function IsViveProEye was moved from SRanipal_Eye to SRanipal_Eye_API. To unblock you now, you can make this change manually in your project. There will be a hotfix release of Tobii XR SDK, hopefully early next week, where this has been addressed.
dNazarik Posted September 15, 2019 Author Posted September 15, 2019 @Brand Yeah, that helped. Thank you so much!
bfalandays Posted September 18, 2019 Posted September 18, 2019 @dNazarik wondering if you could share more info on what you did to fix the issue? I'm having the same problem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.