Skip to content

v2.2.0 Dump and BuildReport improvements

Latest

Choose a tag to compare

@SkowronskiAndrew SkowronskiAndrew released this 27 Jul 17:43

What's Changed

analyze support for BuildReports now includes additional data added in Unity 6.6. Also make small update to the schema to better support queries that group by file extension.

dump command - further work to bring it to feature parity with binary2text. Concise display of large arrays, floating numbers as hex and proper display of GUID/Hash128 values.

Bug fix for using UnityFileSystemApi to mount archives or open serialized files when there are non-ansii characters in the path.

Documentation improvements:

  • Document how to perform SQL queries matching functionality of the Project Auditor UI (for Player builds).
  • Add a file to aid agents use the tool.
  • Mark find-refs as experimental because agents were stumbling over it.

Details

Schema Differences

The analyze database gets new columns, tables and views related to the BuildReport file (nothing renamed or removed):

  • #107 Adds tables related to BuildReport ContentSummary and other BuildReport changes
  • #110 build_report_source_assets gains asset_name (filename without extension) and asset_extension (lower-cased, without the dot) columns

Full Changelog: v2.1.0...v2.2.0