unity-agentic-tools 0.3.1 → 0.3.3

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,19 +9,19 @@ 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
16
16
  ```
17
17
 
18
- ## Commands (125 total)
18
+ ## Commands (126 total)
19
19
 
20
20
  ### Read (21)
21
21
  `read scene` | `read gameobject` | `read asset` | `read scriptable-object` | `read material` | `read dependencies` | `read dependents` | `read unused` | `read settings` | `read build` | `read overrides` | `read component` | `read reference` | `read script` | `read scripts` | `read log` | `read meta` | `read animation` | `read animator` | `read manifest` | `read input-actions`
22
22
 
23
- ### Create (14)
24
- `create gameobject` | `create scene` | `create prefab-variant` | `create scriptable-object` | `create meta` | `create component` | `create component-copy` | `create build` | `create material` | `create package` | `create input-actions` | `create animation` | `create animator` | `create prefab`
23
+ ### Create (15)
24
+ `create gameobject` | `create scene` | `create prefab-variant` | `create prefab-instance` | `create scriptable-object` | `create meta` | `create component` | `create component-copy` | `create build` | `create material` | `create package` | `create input-actions` | `create animation` | `create animator` | `create prefab`
25
25
 
26
26
  ### Update (28)
27
27
  `update gameobject` | `update component` | `update transform` | `update scriptable-object` | `update settings` | `update tag` | `update layer` | `update sorting-layer` | `update parent` | `update build` | `update array` | `update batch` | `update batch-components` | `update material` | `update meta` | `update animation` | `update animator` | `update sibling-index` | `update input-actions` | `update animation-curves` | `update animator-state` | `update prefab` (7 subcommands)