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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment