So, I just updated to the latest version of Unity, 2019.1.0f2, and it's causing the following critical error to appear (66 times):
Library/PackageCache/com.unity.textmeshpro@2.0.0/Scripts/Runtime/FastAction.cs(24,45): error CS1644: Feature `out variable declaration' cannot be used because it is not part of the C# 4.0 language specification
I have no idea how to fix this other than it has something to do with the use of "out" in some scripts, which is not something I've used personally so don't know how to change and correct it to work properly. And these aren't my scripts anyway, they're like random Unity ones, so I don't really know anything about them in the slightest or where to even start messing around with them.
Any suggestions?
↧