I've upgraded an old project from 2017 .1.0f3 to 2019.1.0f2 editor version and in the console is throwing this error after some scripts where imported to the project:> error CS1644: Feature `expression> bodied members' cannot be used because> it is not part of the C# 4.0 language> specification.
c# 6 is not being recognized by the compiler after the upgrade.
↧