issues
search
CognitiveVR
/
cvr-sdk-unity
Cognitive3D SDK for Unity - Analytics for VR/AR/MR
http://cognitive3d.com
Other
42
stars
12
forks
source link
Quest Pro Eyetracking Fix
#157
Closed
calderarchinuk
closed
8 months ago
calderarchinuk
commented
8 months ago
Description
Moved OVRPluign.StartEyeTracking to CognitiveVR_Manager from FixationRecorder
Removed OVRPlugin.eyeTrackingEnabled from checking if eye tracking was enabled. This is not set immediately after calling OVRPluign.StartEyeTracking
Check user permissions before trying to enable the eye tracking feature
Height Task ID(s) (If applicable): T-5618
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] Any dependent changes have been merged and published in downstream modules
[ ] I have assigned this PR to myself in GitHub
[ ] I have assigned and notified Reviewers for this PR
Description
Height Task ID(s) (If applicable): T-5618
Type of change
Checklist