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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
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.