Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.17f1
Issue ID
UUM-29882
Regression
Yes
Terrain shaders aren't loaded in 2021.3 builds and above when loading asset bundles from 2019.3
How to reproduce:
- Build a scene in 2019.3 into an asset bundle that uses default terrain shaders (i.e. values serialized under m_DetailBillboardShader, m_DetailMeshLitShader, m_DetailMeshGrassShader).
- Load the bundle at runtime in a 2021.3 standalone player.
- Observe the shaders were not loaded.
The issue is present in DetailDatabase where DetailDatabase::Transfer is not loading shaders serialized under the older m_DetailBillboardShader, m_DetailMeshLitShader, m_DetailMeshGrassShader properties.
DetailDatabase::Transfer's version was bumped to 4 in some 2022 branches so perhaps this'd now be supportable with a pre-version 4 serialization check?
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
Resolution Note:
Thank you for bringing this issue to our attention. Since we were not able to reproduce this during our initial investigations and there was no project provided for reproduction, we will be closing this issue. Feel free to reopen this ticket with a project attached if you believe this issue should be of higher priority. Thank you.