Search Issue Tracker
In Progress
Fixed in 2022.2.19f1, 2023.1.0b15, 2023.2.0a13
Fix In Review for 2021.3.28f1
Votes
0
Found in
2020.3.35f1
2021.3.4f1
2022.1.3f1
2022.2.0a13
2023.1.0b10
2023.2.0a8
Issue ID
UUM-639
Regression
No
Renaming Prefab Objects leads to wrong Asset Bundle dependency when the Prefab is nested [Fixed in UCBP]
How to reproduce:
1. Open the attached "case_1395813" project
2. Select the "BuildRes -> Build" button from the menu to build an Asset Bundle with "Raw" Material
3. Rename the "Raw" Material to "Raw_t" in the Project browser
4. Select the "BuildRes -> BuildTest" button from the menu to build an Asset Bundle with "Raw_t" Material
5. Enter the Play Mode in the "BundleScene" Scene
6. Select the "Load All Test" button
Expected result: Prefab Cube is generated in the Scene with "Raw_t" Material set
Actual result: Prefab Cube is generated in the Scene with "Standard" Material set
Reproducible with: 2019.4.36f1, 2020.3.31f1, 2021.2.16f1, 2022.1.0b12, 2022.2.0a8
Note: After decoding the Asset Bundles with webExtract and binary2Text, it can be observed that the "Sphere" Asset Bundle depends on the "Raw" Asset Bundle instead of "Raw_t"
Note: See the comments for investigation into the behaviour. This does not occur with the new Multi-Process Build Pipeline (available 2023.1 and later)
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
- Vertex data is displaced when building with Addressables with Optimize Mesh Data enabled
- [macOS] “Input.GetMouseButtonDown” gets set to true when pressing and when releasing the mouse button in the Device Simulator view if "targetFrameRate" is set in the script
- UWP Capabilities are not changed when rebuilding the project
- [Oculus] Lights causing artifacts when Forward+ Rendering is selected
- Game Window Icons are white when in light mode
Resolution Note (fix version 2023.2.0a13):
Fixed in: 2023.2.0a13