We noticed a few hiccups in the release that we’re presently addressing, we’re hoping to release a hotfix soon.
For the time being, if you’re running into issues with either MGCB, the MGCB Editor, or running the templates, please verify those points:
- If converting projects, please check this updated migration guide. It is not yet published to the documentation site but will be soon;
- If you can’t build the templates, please disable implicit usings by changing this property to
false<ImplicitUsings>false</ImplicitUsings>. MonoGame will be updated to remove this feature; - If double-clicking an .mgcb file from Visual Studio with the extension installed freezes Visual Studio, please launch the MGCB Editor through the CLI with
dotnet mgcb-editorwithin your project directory instead. An update to the Visual Studio extension will be published to fix this freeze.