Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.46f1
2021.3.21f1
2022.2.11f1
2023.1.0b8
2023.2.0a6
Issue ID
UUM-30569
Regression
No
Dependency layout error when textures packed in atlases from Sprites assets are pulled into SBP bundles
How to reproduce:
1. Open the attached “IN-34854“ project
2. In the menu bar click UnitySupport → SBPBuildAssetBundles
3. Using UnityDataTools create a database from the built Asset Bundle
4. Using an SQLite database inspector tool, like “DB Browser for SQLite”, inspect the “dep_asset_bundle” values of the “AirshipChase_Tex_Airship_Blue“ entry in the “asset_dependencies_view“ table (Attached image for reference)
Expected result: The texture “AirshipChase_Tex_Airship_Blue” depends on the “newbundle”.
Actual result: The texture “AirshipChase_Tex_Airship_Blue” depends on the “dep_asset_bundle” called “airshipchase” bundle.
Reproducible with: 2020.3.46f1, 2021.3.21f1, 2022.2.11f1, 2023.1.0b8, 2023.2.0a6
Reproducible on: macOS 13.2 (Intel)
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
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Scene view freezes when "NullReferenceException" is thrown in a .delayCall
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
- Crash on block_remove when opening a project with a corrupted library
Resolution Note:
There are no fixes planned for this Bug