Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b3
Issue ID
987952
Regression
No
[PackMan] Missing script errors in the Console after removing the package
Steps to reproduce:
1) Download attached project or create a new one and open in Unity
2) Go to Project >> Packages >> Manage
3) Click on Install module and add Textmeshpro
4) In the Project tab, R.click >> Create >> TextMeshPro >> Sprite Asset
Note: Warning will appear in the Console tab : A texture which contains sprites must first be selected in order to create a TextMesh Pro Sprite Asset.(which is correct)
5) Go to Project >> Packages >> Manage and remove Textmeshpro package
Note:
error CS2001: Source file `Packages/com.unity.textmeshpro/Scripts/Editor/DropdownOptionListDrawer.cs' could not be found
error CS2001: Source file `Packages/com.unity.textmeshpro/Scripts/Editor/EditorCoroutine.cs' could not be found
error CS2001: Source file `Packages/com.unity.textmeshpro/Scripts/Editor/GlyphInfoDrawer.cs' could not be found
error CS2001: Source file `Packages/com.unity.textmeshpro/Scripts/Editor/KerningPairDrawer.cs' could not be found
errors will appear, that scripts could not be found. But none of the objects was created with Textmeshpro (check attached image "errors.png")
Workaround: relaunch the Editor or add any other new package
Reproduced with:
2018.1.0
Note: This package UI was introduced in 2018.1.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment