Hey! I encountered known bug with no CanvasRenderer attached to Caret gameobject. Solution is to upgrade tmp to 3.0.0-preview.3 or higher. I am using Unity 2020.1 (I cant go back to 2019 for reasons) and the latest version in package manager is tmp 3.0.0-preview.1. How do I Install another preview version?
I would suggest updating to the verified version of the TMP package which is version 3.0.1.
If I disable “Preview packages” then I dont have TMP at all, and if enable, then I get only 3.0.0 Preview. I can’t find verified vesrion anywhere in the package manager
Package discovery is Package Manager related functionality and not specific to packages themselves. As such, you should be seeing the same packages.
Make sure you are using the latest release of Unity 2020.1 which is 2020.1.2f1.
Also make sure you didn’t modify your package manifest.json located in Project/Package/… for this project. This might have happened if you tried to access preview package from staging in the past.
Yes, regenerationg manifest helped! Thanks a lot