com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_

Getting this error:
D:/White Box Gaming/Bugology/Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/TMPro_Private.cs(1903,130): error CS1644: Feature `out variable declaration’ cannot be used because it is not part of the C# 4.0 language specification

I tried this:
https://answers.unity.com/questions/1527978/20182-text-mesh-pro-plugin-errors.html?page=2&pageSize=5&sort=votes

Maybe I did not do something, getting this error. I found a old project trying to update.

Are you using the deprecated .Net 3.5 scripting runtime?

https://docs.unity3d.com/Manual/class-PlayerSettingsStandalone.html

That fixed it thank you

1 Like