Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.0f3
Issue ID
903576
Regression
No
Assetbundles are not being rebuilt due to changes in "Always Included Shaders" list
Reproduction Steps:
1. Open User's project
2. Delete all AssetBundles in "StreamingAssets/GeneratedBundles"
3. Make Sure that "Always Included Shaders" list does not contain "Legacy Shader/Diffuse"
4. Build AssetBundles "AssetBundles/Build bundles"
5. Open "AssetBundles/Open Viewer"
6. Select "treamingAssets/GeneratedBundles/textured_cube"
7. Double Click on "Legacy Shader/Diffuse"
8. Notice that it is Precompiled
9. Add "Legacy Shader/Diffuse" to the "Always Included Shaders" list
10. Build Again
11. Notice that "Legacy Shader/Diffuse" is still precompiled
12. Delete all AssetBundles in "StreamingAssets/GeneratedBundles"
13. Build again
14. Notice that "Legacy Shader/Diffuse" is only referenced
Expected behaviour: AssetBundles are rebuilt when "Always Included Shaders" list is changed.
Actual result: AssetBundles shaders are still precompiled after "Always Included Shaders" list is changed.
Reproduced on versions: Unity 5.5.3p2, 5.6.0f3, 5.6.0p3
AssetBundleViewer Does not work on Unity 2017
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment