Skip to content
Snippets Groups Projects
Commit dd157d6c authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Update RWTHVRToolkit.uplugin with optional dependencies to SB, DTrack,...

Update RWTHVRToolkit.uplugin with optional dependencies to SB, DTrack, Livelink and nDisplay. Needs testing to see what happens if those aren't there.
parent cb10fd6d
No related branches found
No related tags found
1 merge request!32Update RWTHVRToolkit.uplugin with optional dependencies to SB, DTrack,...
...@@ -47,19 +47,23 @@ ...@@ -47,19 +47,23 @@
"Plugins": [ "Plugins": [
{ {
"Name": "nDisplay", "Name": "nDisplay",
"Enabled": true "Enabled": true,
"Optional": true
}, },
{ {
"Name": "LiveLink", "Name": "LiveLink",
"Enabled": true "Enabled": true,
"Optional": true
}, },
{ {
"Name": "LiveLinkOvernDisplay", "Name": "LiveLinkOvernDisplay",
"Enabled": true "Enabled": true,
"Optional": true
}, },
{ {
"Name": "DTrackPlugin", "Name": "DTrackPlugin",
"Enabled": true "Enabled": true,
"Optional": true
}, },
{ {
"Name": "EnhancedInput", "Name": "EnhancedInput",
...@@ -68,6 +72,11 @@ ...@@ -68,6 +72,11 @@
{ {
"Name": "Niagara", "Name": "Niagara",
"Enabled": true "Enabled": true
},
{
"Name": "Switchboard",
"Enabled": true,
"Optional": true
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment