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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #1082969