Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.2f1
Issue ID
1067834
Regression
No
[MAC] Bundle with a prefab is not rebundled when building Asset Bundles
How to reproduce:
1. Open the attached project named "ProjectB.zip"
2. Right click in the project tab and select BuildAssetBundles
3. Navigate to the project's location on a File Explorer
4. Copy kuaile.anim and kuaile.anim.meta from the MissingRes folder into the Assets folder
5. Go back to Unity Project tab, right click and select BuildAssetBundles again
Expected result: The bundle "cylinder" is updated together with "anim.bundle"
Actual result: The bundle "cylinder" was not updated
Reproducible with: 2017.4.9f1, 2018.1.9f1, 2018.2.3f1, 2018.3.0a8
Could not test on earlier versions due to compiler errors
-
Resolution Note:
This is actually expected behavior (and a duplicate) - The reference from the cylinder prefab to the controller has not changed and neither does the reference values from the controller to the missing asset (which is expected so that when the asset is restored, so is the link), which is why the cylinder bundle does not get updated.
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] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
This is a duplicate of issue #1082969