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
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
- VFX Parameters are missing the documentation links
- Node name gets cut off in the Visual Effect Graph when the name is long
- Custom Particle System names textboxes are not correctly wrapped in the VFX Control panel
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.