Search Issue Tracker
Duplicate
Votes
0
Found in
2019.2.0a5
2019.2.0a6
Issue ID
1127399
Regression
Yes
[PacMan] Errors regarding TextMeshPro, Analytics and Advertisement packages on importing packages or upgrading a project
Errors regarding TextMeshPro, Analytics and Advertisement packages thrown in the console on importing packages from package manager or upgrading a project to Unity, Also errors in dll file of TextMeshPro and Analytics on creating a new project
Steps to Reproduce:
1. Upgrade a Project in current version
or
1. Window > Package Manager > Install any package (Eg LWRP, ProBuilder)
Actual Result:
Errors in the console about TextMeshPro, Analytics and Advertisement packages on importing packages from package manager or upgrading a project.
Expected Result:
Package are imported successfully without any errors
Reproducible on:
2019.2.0a6 (5612105fae18) , 2019.2.0a5 (dae745cea1fd)
Works on:
2019.2.0a4, 2019.1.0b3
Environment:
Only on MacOS
Note:
On Upgrading project, a "Package Manager Error" occurred. Refer attached screenshot
Error Details with a new Empty project
1.
Assembly 'Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEditor.UI'. Is the assembly missing or incompatible with the current platform?
Unable to resolve reference 'UnityEngine.UI'. Is the assembly missing or incompatible with the current platform?
2.
Assembly 'Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEngine.UI'. Is the assembly missing or incompatible with the current platform?
Error Details After Loading/Upgrading a project
1.
/Users/macmini2a/Downloads/[TestCase]Shadows/Library/PackageCache/com.unity.analytics@3.2.2/DataPrivacy/DataPrivacyButton.cs(3,19): error CS0234: The type or namespace name `UI' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
2.
/Users/macmini2a/Downloads/[TestCase]Shadows/Library/PackageCache/com.unity.textmeshpro@1.3.0/Scripts/Runtime/TextContainer.cs(2,19): error CS0234: The type or namespace name `EventSystems' does not exist in the namespace `UnityEngine'. Are you missing an assembly reference?
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment