realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
MIT License
3 stars 0 forks source link

Make GazeProvider a proper controller #78

Open FejZa opened 10 months ago

FejZa commented 10 months 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 9 months 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.