popcron / gizmos

Used for drawing runtime gizmos in builds and editor (Unity3D)
MIT License
549 stars 43 forks source link

Downgrade to C# 8 #32

Open YegorStepanov opened 1 year ago

YegorStepanov commented 1 year ago

Unity has supported C# 9.0 since 2021.2. Therefore Target-typed new expressions is not available in 2020 LTS.

image

popcron commented 1 year ago

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!