Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

M
MonoGame (GitHub Releases) Tech
· 2 months ago • MonoGame/MonoGame

MonoGame v3.8.5 Released

Briefing

MonoGame v3.8.5 is a substantial maintenance-and-features release rather than a small patch. The biggest headline items are DirectX 12 support, continued work on native backends and Vulkan, and broader .NET Standard 2.1 support for native platforms. On the content side, the pipeline and builder got a major cleanup: new project-system work, better dependency caching, improved error reporting, and fixes for MGCB, MGFX, and shader compilation.

For day-to-day development, this release should reduce friction in a lot of places. The content pipeline now surfaces more useful diagnostics, handles source paths and font lookup better, and avoids a few crashy or confusing failure modes. There are also practical fixes for Mac template visibility, WindowsDX12 shader building, OpenGL texture support, SDL input/platform quirks, and iOS audio linkage. If you’ve been fighting platform-specific backend issues, this update looks especially relevant.

There are also a few changes that matter for build and migration workflows. Some pipeline methods were marked obsolete as ProjectDirectory moved into ContentProcessorContext, and the content builder was refactored with native pipeline support being built automatically in the main cs project. The release also adds a NO_AUDIO build switch, updates supported platforms, and pins build tooling with global.json and newer dotnet workflows, which should make CI and reproducible builds more predictable.

Overall, v3.8.5 reads like a release aimed at modernizing MonoGame’s platform support while smoothing over long-standing rough edges in the content...

At a glance
what
MonoGame v3.8.5 adds DirectX 12 support, native Vulkan backend work, .NET Standard 2.1 support for native platforms, and major content pipeline/builder updates.
who
MonoGame maintainers and contributors including tomspilman, harry-cpp, ThomasFOG, dellis1972, and others.
when
Released as MonoGame v3.8.5; the changelog also references development and template updates for 3.8.5.develop.3.
impact
Engine users should retest platform backends, content pipeline builds, and custom processors; some pipeline APIs were marked obsolete and build behavior changed.
Signal Positive

Major feature gains with many practical fixes and tooling improvements.

Discuss

Follow DirectX updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.