Comment by CreepGin

8 years ago

I also encountered problems upon the first upgrade. But it was easy to fix after doing some googling. On Windows, you need to make sure you install the correct .Net Targeting Pack.

Do you use any external C# dlls? I use NewtonSoft's Json.NET, MessagePack, ShaderForge and a few C/C++ dlls. I think it should be pretty straightforward for simple projects without any of these dependencies. I've had good luck with upgrading to newer versions of Unity in the past, but this time I got a ton of errors.

  • It took a bit of work, but I got 4.6 working with Json.NET and a few other external dlls.