dNazarik Posted September 13, 2019 Share 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? Link to comment Share on other sites More sharing options...
Corvus Posted September 13, 2019 Share 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. Link to comment Share on other sites More sharing options...
dNazarik Posted September 14, 2019 Author Share 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. Link to comment Share on other sites More sharing options...
Brand Posted September 14, 2019 Share 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. 2 Link to comment Share on other sites More sharing options...
dNazarik Posted September 15, 2019 Author Share Posted September 15, 2019 @Brand Yeah, that helped. Thank you so much! Link to comment Share on other sites More sharing options...
bfalandays Posted September 18, 2019 Share 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. Link to comment Share on other sites More sharing options...
dNazarik Posted September 19, 2019 Author Share Posted September 19, 2019 @bfalandays Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now