You will need to supply your own, as licensing won't allow me to distribute:
- lib/tobii_gameintegration_x64.dll
- lib/tobii_gameintegration_x86.dll
- lib/Tobii.GameIntegration.Net.dll
- Rename the plugin to something more generalized.
- Implement a generalized IPositionalService that can support other types of positional tracking.
- Refactor TobiiService to implement IPositionalService.
- Implement loading of IPositionalServices on runtime.
- Refactor
TobiiPlugin.Update
to not rely onImGui.GetIO()
as this may cause issues down the line.
- Wintermute for the Highlight GameObject sig, and plenty of guidance, in particular with the Ray casting.
- Avafloww for the Tab Targeting sigs, that somehow still work despite all the patches.