Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
0
Found in
2020.2.0a12
Issue ID
1246913
Regression
Yes
[InContext] ApplyPatchedPropertiesToContent: "The object of type 'TextMeshPro' has been destroyed ..."
Text Mesh Pro package "Version 3.0.0-preview.12 - May 11, 2020"
Steps:
1. Import Text Mesh Pro essentials
2. Load "02 - Multi-line TextMesh Pro" scene
3. Convert "Multi Line TextMesh Pro" GameObject to prefab
4. Make an override in "TextMeshPro-Text" component on the instance
5. Switch to InContext mode
6. Remove "TextMeshPro-Text" component
7. Undo
==>
MissingReferenceException: The object of type 'TextMeshPro' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
Not repro in Version 2018.4.23f1 (8a071d16a0e7) + TMP version 1.4.1 (verified)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Virtual device crashes with "Scudo ERROR: invalid chunk state when deallocating address" error in Firebase Test Lab when Optimized Frame Pacing is enabled
- Particle System does not resume when its Culling Mode is set to "Pause" or "Pause and Catch-up," and particle position simulate in world space
- "Custom Render Queue" field cannot be set above "2000" when changing it in the Inspector window using Debug mode
- "Preloaded Assets" list is empty when Player is built
- Input.GetKey() does not register key release when a specific key is pressed, and then released after opening a context menu
Add comment