Just installed Xenko for the first time, went to create new empty project and “Ohh, NOOO!” - failed with some package error. Not an encouraging start, isn’t it?
After digging around for a while I was able to trace it down to a broken v4.0.11 archive on the “nuget.org” itself. Not a Xenko’s fault.
To fix (at your own risk):
- Go to “Xenko_install_directory/GamePackages/Xenko.2.1.1.1”
- Search recursively for all “project.json” files. I had 23 hits.
- Open them up in some text/code editor and change the version number for “NETStandard.Library” from 1.6.0 to 1.6.1
- Save
That will require a version 4.3.0 of System.Threading, which downloads fine and project gets created without an issue.
Disclaimer: I have no clue, whether there may be some deeper repercussions, probably none. Basic start project compiled and ran fine.
Have a nice day,
Ingmar