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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Add comment