Commit d9b21ba
Add documentation and scripts for comparing builds using UnityDataTool (#27)
Comparison of builds is a very common topic when trying to investigate non-determinism or other "unexpected" changes when a project is built. But there is no single "compare builds" tool or feature and UnityDataTools doesn't natively support comparison.
This PR adds two "example" scripts that aid in the comparison of the sqlite database generated by "UnityDataTools analyze".
It also frames the use of these scripts in a new documentation topic that also gets into using diff tools + WebExtract + UnityDataTools.
The two examples try to touch on two common tricky scenarios:
AssetBundles built by Addressables with hashes in the name
texture changes inside .resS files
Co-authored-by: Tim Thomas <timt@unity3d.com>1 parent 4dc79d7 commit d9b21ba
13 files changed
Lines changed: 554 additions & 1 deletion
File tree
- Documentation
- Scripts
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
217 | 221 | | |
218 | 222 | | |
219 | 223 | | |
| |||
Large diffs are not rendered by default.
0 commit comments