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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #1082969