mirror of
https://github.com/litruv/TobiiEyetracking.git
synced 2026-07-24 02:36:10 +10:00
45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "Tobii Eyetracking Plugin",
|
|
"Description": "A plugin to enable Tobii Eyetracking using the StreamSDK in Unreal Engine 4",
|
|
"Category": "Input Devices",
|
|
"CreatedBy": "Tobii AB",
|
|
"CreatedByURL": "https://www.tobii.com/",
|
|
"DocsURL": "https://vr.tobii.com/sdk/develop/ue4/getting-started/",
|
|
"MarketplaceURL": "https://unrealengine.com/marketplace/en-US/slug/tobii-eye-tracking-sdk",
|
|
"SupportURL": "https://discord.gg/8XZnAyg",
|
|
"EngineVersion": "4.27.0",
|
|
"CanContainContent": true,
|
|
"Installed": true,
|
|
"Modules": [
|
|
{
|
|
"Name": "TobiiCore",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"WhitelistPlatforms": [
|
|
"Win64",
|
|
"Win32"
|
|
]
|
|
},
|
|
{
|
|
"Name": "TobiiGTOM",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"WhitelistPlatforms": [
|
|
"Win64",
|
|
"Win32"
|
|
]
|
|
},
|
|
{
|
|
"Name": "TobiiInteractions",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default",
|
|
"WhitelistPlatforms": [
|
|
"Win64",
|
|
"Win32"
|
|
]
|
|
}
|
|
]
|
|
} |