Initial plugin registry: unreal + hello-exbyte

This commit is contained in:
Bonchellon
2026-07-09 14:51:52 +03:00
commit 1e9ffb6109
6 changed files with 167 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"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"] }
}