unity-agentic-tools 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +1444 -282
- package/dist/index.js +570 -74
- package/native/index.d.ts +10 -1
- package/native/index.js +2 -1
- package/native/unity-file-tools.darwin-arm64.node +0 -0
- package/native/unity-file-tools.darwin-x64.node +0 -0
- package/native/unity-file-tools.linux-x64-gnu.node +0 -0
- package/native/unity-file-tools.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Fast CLI for Unity scene, prefab, and asset files. Extracts GameObject hierarchi
|
|
|
9
9
|
## Quick Start
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
|
|
12
|
+
npm install -g unity-agentic-tools
|
|
13
13
|
unity-agentic-tools read scene MyScene.unity
|
|
14
14
|
unity-agentic-tools read gameobject MyScene.unity "Main Camera" -p
|
|
15
15
|
unity-agentic-tools update transform MyScene.unity "Main Camera" -p 0,5,-10
|