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
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
Add comment