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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
The Material reference is invalid during the awake. Forcing an immediate update or waiting on the second frame fixes the issue.