Automation Update + .NET 4.8
Make sure your Visual Studio 2019 is up to date.
Finally updated the templates to use .NET 4.8 rather than 4.6.1.
OBS!!! You will need to install the .NET 4.8 targeting pack if you haven't already.
See https://github.com/malware-dev/MDK-SE/wiki/Getting-Started-with-MDK#step-1
KNOWN ISSUES:
-
I am aware that some of you do not get the benefit of the automatic resolving of game binary files. I have yet to be able to reproduce the problem, so I cannot fix it. In the mean time you can get around the issue by setting this folder manually in the Tools|Options|MDK/SE. Check the
Game Install Path (Bin64)
checkbox and find your Space Engineers installation folder, and the Bin64 folder inside that. -
After upgrading your project, VS might complain that it does not find the MDK analyzer. This is caused by the project not getting properly upgraded. I don't know why the upgrade wizard doesn't get run properly, I don't have this problem myself. Unloading / reloading your project manually, by right-clicking the project node, should force the upgrade wizard to run.