52 lines
1.3 KiB (Stored with Git LFS)
JSON
52 lines
1.3 KiB (Stored with Git LFS)
JSON
{
|
|
"Actions": [
|
|
{
|
|
"Icon": "images/action.png",
|
|
"Name": "Camera Controller",
|
|
"DisableAutomaticStates": true,
|
|
"States": [
|
|
{
|
|
"Image": "images/action.png",
|
|
"TitleAlignment": "center",
|
|
"FontSize": "8"
|
|
}
|
|
],
|
|
"Settings": {
|
|
"cameraIndex": 0,
|
|
"autoSwitch": true,
|
|
"isUnityConnected": false,
|
|
"cameraList": [],
|
|
"currentCamera": null
|
|
},
|
|
"Controllers": ["Keypad"],
|
|
"UserTitleEnabled": true,
|
|
"SupportedInMultiActions": true,
|
|
"Tooltip": "Switch Unity camera via Streamingle",
|
|
"UUID": "com.mirabox.streamingle.camera",
|
|
"PropertyInspectorPath": "propertyInspector/camera/index.html"
|
|
}
|
|
],
|
|
"SDKVersion": 1,
|
|
"Author": "Streamingle",
|
|
"Name": "Streamingle Camera Controller",
|
|
"Icon": "images/action.png",
|
|
"CodePath": "plugin/index.js",
|
|
"Description": "Control Unity cameras via Streamingle WebSocket",
|
|
"Category": "Streamingle",
|
|
"CategoryIcon": "images/action.png",
|
|
"Version": "2.0.0",
|
|
"URL": "https://github.com/streamingle",
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion": "10.11"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "7"
|
|
}
|
|
],
|
|
"Software": {
|
|
"MinimumVersion": "2.9"
|
|
}
|
|
} |