Search Issue Tracker
By Design
By Design in 2017.1.X
Votes
0
Found in
2017.1.0f3
Issue ID
945455
Regression
No
Different contained assets shown in manifest, depending on the way an assets are added to it
Reproduction steps:
1. Open project attached (AssetBundleUpdate.zip)
2. See that all 4 assets are included in AssetBundle "bundlea".
3. Build them by using Menu/TestAB/Create Asset Bundle(Tags).
4. Remove "2048text" and "TestMaterial" from asset bundle.
5. Repeat step 3.
Result: Bundle manifest information is the same.
6. Remove "SpherePrefab" from the bundle.
7. Repeat step 3.
8. Add "SpherePrefab" back to bundle and repeat step 3.
Expected result: Manifest information will be identical the one that we got after Step 5.
Actual result: They are different and after step 8 there is no information about "2048text" and "TestMaterial".
Notes: Adding "2048text" and "TestMaterial" to asset bundle will still provide the same behavior that we have after step 8.
Reproduced on: 5.5.0f3, 2017.1.0p5, 2017.3.0a6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [FrameDebugger][WebGL] Frame Debugger does not display any data when running WebGL build
- Selected Sample Stack remains showing in the Profiler when the frames are cleared and there is no data to select
- Touch inputs stops registering after 20-100 touches in the Device Simulator view
- Errors are thrown and builds fail when any Il2CppSetOption is set
- Selection is not updated when itemsSource is filtered in MultiColumnListView
Add comment