移除32位部分,因为这会导致冲突。
This commit is contained in:
+46
-47
@@ -1,49 +1,48 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
"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~/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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user