Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.16.15
Issue ID
ADDR-1681
Regression
No
Addressables generates non-deterministic bundles when the Aspect Ratio is changed
How to reproduce:
1. Open the user's attached project ("BugAddressableAssetPostprocessor.zip")
2. Open "Window > Asset Management > Addressables > Groups"
3. In Groups window press "Build > Clean Build > All"
4. In Groups window press "Build > New Build > Default Build Script"
5. Open folder "Library\com.unity.addressables\aa\Windows\StandaloneWindows"
6. Copy samplescene_scenes_all.bundle to a new folder and call it 1.bundle
7. In the Groups window press "Build > Clean Build > All"
8. In the Groups window press "Build > New Build > Default Build Script"
9. Open folder "Library\com.unity.addressables\aa\Windows\StandaloneWindows"
10. Copy samplescene_scenes_all.bundle to a new folder and call it 2.bundle
11. Change the Aspect ratio in GameView
12. Change the Window Layout in the Editor
13. In the Groups window press "Build > Clean Build > All"
14. In the Groups window press "Build > New Build > Default Build Script"
15. Open folder "Library\com.unity.addressables\aa\Windows\StandaloneWindows"
16. Copy samplescene_scenes_all*.bundle to a new folder and call it 3.bundle
17. Perform a binary compare, under windows use "fc /b 1.bundle 2.bundle" on the command-prompt
18. Perform a binary compare, under windows use "fc /b 1.bundle 3.bundle" on the command-prompt
Expected results: Build System outputs bitwise identical bundles if the source content did not change.
Actual results: The generated bundles are bitwise different.
Reproducible with: Addressables 1.16.10 - 1.16.15 (2019.4.17f1, 2020.1.17f1, 2020.2.0b12, 2021.1.0a1, 2021.1.0a4)
Not reproducible with: 2020.2.0b13, 2021.1.0a5
Could not test with: 2018.4.30f1 (Couldn't downgrade)
Comments (2)
-
Peter77
Aug 16, 2021 06:09
Issue not fixed in Addressables 1.18.15:
https://forum.unity.com/threads/case-1358381-addressables-generates-bundles-that-are-not-deterministic.1156991/ -
Peter77
Dec 28, 2020 14:37
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
Does no longer reproduce with: Addressables 1.16.15 with Unity 2020.2.0b13, 2021.1.0a5 and above