Files
exbyte-depot-plugins/plugins/unreal/plugin.json
Bonchellon 853e9dae74 unreal 1.1.0 — add Launch Unreal Engine action
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 15:17:32 +03:00

13 lines
412 B
JSON

{
"id": "unreal",
"name": "Unreal Engine Tools",
"version": "1.1.0",
"author": "Exbyte Studios",
"description": "Build the game (.sln / UnrealBuildTool), launch the editor, and tail the Unreal log. Enable this on Unreal Engine projects.",
"entry": "index.js",
"minAppVersion": "0.3.6",
"permissions": ["ue"],
"defaultEnabled": true,
"contributes": { "menu": true, "views": ["unreal-log"] }
}