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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment