realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
https://realitytoolkit.realitycollective.net/
MIT License
3 stars 0 forks source link

Make GazeProvider a proper controller #78

Open FejZa opened 1 year ago

FejZa commented 1 year ago

Overview

The gaze provider has always been a bit of a weird curiosity in the toolkit. It's time to mature it into a proper controller that makes it more versatile and usable.

Proposed changes

Benefits

SimonDarksideJ commented 1 year ago

Another thing to factor in this upgrade, is due to the GazeProvider currently causing a Null ref exception onDisable due to the Input Service being unregistered. As a module, it would not have this issue.