Files
exbyte-depot-plugins/plugins/unreal/plugin.json
2026-07-09 14:51:52 +03:00

13 lines
399 B
JSON

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