With the release of A18, Unity 2019.1 is now used. When upgrading Unity and attempting to port over your project you may run into a plethora of beautiful red errors in the console.
This is likely being caused due to your saved project settings referencing the old .NET 3.5, whereas .NET 4 is now used:
Edit > Project Settings > Player > Other Settings > Configuration > Scripting Runtime Version > .NET 4.x Equivalent
.NET 4.x error spam should now be resolved in your ported project and related scripts working.
This is likely being caused due to your saved project settings referencing the old .NET 3.5, whereas .NET 4 is now used:
Edit > Project Settings > Player > Other Settings > Configuration > Scripting Runtime Version > .NET 4.x Equivalent
.NET 4.x error spam should now be resolved in your ported project and related scripts working.
