Jump to content

Unity SDK Compilation error after import


Recommended Posts

Hello!
 
 
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'
image.png.c019462843dce483867019e4681dc693.png
 
Assets\TobiiXR\External\Providers\HTC\HTCProvider.cs(56,54): error CS0117: 'Convergence' does not contain a definition for 'CalculateDistance'
image.thumb.png.f72dfd2ea143a326894def4a4c49c7c0.png
 
I use Unity 2019.1.14f1.
 
Any suggestions?
Link to comment
Share on other sites

@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.

  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...