souravrs999 / Gaze-Unity

A webcam implementation of eye tracking for unity. Eye tracking is done externally with the help of python and coordinates along with eye blink state is streamed to unity.
19 stars 5 forks source link

How to integrate with unity? #1

Open Yuvallll4 opened 2 years ago

Yuvallll4 commented 2 years ago

I'm new to python but advanced with Unity. I added all the scripts to the Assets folder but what should I do from there? I tried adding the Gaze.cs script to a Cube but it didnt really lead me anywhere.

Thanks in advance

souravrs999 commented 2 years ago

Hi this is not meant to be run as an asset for unity this was built for our specific use case of having a seperate server streaming data to unity, if you use case includes integrating gaze tracking to your project a native unity plugin would be your best option