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)
-
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
- [Android] Performing hardware comparison using "SAMPLE_TEXTURE2D_SHADOW" results in no shadow being rendered when the GameObject is instantiated manually
- Physics.Raycast fails when a Capsule Collider at a default position is used
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
Resolution Note:
Does no longer reproduce with: Addressables 1.16.15 with Unity 2020.2.0b13, 2021.1.0a5 and above