Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.5.X, 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
5.5.2p4
Issue ID
931791
Regression
No
Shader in Asset Bundle has different fogMode, gpuProgramID, m_LOD between two builds when Library folder is deleted
3 lines are different between two Asset Bundle builds when Library folder is deleted between builds.
Steps to reproduce:
1. Open User's attached project (AssetBundleRebuildTestV12.zip)
2. Menu bar > Assets > Asset bundles > Build My asset bundles
3. Close Unity
4. Inspect “art_static_shader_water” under AssetBundles/AssetBundles. Use WebExtract tool (Unity > Contents > Tools) and then binary2text to generate readable file
5. Save generated .txt file
6. Delete Library folder that is inside Project folder
7. Repeat steps 1-5.
8. Compare 2 different .txt files
Result: two .txt files are different in 3 places only: values of fogMode, gpuProgramID, m_LOD are different.
Reproduced with: 2017.2.0b2, 5.5.4p2.
Note: in this case, it seems like only “art_static_shader_water” was affected.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Add comment