-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "com.luthien.agentic-extensions",
"version": "0.3.0",
"displayName": "Agentic Extensions for Unity CLI (UAX)",
"description": "Extends the Unity Pipeline package (com.unity.pipeline) with agent-oriented commands: deep profiling (counters, top markers, call trees, memory snapshots), UI Toolkit inspection and interaction, simulated game input, scene-view camera control, and game-registered macros. Profiler counters, frame timing, top runtime markers and the UI Toolkit commands also run inside a standalone player, so a build can be driven and measured directly. Companion to the unity CLI.",
"unity": "6000.0",
"license": "MIT",
"author": {
"name": "Tom Moore (Luthien Studios)"
},
"dependencies": {
"com.unity.pipeline": "0.3.1-exp.1",
"com.unity.nuget.newtonsoft-json": "3.2.1"
}
}