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
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Add comment