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 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
- bun add -g unity-agentic-tools
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