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
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
- Help box icon in "Tile Palette" window is blurry in both Unity themes
Add comment