88 lines
2.3 KiB (Stored with Git LFS)
JSON
88 lines
2.3 KiB (Stored with Git LFS)
JSON
{
|
|
"Actions": [
|
|
{
|
|
"Icon": "images/camera_icon.png",
|
|
"Name": "Camera Controller",
|
|
"DisableAutomaticStates": true,
|
|
"States": [
|
|
{
|
|
"Image": "images/camera_icon.png",
|
|
"TitleAlignment": "bottom",
|
|
"FontSize": "12"
|
|
},
|
|
{
|
|
"Image": "images/camera_icon_inactive.png",
|
|
"TitleAlignment": "bottom",
|
|
"FontSize": "12"
|
|
}
|
|
],
|
|
"Settings": {
|
|
"cameraIndex": 0,
|
|
"autoSwitch": true,
|
|
"isUnityConnected": false,
|
|
"cameraList": [],
|
|
"currentCamera": null
|
|
},
|
|
"Controllers": ["Keypad"],
|
|
"UserTitleEnabled": false,
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Switch Unity camera via Streamingle",
|
|
"UUID": "com.mirabox.streamingle.camera",
|
|
"PropertyInspectorPath": "propertyInspector/camera/index.html"
|
|
},
|
|
{
|
|
"Icon": "images/item_icon.png",
|
|
"Name": "Item Controller",
|
|
"DisableAutomaticStates": true,
|
|
"States": [
|
|
{
|
|
"Image": "images/item_icon.png",
|
|
"TitleAlignment": "bottom",
|
|
"FontSize": "12"
|
|
},
|
|
{
|
|
"Image": "images/item_icon_inactive.png",
|
|
"TitleAlignment": "bottom",
|
|
"FontSize": "12"
|
|
}
|
|
],
|
|
"Settings": {
|
|
"itemId": "",
|
|
"isActive": false
|
|
},
|
|
"Controllers": ["Keypad"],
|
|
"UserTitleEnabled": false,
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Toggle Unity item via Streamingle",
|
|
"UUID": "com.mirabox.streamingle.item",
|
|
"PropertyInspectorPath": "propertyInspector/item/index.html"
|
|
}
|
|
],
|
|
"SDKVersion": 2,
|
|
"Author": "Streamingle",
|
|
"Name": "Streamingle Camera Controller",
|
|
"Icon": "images/plugin_logo.png",
|
|
"CodePathWin": "plugin/index.html",
|
|
"CodePathMac": "plugin/index.html",
|
|
"Description": "Control Unity cameras and items via Streamingle WebSocket",
|
|
"Category": "Streamingle",
|
|
"CategoryIcon": "images/plugin_logo.png",
|
|
"Version": "2.0.0",
|
|
"URL": "https://github.com/streamingle",
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion": "10.11"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "7"
|
|
}
|
|
],
|
|
"Software": {
|
|
"MinimumVersion": "3.10.188.226"
|
|
},
|
|
"Nodejs": {
|
|
"Version": "20"
|
|
}
|
|
} |