Another "when 3.6 is coming" question

Hi, keep up the awesome work on MonoGame :slight_smile:

Is the full, stable 3.6 coming out this year? (inb4 when it is done) I’m publishing my game next year and 3.6 has some features like better Gamepad support and better Cross-platform support, both are things I want to have in my game before releasing it.

Nothing stopping you using the latest development build. It’s down to you how much you test and verify it.
Support is the same either way.

Just download the latest 3.6 build from the MonoGame.Net downloads page

Actually the development branch has a bug: it’s ignoring the PreferredBackBuffer values in full screen. Check this issue https://github.com/MonoGame/MonoGame/issues/5236

It only affects games that use a resolution lower than the Desktop resolution.