• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Unity 2019 - Project Porting Error Resolution

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.
:)

 
Thank you very much, but my model displays "Object reference not set to an instance of an Object" on the console.

 
The exact version of Unity that was used for the A18 is 2019.1.0f2.

But the exact same version seems impossible to download from the developer's website.

Then what version of Unity would you recommend to use?

 
Back
Top