Jump to content

Another minor bug in Unity SDK


Recommended Posts

I've found another typo in Unity version of SRanipal SDK, version 1.0.1.0.
File: ViveSR\Scripts\SRanipal_Eye.cs, line 162
Function:

SRanipal_Eye.GetEyeOpenness(EyeIndex eye, out float openness)

Description: Function always returns true, despite code comments saying that it should return data validity.
Solution: Change line

return true;

to

return valid

PS: While UE version of SDK doesn't have this error, it also doesn't check whether framework is active, while Unity current version does. This is also probably not intended behaviour.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...