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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The Material reference is invalid during the awake. Forcing an immediate update or waiting on the second frame fixes the issue.