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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Add comment