Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XRI3] Eye gaze recording sample is not working #878

Closed
AMollis opened this issue Jul 25, 2024 · 4 comments · Fixed by #879
Closed

[XRI3] Eye gaze recording sample is not working #878

AMollis opened this issue Jul 25, 2024 · 4 comments · Fixed by #879
Assignees
Labels
Type: Bug A problem with an existing feature that can be fixed with the next patched release. Type: Example An issue related to an example or sample.

Comments

@AMollis
Copy link
Contributor

AMollis commented Jul 25, 2024

To reproduce

Steps to reproduce the behavior:

  1. Build the Features/XRI3 sample project for HL2
  2. On HL2 go to the EyeTrackingVisualizerExample.unity scene
  3. Click the "Record Heatmap" button
  4. Look at the right panel. Move eyes around all over the right panel (you want see any indication you're looking...that's ok)
  5. Click "Stop Recording"
  6. Click "Play Heatmap"
  7. Result (Bug): No animation plays

Expected behavior

Expected: Heat Map animation to play on the right panel

@AMollis AMollis added Type: Bug A problem with an existing feature that can be fixed with the next patched release. Type: Example An issue related to an example or sample. labels Jul 25, 2024
@AMollis AMollis self-assigned this Jul 25, 2024
@AMollis AMollis changed the title [MRTK] [XRI3] Eye gaze recording sample is not working [XRI3] Eye gaze recording sample is not working Jul 25, 2024
@AMollis
Copy link
Contributor Author

AMollis commented Jul 25, 2024

The problem most likely is that the gaze interactor is not set on the test script...

image

@AMollis
Copy link
Contributor Author

AMollis commented Jul 25, 2024

Setting the gaze interactor on the test script fixes this issue.

image

@AMollis
Copy link
Contributor Author

AMollis commented Jul 25, 2024

This is a "sample only" issue.

AMollis added a commit that referenced this issue Jul 25, 2024
…ch. (#879)

# Overview 

After updating sample scenes to the new XRI3 rig, some interactor
references broke on some test behaviours. This change fixes these
issues.

Also adjusting a game object name in the "SolverExample" scene, to
better example what the game object is.

# Fixes

-
#878
-
#877
-
#876

# Inspector/Scene Updates

### Spatial Mouse Sample Scene Changes
Updates scene to use the MRTK3/XRI3 Rig Prefab, this fixed broken
interactor references


![image](https://github.com/user-attachments/assets/d9f7f24d-ed8e-467a-9a34-b2724dc0801f)

###  Solver Examples Scene Changes
Adding hand ray interactor references on the `SolverExampleManager` test
behaviour


![image](https://github.com/user-attachments/assets/58a4b9c7-66cd-4db7-bda1-d3c52f07a753)

### Eye Tracking Visualizer Example Scene Changes
Adding gaze interactor references on the `LogStructureEyeGaze` test
behaviour.


![image](https://github.com/user-attachments/assets/f0154bd6-6530-4dc3-b7d5-bed9d4fbeaf2)
@AMollis
Copy link
Contributor Author

AMollis commented Jul 25, 2024

Fixed

@AMollis AMollis closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug A problem with an existing feature that can be fixed with the next patched release. Type: Example An issue related to an example or sample.
Projects
None yet
1 participant