Godot 3.6.3 LTS Released: Critical Platform Updates for Mobile Developers
The Godot Engine team has shipped Godot 3.6.3, the latest maintenance release for the 3.6.x long-term support line. If you're shipping games to mobile stores, this update isn't optional. Google Play now demands Android 16 targeting, and Apple is pushing iOS 15 as the new floor. 3.6.3 brings those export templates right where your project needs them.
Previously, 3.6.2 was sitting pretty as the recommended stable build. That changes today. The team calls this a "safe and recommended update" that shouldn't break existing projects, even complex production titles that have been sitting in development for months. It's a rather focused release for what's essentially a compliance push, though the underlying bug fixes do tidy up a lot of lingering 3.x friction.
Mobile Platform Mandates
The bulk of the changes here aren't new engine features. They're compliance patches. Android export templates now target API level 36, which means your next Godot 3.6 release can actually pass Google Play's review queue. iOS gets the same treatment, bumping the minimum supported version to 15.0 to align with Xcode 27. There's also a fresh minimum target export option if you want granular control over which iPhones you're willing to leave behind.
32-bit export is gone. It's been non-functional for years since Apple dropped armv7 support back in iOS 11, so stripping the dead code was just a cleanup that's been on the backlog longer than most developers have been using Godot 3. If you were somehow still compiling for 32-bit devices, well, you probably stopped a while ago.
Security and Under-the-Hood Fixes
Beyond store compliance, there's a security patch stack that nobody wants to miss. mbedTLS jumps to 3.6.7, closing known vulnerabilities in the networking stack. The team also locked down the entropy source so Godot's OS always feeds cryptographic operations, which matters more than it sounds. libpng gets bumped to 1.6.58 upstream, which brings along its own round of bug fixes.
The bug fixes read like a checklist of annoyances developers actually deal with. WASAPI audio crackling on Windows? Fixed. That buffer size calculation had been wrong for a while. The Forward+ Transparent renderer now skips non-interpolated 2D items more efficiently, and physics interpolation finally plays nice with separate-thread rendering. Even the GDScript editor gets a quality-of-life win after function signature hints were missing in certain cases since 2017. A long-overdue one.
Linux TTS callbacks now run on the main thread, which stops the speech-dispatcher deadlock that was plaguing text-to-speech workflows. The build system gets proper flags for external recast navigation, and the internal Gradle build output is preserved in the editor log for easier debugging. Sixteen contributors merged twenty pull requests for this build. The commit hash is a3378686f.
Godot 3.6.x is technically the final generation of the 3.x series, which launched back in August 2019. The engine moved on to a Vulkan rewrite, GDScript 2.0, and a totally new rendering architecture with Godot 4.x in March 2023. But LTS means the 3.6 branch keeps getting patches while studios with existing codebases figure out when they're ready to migrate. Several commercial titles in the official featured directory are still running on it.
Head here to download Godot 3.6.3 from the official archive.
