Open YegorStepanov opened 1 year ago
Unity has supported C# 9.0 since 2021.2. Therefore Target-typed new expressions is not available in 2020 LTS.
for this specific case, we can probably get rid of the code that uses this too, it performs update checks and its part of the package manager now (so not needed for this anymore), apart from that change is good!
Unity has supported C# 9.0 since 2021.2. Therefore Target-typed new expressions is not available in 2020 LTS.