Search Issue Tracker
By Design
Votes
1
Found in [Package]
2.1.6
3.2.0-pre.1
Issue ID
TMPB-19
Regression
No
Missing Reference Exception is thrown when TextMeshPro font materials are modified
How to reproduce:
1. Open the user's attached project
2. Press the Play button
3. Observe the Console
Expected result: MissingReferenceException is thrown
Actual result: no errors are thrown
Reproducible with: 2.1.6 (2019.4.29f1), 3.0.6, 3.2.0-pre.1 (2020.3.16f1, 2021.1.17f1, 2021.2.0b7, 2022.1.0a5)
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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Resolution Note:
The Material reference is invalid during the awake. Forcing an immediate update or waiting on the second frame fixes the issue.