Search Issue Tracker
Won't Fix
Votes
1
Found in
2020.3.37f1
2021.3.8f1
2022.1.12f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-11404
Regression
No
Sprite Atlas bundle does not track the dependency changes when packing Sprites and Sprite Atlases into different bundles and rebuilding the bundles
Reproduction steps:
1. Open the user's attached project "Atlas Test.zip"
2. Click "Unity Support/Build Built-in Bundles" in the menu bar
3. Open "out/Built-in/atlas_ab.manifest" in the project folder and keep track of the hashes
4. Edit one of the Sprites in "Assets/Sprites"
5. Click "Unity Support/Build Built-in Bundles" in the menu bar
6. Open "out/Built-in/atlas_ab.manifest" again and compare the hashes to previous ones
Expected result: The hashes are different
Actual result: The hashes are the same
Reproducible with: 2020.3.37f1, 2021.3.8f1, 2022.1.12f1, 2022.2.0b3, 2023.1.0a4
Reproducible on: macOS 12.4 (Intel)
Note: It works as expected with the SBP which can be tested with "Unity Support/Build SBP Bundles"
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This won't be tackled in the short term. We have improvements coming which will tackle this scenario. Those unfortunately won't be backportable.
The workaround is to force a clean build when sprite atlas changes in the manner described in this ticket.