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
- “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
Add comment