Search Issue Tracker
Fixed in 1.3.0
Votes
0
Found in [Package]
1.2.4
Issue ID
1073739
Regression
Yes
[Text Mesh Pro] MissingReferenceException on importing TMP essentials
Steps To Reproduce:
1. Create a project.
2. Window > Text Mesh Pro > Import TMP Examples and Extras.
3. "Import Unity package" window will open, select Import.
4. "Resource Importer" window will open, select Import TMP Essentials.
Reproducible On : 2018.3.0a9, 2018.3.0a6
Not Reproducible On : 2018.3.0a5
Package Manager Version: 1.2.4
Stack Trace:
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.
UnityEngine.Component.GetComponent[T] () (at /Users/builduser/buildslave/unity/build/Runtime/Export/Component.bindings.cs:42)
TMPro.TextMeshPro.Awake () (at <e401af8928bb431ea80daa802b80ff47>:0)
TMPro.TextMeshPro.ON_RESOURCES_LOADED () (at <e401af8928bb431ea80daa802b80ff47>:0)
TMPro.FastAction.Call () (at <e401af8928bb431ea80daa802b80ff47>:0)
TMPro.TMPro_EventManager.ON_RESOURCES_LOADED () (at <e401af8928bb431ea80daa802b80ff47>:0)
TMPro.PackageResourceImporterWindow.ImportCallback (System.String packageName) (at <e401af8928bb431ea80daa802b80ff47>:0)
UnityEditor.AssetDatabase.Internal_CallImportPackageCompleted (System.String packageName) (at /Users/builduser/buildslave/unity/build/Editor/Mono/AssetDatabase/AssetDatabase.cs:36)
Environment: Occurs on Win and Mac.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Progress indicator in Meta Quest Build Profile configuration is barely visible
- Slightly transparent objects disappear completely in Web Player when using RenderGraph
- Visual Scripting Components are hidden behind a throbber when Multiplayer Play Mode is running with at least one local instance
- Video Player does not throw an error when playing a video with unsupported encoding settings
- Errors indicating that TMP Extras were not Imported logged when opening the Render Pipeline Converter Window while in Play Mode
Add comment