Skip to content

Commit

Permalink
formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Jan 19, 2025
1 parent f988612 commit 0c05e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ UAssetGUI tojson <source> <destination> <engine version> [mappings name]
```

Example 1: `UAssetGUI tojson A.uasset B.json VER_UE5_1`

Example 2: `UAssetGUI tojson A.uasset B.json 27 Astro`

### Import from JSON
Expand All @@ -31,6 +32,7 @@ UAssetGUI fromjson <source> <destination> [mappings name]
```

Example 1: `UAssetGUI fromjson B.json A.umap`

Example 2: `UAssetGUI fromjson B.json A.umap Outriders`

### Open a specific file in the GUI
Expand All @@ -39,7 +41,9 @@ UAssetGUI <file name> [engine version] [mappings name]
```

Example 1: `UAssetGUI test.uasset`

Example 2: `UAssetGUI test.uasset VER_UE4_23`

Example 3: `UAssetGUI test.uasset VER_UE5_1 Engine`

## Compilation
Expand Down

0 comments on commit 0c05e6e

Please sign in to comment.