Skip to content

Commit 4c78876

Browse files
[#68] Fix incorrect archive-mapping example in BuildReport comment
The FileListArchiveHelper example mapped a ContentFile to its role (ContentFile) instead of to the containing archive filename. It maps the internal file name to the archive file name, matching the AssetBundle example above it.
1 parent b0ddd4b commit 4c78876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Analyzer/SerializedObjects/BuildReport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public FileListArchiveHelper(List<BuildFile> files)
198198
...
199199
200200
Result:
201-
1b5ddb63f662928d24e43d5d9b8b9597.cf -> ContentFile
201+
1b5ddb63f662928d24e43d5d9b8b9597.cf -> content0.archive
202202
*/
203203
/// </summary>
204204
private void CalculateArchiveMapping(List<BuildFile> files)

0 commit comments

Comments
 (0)