RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
467 stars 63 forks source link

Support for MonoGame 3.7.x #112

Closed foreverWIP closed 2 years ago

foreverWIP commented 4 years ago

I am working on Linux with MonoGame 3.7.1. I've followed all the necessary steps, all resources build properly, but immediately upon running I get an exception thrown somewhere down the stack from UserInterface.Initialize() when trying to load the prebuilt effect .xnb's. It's a generic Exception that seems to come from MonoGame itself, with the description being: This MGFX effect is for an older release of MonoGame and needs to be rebuilt. I have access to a Windows machine so I can build for 3.7.1 if need be, but I'm unsure if updating the .xnb's in the repo would break for older versions of MonoGame.

RonenNess commented 2 years ago

Last two versions now support MonoGame 3.8, it should be compatible with 3.7 too if you still need it, but haven't tested this specific version.

Thanks :)