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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
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.