You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output is similar to Unity's `binary2text` tool. Each file begins with external references:
148
+
The output is similar to Unity's `binary2text` tool. Unfiltered dumps begin with external references (when filtering with `-i` or `-t` this section is omitted — use the [`serialized-file externalrefs`](#) command if you want them separately):
Copy file name to clipboardExpand all lines: Documentation/textdumper.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ There will be one output file per SerializedFile. Depending on the type of the i
15
15
be more than one output file (e.g. AssetBundles are archives that can contain several
16
16
SerializedFiles).
17
17
18
-
The first lines of the output file looks like this:
18
+
For an unfiltered dump, the first lines of the output file look like this (when `ObjectId` or `TypeFilter` are set the External References section is omitted, and the output starts directly with the matching object entries):
0 commit comments