Search Issue Tracker
Won't Fix
Votes
3
Found in
2018.4.32f1
2019.3.0a1
2020.3
2021.1
2021.2
Issue ID
1325578
Regression
Yes
Reference to custom Mesh is lost on a Prefab when upgrading to 2019.3.0a1 or later
How to reproduce:
1. Open the attached "1325578_Repro" project in Unity 2019.2.21f1 or earlier
2. Observer the Mesh Filter Inspector of the "Boomerang" Asset (in the Assets folder)
3. Close the Project and open it in Unity 2019.3.0a1 or later
4. Observer the Mesh Filter Inspector of the "Boomerang" Asset
Expected results: The mesh is not missing
Actual results: The mesh is missing
Reproducible with: 2019.3.0a1, 2019.4.24f1, 2020.3.4f1, 2021.1.3f1, 2021.2.0a13
Not reproducible with: 2018.4.33f1, 2019.2.21f1
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
- 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
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (2021.2.X):
Some meta files in the project contains empty lines which are tripping the UnityYaml parser. For performance UnityYaml parser supports only a subset of the yaml specification. Removing those empty lines will cause the issue to go away. Unity will not produce .meta with empty lines and therefore closing this as won't fix.