53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "com.lrss3.xuniwindowcontroller",
|
|
"displayName": "XUniWindowController",
|
|
"version": "1.0.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",
|
|
"samples": [
|
|
{
|
|
"displayName": "Menu",
|
|
"description": "Sample menu scene for navigating between different example scenes.",
|
|
"path": "Samples~/00_Menu"
|
|
},
|
|
{
|
|
"displayName": "SimpleSample",
|
|
"description": "A minimal example demonstrating basic window control setup.",
|
|
"path": "Samples~/01_SimpleSample"
|
|
},
|
|
{
|
|
"displayName": "UiSample",
|
|
"description": "Complete UI demonstration with toggles and sliders for controlling window properties (transparency, topmost, click-through, etc.).",
|
|
"path": "Samples~/02_UiSample"
|
|
},
|
|
{
|
|
"displayName": "Fullscreen",
|
|
"description": "Fullscreen mode example with right-click context menu and 3D snowman scene.",
|
|
"path": "Samples~/03_Fullscreen"
|
|
},
|
|
{
|
|
"displayName": "FileDialog",
|
|
"description": "Demonstrates native file open/save dialog integration.",
|
|
"path": "Samples~/04_FileDialog"
|
|
},
|
|
{
|
|
"displayName": "Common",
|
|
"description": "",
|
|
"path": "Samples~/Common"
|
|
}
|
|
]
|
|
} |