Update EyeTracking authored by Jonathan Ehret's avatar Jonathan Ehret
# Prerequisite
To add eye tracking you have to add the ``SRanipal`` plugin to your project it can be downloaded as part of the SDK [here](https://developer-express.vive.com/resources/vive-sense/eye-and-facial-tracking-sdk/download/latest/) (HTC Vive account required) To add eye tracking you have to add the ``SRanipal`` plugin to your project it can be downloaded as part of the SDK [here](https://developer-express.vive.com/resources/vive-sense/eye-and-facial-tracking-sdk/download/latest/) (HTC Vive account required)
Also in your project you have to have the ``SRanpial`` plugin activated in the .uproject file
```
"Plugins": [
{
"Name": "SRanipal",
"Enabled": true
}
],
```
\ No newline at end of file