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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...