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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Add comment