49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "com.lrss3.xuniwindowcontroller",
|
|
"displayName": "XUniWindowController",
|
|
"version": "0.1.0",
|
|
"unity": "2022.3",
|
|
"description": "A Unity native plugin for controlling standalone application windows on Windows and macOS. \nSupports transparency, click-through, topmost/bottommost, maximize, file drop, native file dialogs, and multi-monitor window fitting.",
|
|
"author": {
|
|
"name": "Lrss3",
|
|
"url": "https://github.com/Lrss3"
|
|
},
|
|
"keywords": [
|
|
"window",
|
|
"transparent",
|
|
"click-through",
|
|
"native",
|
|
"plugin",
|
|
"windows",
|
|
"macos"
|
|
],
|
|
"category": "library",
|
|
"dependencies": {},
|
|
"samples": [
|
|
{
|
|
"displayName": "Menu",
|
|
"description": "Sample menu scene for navigating between different example scenes.",
|
|
"path": "Samples~/Menu"
|
|
},
|
|
{
|
|
"displayName": "SimpleSample",
|
|
"description": "A minimal example demonstrating basic window control setup.",
|
|
"path": "Samples~/SimpleSample"
|
|
},
|
|
{
|
|
"displayName": "UiSample",
|
|
"description": "Complete UI demonstration with toggles and sliders for controlling window properties (transparency, topmost, click-through, etc.).",
|
|
"path": "Samples~/UiSample"
|
|
},
|
|
{
|
|
"displayName": "Fullscreen",
|
|
"description": "Fullscreen mode example with right-click context menu and 3D snowman scene.",
|
|
"path": "Samples~/Fullscreen"
|
|
},
|
|
{
|
|
"displayName": "FileDialog",
|
|
"description": "Demonstrates native file open/save dialog integration.",
|
|
"path": "Samples~/FileDialog"
|
|
}
|
|
]
|
|
} |