I just upgraded my TextMeshPro to version 3.2.0-pre.6 but I got this error Library\PackageCache\com.unity.textmeshpro@3.2.0 pre.6\Scripts\Editor\TMPro_CreateObjectMenu.cs(339,31): error CS0117: 'Object' does not contain a definition for 'FindFirstObjectByType'
. And when I checked inside the script that line and many other lines is white color. Definitely there’s something wrong here but I just have no clue.
'Object' does not contain a definition for 'FindFirstObjectByType' after upgrading to version 3.2.0-
1 Like
We’re seeing this too. Unity 2021.3. Docs state that FindFirstObjectByType should exist in this version but it doesn’t.
1 Like