Skip to content

Commit 3e97d72

Browse files
Move analyze command documentation into Documentation
1 parent 736e718 commit 3e97d72

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ UnityDataTool (CLI executable)
123123
**Entry Points**:
124124
- `UnityDataTool/Program.cs` - CLI using System.CommandLine
125125
- `UnityDataTool/Commands/` - Command handlers (Analyze.cs, Dump.cs, Archive.cs, FindReferences.cs)
126+
- `Documentation/` - Command documentation (analyze.md, dump.md, archive.md, find-refs.md)
126127

127128
**Core Libraries**:
128129
- `UnityFileSystem/UnityFileSystem.cs` - Init(), MountArchive(), OpenSerializedFile()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

UnityDataTool/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ A command-line tool for analyzing and inspecting Unity build output—AssetBundl
66

77
| Command | Description |
88
|---------|-------------|
9-
| [`analyze`](Commands/analyze.md) | Extract data from Unity files into a SQLite database |
10-
| [`dump`](Commands/dump.md) | Convert SerializedFiles to human-readable text |
11-
| [`archive`](Commands/archive.md) | List or extract contents of Unity Archives |
12-
| [`find-refs`](Commands/find-refs.md) | Trace reference chains to objects *(experimental)* |
9+
| [`analyze`](../Documentation/analyze.md) | Extract data from Unity files into a SQLite database |
10+
| [`dump`](../Documentation/dump.md) | Convert SerializedFiles to human-readable text |
11+
| [`archive`](../Documentation/archive.md) | List or extract contents of Unity Archives |
12+
| [`find-refs`](../Documentation/find-refs.md) | Trace reference chains to objects *(experimental)* |
1313

1414
---
1515

0 commit comments

Comments
 (0)