Deploying to published from @ godotengine/godot-website@1d9bbfb79d 🚀

This commit is contained in:
Godot Organization
2025-10-20 21:10:39 +00:00
parent 605fbf85af
commit f32bce7e26
75 changed files with 908 additions and 502 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

402
atom.xml
View File

@@ -1,4 +1,328 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>Godot Engine Official</title><link href="https://godotengine.org/atom.xml" rel="self"/><link href="https://godotengine.org/"/><updated>2025-10-19T07:46:57+00:00</updated><id>https://godotengine.org/</id><entry><title>Maintenance release: Godot 4.5.1</title><link href="https://godotengine.org/article/maintenance-release-godot-4-5-1/"/><updated>2025-10-15T12:00:00+00:00</updated><id>https://godotengine.org/article/maintenance-release-godot-4-5-1/</id><summary>4.5's first maintenance release arrives!</summary><content type="html">&lt;p>We saw the release of &lt;a href="/releases/4.5/">Godot 4.5&lt;/a> less than a month ago, and have already been absolutely overwhelmed with the positive reception. Since then, our team has been hard at work on the development phase of Godot 4.6 (and subsequently its &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">first snapshot&lt;/a>), and ensuring that any new regressions/bugs reported after the release of 4.5 are dealt with swiftly. The community has done an absolutely fantastic job at helping our team find and squash all of those aforementioned issues, and paved the way for us to deliver 4.5.1-stable for you today!&lt;/p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>Godot Engine Official</title><link href="https://godotengine.org/atom.xml" rel="self"/><link href="https://godotengine.org/"/><updated>2025-10-20T21:09:51+00:00</updated><id>https://godotengine.org/</id><entry><title>Dev snapshot: Godot 4.6 dev 2</title><link href="https://godotengine.org/article/dev-snapshot-godot-4-6-dev-2/"/><updated>2025-10-20T12:00:00+00:00</updated><id>https://godotengine.org/article/dev-snapshot-godot-4-6-dev-2/</id><summary>Open the floodgates!</summary><content type="html">&lt;p>With our &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">first dev snapshot&lt;/a> out of the way, the 4.6 development cycle is no longer constraining itself to the territory of bugfixes. Many long-awaited features and enhancements are seeing the light of day at long last, as this behemoth of a snapshot boasts &lt;strong>over 300&lt;/strong> improvements in all! This blog post will aim to highlight the heavy-hitters to the best of its ability, but the sheer number of changes may warrant users to check the &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2">interactive changelog&lt;/a> for a more thorough dive. With new features comes the potential of new bugs, so early testing and reporting will be essential to catching regressions as quickly as possible.&lt;/p>
&lt;p>Please consider &lt;a href="#support">supporting the project financially&lt;/a>, if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.&lt;/p>
&lt;p>&lt;a href="#downloads">Jump to the &lt;strong>Downloads&lt;/strong> section&lt;/a>, and give it a spin right now, or continue reading to learn more about improvements in this release. You can also try the &lt;a href="https://editor.godotengine.org/releases/4.6.dev/">&lt;strong>Web editor&lt;/strong>&lt;/a>, the &lt;a href="https://www.meta.com/s/3yJ7i8kop">&lt;strong>XR editor&lt;/strong>&lt;/a>, or the &lt;a href="https://play.google.com/store/apps/details?id=org.godotengine.editor.v4">&lt;strong>Android editor&lt;/strong>&lt;/a> for this release. If you are interested in the latter, please request to join &lt;a href="https://groups.google.com/g/godot-testers">our testing group&lt;/a> to get access to pre-release builds.&lt;/p>
&lt;hr />
&lt;p>&lt;em>The cover illustration is from&lt;/em> &lt;a href="https://store.steampowered.com/app/3606890/Upload_Labs/?curator_clanid=41324400">&lt;strong>Upload Labs&lt;/strong>&lt;/a>, &lt;em>an idle game where you build and optimize your computers system from the ground up. You can get the game for free on &lt;a href="https://store.steampowered.com/app/3606890/Upload_Labs/?curator_clanid=41324400">Steam&lt;/a>, and follow the developers on &lt;a href="https://www.youtube.com/@enigmadevstudios">YouTube&lt;/a> or &lt;a href="https://discord.com/invite/enigmadev">Discord&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="highlights">Highlights&lt;/h2>
&lt;h3 id="build-godot-engine-as-a-library">Build Godot Engine as a library&lt;/h3>
&lt;p>A very common request weve seen regarding Godot is the ability to build the engine as a standalone library. In the past, its not something weve actively pursued, as the engine paradigm is so central to many of our design philosophies. However, as time has gone on, weve encountered more and more scenarios where simply having the ability to access Godot in an isolated context is absolutely necessary for certain workflows. So while a fully-fledged integration of this concept isnt something we fully support at this time, &lt;a href="https://github.com/kisg">Gergely Kis&lt;/a> has put in the work to allow for a functional baseline (&lt;a href="https://github.com/godotengine/godot/pull/110863">GH-110863&lt;/a>). Currently dubbed &lt;code class="language-plaintext highlighter-rouge">LibGodot&lt;/code> internally, theres now a basic support for a &lt;code class="language-plaintext highlighter-rouge">GodotInstance&lt;/code> to function as an entry point for these specialized workflows.&lt;/p>
&lt;h3 id="objectdb-profiling-tool">&lt;code class="language-plaintext highlighter-rouge">ObjectDB&lt;/code> profiling tool&lt;/h3>
&lt;p>Another common request from more technically-minded users has been a proper means of profiling &lt;code class="language-plaintext highlighter-rouge">ObjectDB&lt;/code>, which can be considered the heart of our entire &lt;code class="language-plaintext highlighter-rouge">Object&lt;/code> structure. First-time contributor &lt;a href="https://github.com/AleksLitynski">Aleksander Litynski&lt;/a> took to this daunting task, bringing us the &lt;code class="language-plaintext highlighter-rouge">ObjectDB Profiler&lt;/code> tool (&lt;a href="https://github.com/godotengine/godot/pull/97210">GH-97210&lt;/a>). With this, users will be able to take snapshots of the current &lt;code class="language-plaintext highlighter-rouge">ObjectDB&lt;/code> state during debug sessions, and compare that to other snapshots at a given point in time. These snapshots can also be viewed in a variety of contexts detailed in the PRs original post, but the short version is finding or exporting a diff between states has never been easier or more accessible!&lt;/p>
&lt;p>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/objectdb-profiler.jpg" alt="ObjectDB Profiler" />&lt;/p>
&lt;h3 id="improved-automatic-mesh-lod-using-component-pruning">Improved automatic mesh LOD using component pruning&lt;/h3>
&lt;p>Our mesh simplifier currently supports the ability to collapse edges, but lacked functionality for simplifying the components themselves. &lt;a href="https://github.com/zeux">Arseny Kapoulkine&lt;/a> has addressed this shortcoming, enabling topologically complex sections of a larger mesh to more easily reach the desired &lt;abbr title="Level of Detail">LOD&lt;/abbr> target (&lt;a href="https://github.com/godotengine/godot/pull/110028">GH-110028&lt;/a>).&lt;/p>
&lt;p>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/mesh-component-prune.jpg" alt="Pruned components in simplified mesh" />&lt;/p>
&lt;h3 id="rotation-visualization-and-snapping">Rotation visualization and snapping&lt;/h3>
&lt;p>The way that we present and handle our 3D space has already seen a fair number of improvements in the 4.6 cycle, but these two warrant particular mention for implementing popular features that are found in many 3D modelling programs today. Firstly, &lt;a href="https://github.com/ryevdokimov">Robert Yevdokimov&lt;/a> has expanded the 3D Transform gizmo to visualize the current delta angle of a rotation operation (&lt;a href="https://github.com/godotengine/godot/pull/108576">GH-108576&lt;/a>). This process is non-accumulating, meaning rotations beyond 360° are reset.&lt;/p>
&lt;video autoplay="" loop="" muted="" playsinline="" title="Rotation accumulation">
&lt;source src="/storage/blog/dev-snapshot-godot-4-6-dev-2/rotation-accumulation.mp4?1" type="video/mp4" />
&lt;/video>
&lt;p>The second comes to us from &lt;a href="https://github.com/passivestar">passivestar&lt;/a>, who integrated orbit snapping to the 3D Viewport (&lt;a href="https://github.com/godotengine/godot/pull/111509">GH-111509&lt;/a>). While holding &lt;code class="language-plaintext highlighter-rouge">Alt&lt;/code>, exiting an orbit pan will cause the resulting view to be snapped to a static, 45° offset. This is similar to directly swapping to an orthographic view, but from the convenience of orbitting and allowing for more granular 45° midpoints.&lt;/p>
&lt;video autoplay="" loop="" muted="" playsinline="" title="Rotation snapping">
&lt;source src="/storage/blog/dev-snapshot-godot-4-6-dev-2/rotation-snapping.mp4?1" type="video/mp4" />
&lt;/video>
&lt;h3 id="rendering-blend-glow-before-tonemapping-and-change-default-to-screen">Rendering: Blend glow before tonemapping and change default to screen&lt;/h3>
&lt;p>&lt;abbr title="High dynamic range">&lt;a href="https://en.wikipedia.org/wiki/High_dynamic_range">HDR&lt;/a>&lt;/abbr> has been growing in prevalence as a feature in modern displays, but actual support of the feature is lagging behind somewhat. This is largely because most existing programs were designed with &lt;abbr title="Standard RGB">&lt;a href="https://en.wikipedia.org/wiki/SRGB">sRGB&lt;/a>&lt;/abbr> in mind, and necessitate retrofitting themselves to handle HDR. This process is much easier said than done, and sometimes the effects can be invisible to the average user, meaning such advancements are rarely given a proper highlight. &lt;a href="https://github.com/allenwp">Allen Pestaluky&lt;/a> has broken this convention, with a PR that improves visual quality for all users &lt;strong>and&lt;/strong> sets the stage for HDR output support (&lt;a href="https://github.com/godotengine/godot/pull/110671">GH-110671&lt;/a>).&lt;/p>
&lt;p>The first change was to blend glow before tonemapping for all rendering methods and blend modes (except soft light). While this was always the case in the Compatibility renderer, the functionality has been expanded to the Mobile and Forward+ renderers as well. Blending beforehand results in the glow effect blending in a more realistic fashion, sidestepping the hard edges and hue shifts if blended after.&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Original scene&lt;/th>
&lt;th>Before tonemapping (screen, AgX, 16.29 white)&lt;/th>
&lt;th>After tonemapping (screen, AgX, 16.29 white)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/glow-original.jpg" alt="Original Scene" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/glow-before.jpg" alt="Before tonemapping (screen, AgX, 16.29 white)" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/glow-after.jpg" alt="After tonemapping (screen, AgX, 16.29 white)" />&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>The second change was adjusting the default blend mode from soft light to screen for all renderers. This too was already the case for the Compatibility renderer, though that default was set with the behavior of blend glow before tonemapping in mind. As such, a change in the other renderers to match the new behavior is to be expected.&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Renderer&lt;/th>
&lt;th>Soft light blend mode&lt;/th>
&lt;th>Screen blend mode&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Mobile&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/soft-light-blend-mobile.jpg" alt="Mobile renderer, soft light blend mode" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/screen-blend-mobile.jpg" alt="Mobile renderer, screen blend mode" />&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Forward+&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/soft-light-blend-forward.jpg" alt="Forward+ renderer, soft light blend mode" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/screen-blend-forward.jpg" alt="Forward+ renderer, screen blend mode" />&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;div class="card card-warning">
&lt;p>This change technically breaks compatibility since it will result in a noticeable visual change, and the previous behavior cannot be restored by simply adjusting settings. In most cases we are confident that this change in behavior will be a direct upgrade. But this change is something to be aware of if your game is using Glow at all.&lt;/p>
&lt;/div>
&lt;h3 id="and-more">And more!&lt;/h3>
&lt;p>There are too many exciting changes to list them all here, but heres a curated selection:&lt;/p>
&lt;ul>
&lt;li>Core: Add &lt;code class="language-plaintext highlighter-rouge">reserve_exact&lt;/code> to &lt;code class="language-plaintext highlighter-rouge">CowData&lt;/code>, and change growth factor to 1.5x (&lt;a href="https://github.com/godotengine/godot/pull/106039">GH-106039&lt;/a>).&lt;/li>
&lt;li>Core: Add &lt;code class="language-plaintext highlighter-rouge">reserve&lt;/code> function to &lt;code class="language-plaintext highlighter-rouge">Array&lt;/code>, &lt;code class="language-plaintext highlighter-rouge">Vector&lt;/code>, and &lt;code class="language-plaintext highlighter-rouge">String&lt;/code> (&lt;a href="https://github.com/godotengine/godot/pull/105928">GH-105928&lt;/a>).&lt;/li>
&lt;li>Core: Add unique Node IDs to support base and instantiated scene refactorings (&lt;a href="https://github.com/godotengine/godot/pull/106837">GH-106837&lt;/a>).&lt;/li>
&lt;li>Documentation: Drop the experimental label for the Jolt Physics integration (&lt;a href="https://github.com/godotengine/godot/pull/111115">GH-111115&lt;/a>).&lt;/li>
&lt;li>Editor: Add game speed controls to the embedded game window (&lt;a href="https://github.com/godotengine/godot/pull/107273">GH-107273&lt;/a>).&lt;/li>
&lt;li>Editor: Add source lines to file locations on POT generation (&lt;a href="https://github.com/godotengine/godot/pull/111419">GH-111419&lt;/a>).&lt;/li>
&lt;li>Editor: Make file part of errors/warnings clickable in Output panel (&lt;a href="https://github.com/godotengine/godot/pull/108473">GH-108473&lt;/a>).&lt;/li>
&lt;li>Editor: Rework editor docks (&lt;a href="https://github.com/godotengine/godot/pull/106503">GH-106503&lt;/a>).&lt;/li>
&lt;li>Editor: Store script states for built-in scripts (&lt;a href="https://github.com/godotengine/godot/pull/93713">GH-93713&lt;/a>).&lt;/li>
&lt;li>GDScript: Add opt-in GDScript warning for when calling coroutine without &lt;code class="language-plaintext highlighter-rouge">await&lt;/code> (&lt;a href="https://github.com/godotengine/godot/pull/107936">GH-107936&lt;/a>).&lt;/li>
&lt;li>GUI: Add &lt;code class="language-plaintext highlighter-rouge">pivot_offset_ratio&lt;/code> property to Control (&lt;a href="https://github.com/godotengine/godot/pull/70646">GH-70646&lt;/a>).&lt;/li>
&lt;li>GUI: Add auto-scroll behavior when selecting text outside the visible area in RichTextLabel (&lt;a href="https://github.com/godotengine/godot/pull/104715">GH-104715&lt;/a>).&lt;/li>
&lt;li>GUI: Visualize MarginContainer margins when selected (&lt;a href="https://github.com/godotengine/godot/pull/111095">GH-111095&lt;/a>).&lt;/li>
&lt;li>Import: OBJ: Support bump multiplier (normal scale) (&lt;a href="https://github.com/godotengine/godot/pull/110925">GH-110925&lt;/a>).&lt;/li>
&lt;li>Network: Add Core UNIX domain socket support (&lt;a href="https://github.com/godotengine/godot/pull/107954">GH-107954&lt;/a>).&lt;/li>
&lt;li>Physics: Add MeshInstance3D primitive conversion options (&lt;a href="https://github.com/godotengine/godot/pull/101521">GH-101521&lt;/a>).&lt;/li>
&lt;li>Physics: Add MultiMesh physics interpolation for 2D transforms (MultiMeshInstance2D) (&lt;a href="https://github.com/godotengine/godot/pull/107666">GH-107666&lt;/a>).&lt;/li>
&lt;li>Rendering: Add material debanding for use in Mobile rendering method (&lt;a href="https://github.com/godotengine/godot/pull/109084">GH-109084&lt;/a>).&lt;/li>
&lt;li>Rendering: Implement motion vectors in compatibility renderer (&lt;a href="https://github.com/godotengine/godot/pull/97151">GH-97151&lt;/a>).&lt;/li>
&lt;li>Rendering: Make &lt;code class="language-plaintext highlighter-rouge">OpenXRCompositionLayer&lt;/code> and its children safe for multithreaded rendering (&lt;a href="https://github.com/godotengine/godot/pull/109431">GH-109431&lt;/a>).&lt;/li>
&lt;/ul>
&lt;h2 id="changelog">Changelog&lt;/h2>
&lt;p>&lt;strong>114 contributors&lt;/strong> submitted &lt;strong>323 fixes&lt;/strong> for this release. See our &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2">&lt;strong>interactive changelog&lt;/strong>&lt;/a> for the complete list of changes since &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">4.6-dev1&lt;/a>. You can also review &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.6">all changes included in 4.6&lt;/a> compared to the previous &lt;a href="/releases/4.5/">4.5 feature release&lt;/a>.&lt;/p>
&lt;p>This release is built from commit &lt;a href="https://github.com/godotengine/godot/commit/7864ac80192e9e91bf56176af9f04cc013b580aa">&lt;code class="language-plaintext highlighter-rouge">7864ac801&lt;/code>&lt;/a>.&lt;/p>
&lt;h2 id="downloads">Downloads&lt;/h2>
&lt;div class="card card-download">
&lt;a class="card-download-link" href="/download/archive/4.6-dev2">
Download Godot 4.6 dev2
&lt;/a>
&lt;div class="card-download-details">
&lt;img class="lightbox-ignore" src="" />
&lt;div class="card-download-platforms">
&lt;div class="download-platform platform-linux">
&lt;img width="24" height="24" src="/assets/images/platforms/linux.svg" title="Linux" alt="Linux" class="lightbox-ignore" />
Linux
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=linux.x86_64.zip&amp;amp;platform=linux.64" class="btn btn-download btn-download-primary platform-linux">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=mono_linux_x86_64.zip&amp;amp;platform=linux.64" class="btn btn-download btn-download-primary btn-download-primary--mono platform-linux">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;div class="download-platform platform-macos">
&lt;img width="24" height="24" src="/assets/images/platforms/macos.svg" title="macOS" alt="macOS" class="lightbox-ignore" />
macOS
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=macos.universal.zip&amp;amp;platform=macos.universal" class="btn btn-download btn-download-primary platform-macos">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=mono_macos.universal.zip&amp;amp;platform=macos.universal" class="btn btn-download btn-download-primary btn-download-primary--mono platform-macos">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;div class="download-platform platform-windows">
&lt;img width="24" height="24" src="/assets/images/platforms/windows.svg" title="Windows" alt="Windows" class="lightbox-ignore" />
Windows
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=win64.exe.zip&amp;amp;platform=windows.64" class="btn btn-download btn-download-primary platform-windows">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=mono_win64.zip&amp;amp;platform=windows.64" class="btn btn-download btn-download-primary btn-download-primary--mono platform-windows">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;/div>
&lt;/div>
&lt;div class="card-download-sublinks">
&lt;a class="card-download-other" href="/download/archive/4.6-dev2">
Export templates and other downloads
&lt;/a>
&lt;a class="card-download-donate" href="https://fund.godotengine.org/">
Make a Donation
&lt;/a>
&lt;/div>
&lt;/div>
&lt;style>
.thankyou-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 10;
}
.thankyou {
background: var(--base-color);
box-shadow: var(--more-shadow);
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
border-radius: 13px;
}
.thankyou-reading {
font-size: 16px;
}
.thankyou-reading-list {
font-size: 16px;
margin: 0;
margin-left: 48px;
padding-left: 0;
}
.thankyou-donate {
margin-bottom: 24px;
text-align: center;
}
.btn.btn-donate {
background-color: var(--primary-color);
color: hsla(0, 0%, 100%, 0.9);
font-size: 22px;
font-weight: 600;
margin-bottom: 26px;
}
.thankyou h2 {
text-shadow: var(--base-shadow);
font-size: 36px;
font-weight: 800;
margin-bottom: 12px;
}
.thankyou h2 .anchored-link {
/* Hiding the anchored text automatically added on blogposts */
display: none !important;
}
.thankyou p {
max-width: 620px;
font-size: 25px;
}
@media (max-width: 768px) {
.thankyou-wrapper {
display: block;
}
.thankyou {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: scroll;
padding: 30px 40px 18px 40px;
}
.thankyou-reading-list {
margin-left: 24px;
}
.btn-close-thankyou-popup {
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
}
.btn-close-thankyou-popup {
cursor: pointer;
position: absolute;
top: 12px;
right: 12px;
}
.btn-close-thankyou-popup img {
background: transparent !important; /* for overwriting the style in the blogposts img */
}
@media (prefers-color-scheme: light) {
.btn-close-thankyou-popup img {
filter: invert(1);
opacity: 0.75;
}
}
&lt;/style>
&lt;script>
document.addEventListener('DOMContentLoaded', () => {
const thankYouWrapper = document.getElementById('thank-you');
// Close itself, when clicked outside of the popup area.
thankYouWrapper.addEventListener('click', (e) => {
if (e.target === thankYouWrapper) {
thankYouWrapper.style.display = 'none';
}
});
// Close with a close button.
const thankYouBackButton = document.querySelector('.btn-close-thankyou-popup');
thankYouBackButton.addEventListener('click', () => {
thankYouWrapper.style.display = 'none';
});
// Open from the main download buttons.
const downloadButtons = document.querySelectorAll('.btn-download, .download-button');
downloadButtons.forEach((it) => {
if (it.dataset?.external === "yes") {
return;
}
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
document.querySelector('.btn.btn-donate').focus();
});
});
// Open from the all downloads list.
const downloadLinks = document.querySelectorAll('.download-link');
downloadLinks.forEach((it) => {
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
});
});
// Close the dialog when the user presses the escape key.
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') {
thankYouWrapper.style.display = 'none';
}
});
});
&lt;/script>
&lt;div class="thankyou-wrapper" id="thank-you" style="display: none;">
&lt;div class="thankyou">
&lt;h2>Godot is downloading...&lt;/h2>
&lt;p class="thankyou-donate">
Godot exists thanks to donations from people like you. Help us continue our work:
&lt;/p>
&lt;a href="https://fund.godotengine.org" class="btn btn-donate">
Make a Donation
&lt;/a>
&lt;div class="btn-close-thankyou-popup">
&lt;img src="/assets/icons/cross.svg" width="24" height="24" alt="Close this popup" class="lightbox-ignore" />
&lt;/div>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Standard build&lt;/strong> includes support for GDScript and GDExtension.&lt;/p>
&lt;p>&lt;strong>.NET build&lt;/strong> (marked as &lt;code class="language-plaintext highlighter-rouge">mono&lt;/code>) includes support for C#, as well as GDScript and GDExtension.&lt;/p>
&lt;div class="card card-warning">
&lt;p>
While engine maintainers try their best to ensure that each preview snapshot and release candidate is stable, this is by definition &lt;strong>a pre-release piece of software&lt;/strong>. Be sure to make frequent backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss.
&lt;/p>
&lt;/div>
&lt;h2 id="known-issues">Known issues&lt;/h2>
&lt;p>There are currently no known issues introduced by this release.&lt;/p>
&lt;p>With every release we accept that there are going to be various issues, which have already been reported but havent been fixed yet. See the GitHub issue tracker for a complete list of &lt;a href="https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Abug">known bugs&lt;/a>.&lt;/p>
&lt;h2 id="bug-reports">Bug reports&lt;/h2>
&lt;p>As a tester, we encourage you to &lt;a href="https://github.com/godotengine/godot/issues">open bug reports&lt;/a> if you experience issues with this release. Please check the &lt;a href="https://github.com/godotengine/godot/issues">existing issues on GitHub&lt;/a> first, using the search function with relevant keywords, to ensure that the bug you experience is not already known.&lt;/p>
&lt;p>In particular, any change that would cause a regression in your projects is very important to report (e.g. if something that worked fine in previous 4.x releases, but no longer works in this snapshot).&lt;/p>
&lt;h2 id="support">Support&lt;/h2>
&lt;p>Godot is a non-profit, open source game engine developed by hundreds of contributors on their free time, as well as a handful of part and full-time developers hired thanks to &lt;a href="https://fund.godotengine.org/">generous donations from the Godot community&lt;/a>. A big thank you to everyone who has contributed &lt;a href="https://github.com/godotengine/godot/blob/master/AUTHORS.md">their time&lt;/a> or &lt;a href="https://github.com/godotengine/godot/blob/master/DONORS.md">their financial support&lt;/a> to the project!&lt;/p>
&lt;p>If youd like to support the project financially and help us secure our future hires, you can do so using the &lt;a href="https://fund.godotengine.org/">Godot Development Fund&lt;/a> platform managed by &lt;a href="https://godot.foundation/">Godot Foundation&lt;/a>. There are also several &lt;a href="/donate">alternative ways to donate&lt;/a> which you may find more suitable.&lt;/p>
&lt;p>&lt;a class="btn" href="https://fund.godotengine.org/">Donate now&lt;/a>&lt;/p></content><author><name>Thaddeus Crews</name></author><category term="Pre-release"/></entry><entry><title>Maintenance release: Godot 4.5.1</title><link href="https://godotengine.org/article/maintenance-release-godot-4-5-1/"/><updated>2025-10-15T12:00:00+00:00</updated><id>https://godotengine.org/article/maintenance-release-godot-4-5-1/</id><summary>4.5's first maintenance release arrives!</summary><content type="html">&lt;p>We saw the release of &lt;a href="/releases/4.5/">Godot 4.5&lt;/a> less than a month ago, and have already been absolutely overwhelmed with the positive reception. Since then, our team has been hard at work on the development phase of Godot 4.6 (and subsequently its &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">first snapshot&lt;/a>), and ensuring that any new regressions/bugs reported after the release of 4.5 are dealt with swiftly. The community has done an absolutely fantastic job at helping our team find and squash all of those aforementioned issues, and paved the way for us to deliver 4.5.1-stable for you today!&lt;/p>
&lt;p>Maintenance releases are expected to be safe for an upgrade, but we recommend to always make backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss.&lt;/p>
&lt;p>Please consider &lt;a href="#support">supporting the project financially&lt;/a>, if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.&lt;/p>
&lt;p>&lt;a href="/download/">&lt;strong>Download Godot 4.5.1 now&lt;/strong>&lt;/a> or try the &lt;a href="https://editor.godotengine.org/4.5.1.stable/">online version of the Godot editor&lt;/a>.&lt;/p>
@@ -3921,78 +4245,4 @@ Make a Donation
&lt;p>In particular, any change that would cause a regression in your projects is very important to report (e.g. if something that worked fine in 3.6 or earlier 3.5.x releases no longer works in 3.6.1).&lt;/p>
&lt;h2 id="support">Support&lt;/h2>
&lt;p>Godot is a non-profit, open source game engine developed by hundreds of contributors on their free time, and a handful of part or full-time developers, hired thanks to &lt;a href="/donate">donations from the Godot community&lt;/a>. A big thankyou to everyone who has contributed &lt;a href="https://github.com/godotengine/godot/blob/master/AUTHORS.md">their time&lt;/a> or &lt;a href="https://github.com/godotengine/godot/blob/master/DONORS.md">financial support&lt;/a> to the project!&lt;/p>
&lt;p>If youd like to support the project financially and help us secure our future hires, you can do so with the &lt;a href="https://fund.godotengine.org">development fund&lt;/a>.&lt;/p></content><author><name>lawnjelly</name></author><category term="Release"/></entry><entry><title>What's New in Android &amp; XR</title><link href="https://godotengine.org/article/godotcon-2025-xr-android-recap/"/><updated>2025-06-23T18:00:00+00:00</updated><id>https://godotengine.org/article/godotcon-2025-xr-android-recap/</id><summary>Recap of the Android &amp; XR updates during GodotCon 2025</summary><content type="html">&lt;h1 id="whats-new-in-xr--android">Whats New in XR &amp;amp; Android&lt;/h1>
&lt;h2 id="godotcon-2025-recap">GodotCon 2025 recap&lt;/h2>
&lt;p>A few weeks ago during &lt;a href="https://conference.godotengine.org/2025/">GodotCon Boston 2025&lt;/a>, &lt;a href="https://github.com/dsnopek">David Snopek&lt;/a>, &lt;a href="https://github.com/devloglogan">Logan Lang&lt;/a> and &lt;a href="https://github.com/m4gr3d">I&lt;/a> gave the latest updates on the state of Android and XR for the Godot engine:&lt;/p>
&lt;iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/EQPQ2FGOUKg?si=Q_kZZJnnnWPIqf1B" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="">&lt;/iframe>
&lt;p>&lt;em>You can access &lt;a href="https://docs.google.com/presentation/d/1iIcmggtFyx0FMO-WLP9U2j3Mf_i5miw3Cn0pq-KJXx4/edit?slide=id.g34aac9b6122_2_45#slide=id.g34aac9b6122_2_45">the slides of the presentation&lt;/a>.&lt;/em>&lt;/p>
&lt;h1 id="android--xr-editor">Android &amp;amp; XR editor&lt;/h1>
&lt;h2 id="android-editor">Android editor&lt;/h2>
&lt;p>&lt;img alt="Android editor on phone" src="/storage/blog/godotcon-2025-android-xr/android-editor.webp" />&lt;/p>
&lt;p>An update on the Android editor is long overdue. Since &lt;a href="https://godotengine.org/article/android_godot_editor_play_store_beta_release/">its release in 2023&lt;/a>, the Android editor has been available on the &lt;a href="https://play.google.com/store/apps/details?id=org.godotengine.editor.v4">Google Play store&lt;/a> and on &lt;a href="https://godotengine.org/download/android/">Godots download page&lt;/a> with support for all Android devices (e.g.: phones, foldables, tablets, Chromebooks, and others).&lt;/p>
&lt;p>Last fall, during GodotCon 2024, we announced that the Android editor had &lt;strong>~850K device installs&lt;/strong> from the Google Play store. Over the last 6 months, installs grew by another &lt;strong>~365K&lt;/strong> for a total of &lt;strong>1.2M device installs&lt;/strong> by GodotCon (Boston) 2025. This corresponds to over &lt;strong>~2000+ daily installs&lt;/strong> with over &lt;strong>~90K monthly active users&lt;/strong>.&lt;/p>
&lt;p>&lt;img alt="Android editor device installs 2025" src="/storage/blog/godotcon-2025-android-xr/godot-android-editor-device-install-2025.webp" />&lt;/p>
&lt;p>From the Google Play store data, we made a few interesting observations worth diving into.&lt;/p>
&lt;h3 id="most-installs-are-from-brazil--india">Most installs are from Brazil + India&lt;/h3>
&lt;p>Brazil and India make up &lt;strong>26%&lt;/strong> of installs with &lt;strong>17%&lt;/strong> coming from Brazil and &lt;strong>9%&lt;/strong> coming from India.&lt;/p>
&lt;p>&lt;img alt="Android editor device installs percentage by country" src="/storage/blog/godotcon-2025-android-xr/godot-android-editor-countries-installs-2025.webp" />&lt;/p>
&lt;p>From this data point, we can observe how the Android editor is helping to lower the barrier of entry to game dev by allowing users in Brazil, India, and other countries to make use of cheaper and more accessible Android devices for game development.&lt;/p>
&lt;h3 id="most-installs-are-on-phones">Most installs are on phones!&lt;/h3>
&lt;p>According to the data, ~87% of installs are on phones.&lt;/p>
&lt;p>&lt;img alt="Android editor device installs by form-factor percentage" src="/storage/blog/godotcon-2025-android-xr/godot-android-editor-device-type-percentage-2025.webp" />&lt;/p>
&lt;p>In the &lt;a href="https://godotengine.org/article/android_godot_editor_play_store_beta_release/">Android editor release blog post&lt;/a>, we mention it being optimized for large form-factor devices (e.g.: foldables, tablets, Chromebooks), so we expected those types of devices to be driving the installs. However, from the data it can be seen that tablets and Chromebooks only make up &lt;strong>~10.6%&lt;/strong> of installs. So while the experience is still unoptimized for phones, for a vast number of users, the Android editor has a valuable use and addresses a valid need on regular Android phones.&lt;/p>
&lt;p>These data points are driving some of our upcoming work, as in future releases well strive to close the feature parity gap between the Android and desktop versions of the editor, as well as work to improve the Android editor development experience on small form-factor devices like phones.&lt;/p>
&lt;h2 id="xr-editor">XR editor&lt;/h2>
&lt;video autoplay="" loop="" muted="" playsinline="" title="Using Meta Quest seamless multitasking to modify XR game in real-time">
&lt;source src="/storage/blog/godot-editor-horizon-store-early-access-release/xr_game_live_modifications.mp4?1" type="video/mp4" />
&lt;/video>
&lt;p>&lt;a href="https://godotengine.org/article/godot-editor-horizon-store-early-access-release/">Released in 2024&lt;/a> to &lt;a href="https://www.uploadvr.com/godot-engine-standalone-on-quest-horizon-os/">great reception&lt;/a>, the XR editor is available on the &lt;a href="https://www.meta.com/experiences/godot-game-engine/7713660705416473/">Meta Horizon store&lt;/a> and on &lt;a href="https://godotengine.org/download/android/">Godots download page&lt;/a> with support for Quest 3, Quest 3S, and Quest Pro devices.&lt;/p>
&lt;p>To date, the Godot XR editor is the &lt;strong>only&lt;/strong> full game engine &lt;strong>running entirely on standalone XR devices&lt;/strong> and providing users with the ability to &lt;strong>develop apps and games with nothing but a standalone XR device&lt;/strong>. To highlight that fact, David &amp;amp; Logan recently completed &lt;a href="https://dsnopek.itch.io/expedition-to-blobotopia">a game jam&lt;/a> &lt;a href="https://dsnopek.itch.io/expedition-to-blobotopia/devlog/949090/making-a-godot-game-entirely-in-vr-gwj-81-devlog-nr-1">using nothing but the XR editor&lt;/a>!&lt;/p>
&lt;p>Last fall during GodotCon 2024, the XR editor had ~&lt;strong>4K device installs&lt;/strong> shortly after release. By GodotCon (Boston) 2025, device installs have grown to &lt;strong>~18.5K&lt;/strong> with &lt;strong>~2000 monthly active users&lt;/strong>.&lt;/p>
&lt;p>&lt;img alt="Godot XR editor average monthly users" src="/storage/blog/godotcon-2025-android-xr/godot-xr-editor-avg-monthly-users-2025.webp" />&lt;/p>
&lt;p>We have a lot planned to improve the user experience in order to make the XR editor a powerful, flexible tool for XR and game development, but first we need to improve the reach of the XR editor and make it cross-platform.&lt;br />
To that end, we are working to bring the Godot XR editor to &lt;strong>Pico devices.&lt;/strong>&lt;/p>
&lt;p>&lt;img alt="Pico device" src="/storage/blog/godotcon-2025-android-xr/pico_device_image.webp" />&lt;/p>
&lt;p>Early alpha builds can be found on our &lt;a href="https://github.com/godotengine/godot-builds/releases">GitHub release page&lt;/a> with support for both &lt;strong>Pico 4 and Pico 4 Ultra&lt;/strong> devices.&lt;/p>
&lt;p>Weve heard loud and clear the feedback and requests for Quest 2 support, and thanks to recent performance improvements courtesy of W4 Games, were adding &lt;strong>official support for Quest 2&lt;/strong> devices as well. You can now download the XR editor to your Quest 2 devices straight from the Meta Horizon store!&lt;/p>
&lt;h1 id="hybrid-apps">Hybrid Apps&lt;/h1>
&lt;p>Introduced in late 2023, Hybrid Apps are apps that can run both in &lt;strong>Panel&lt;/strong> mode or in &lt;strong>Immersive&lt;/strong> mode, and are able to &lt;strong>transition between both modes at runtime&lt;/strong>. In Panel mode, the app can run side-by-side with other apps, allowing users to multitask. While in Immersive mode, the apps experience is the sole focus and the user is fully immersed in it.&lt;/p>
&lt;p>The feature provides developers with several benefits:&lt;/p>
&lt;ul>
&lt;li>Developers can easily add immersive support to existing apps and games&lt;/li>
&lt;li>Developers can leverage existing codebase and logic&lt;/li>
&lt;li>Users can select the interaction mode theyre most comfortable with&lt;/li>
&lt;/ul>
&lt;p>The Godot XR editor is itself a Hybrid App and has been able to leverage this feature to provide a unique development experience, allowing developers to transition back and forth between the editor window and their immersive projects. With the release of &lt;a href="https://github.com/GodotVR/godot_openxr_vendors/releases/tag/4.0.0-stable">version 4 of the Godot OpenXR Vendors plugin&lt;/a>, were bringing the same capabilities to all developers in Godot 4.4.&lt;/p>
&lt;video autoplay="" loop="" muted="" playsinline="" title="Kenney 3D platformer Hybrid App sample">
&lt;source src="/storage/blog/godotcon-2025-android-xr/godot-hybrid-app-kenney-3d-platformer.mp4?1" type="video/mp4" />
&lt;/video>
&lt;p>By leveraging &lt;strong>v4&lt;/strong> of the Godot OpenXR Vendors plugin, developers can build Hybrid Apps straight from the Godot editor. The feature supports all HorizonOS (Quest) devices, with support for Pico devices coming soon!&lt;/p>
&lt;p>The feature dynamically enables or disables itself based on the target platform. For example, &lt;strong>the same Godot project can run as a regular (panel) app when exported to regular Android devices. And it can run as a full Hybrid App when exported to standalone XR devices&lt;/strong>.&lt;br />
This allows developers to target multiple audiences, multiple platforms (Android, HorizonOS, PicoOS), and multiple stores (Google Play store, Meta Horizon store, Pico store) with the same project.&lt;/p>
&lt;p>To learn more about the feature, please check out &lt;a href="https://godotvr.github.io/godot_openxr_vendors/manual/hybrid_apps.html">the documentation&lt;/a>.&lt;/p>
&lt;h1 id="integrating-with-android-apis">Integrating with Android APIs&lt;/h1>
&lt;p>The Android platform has numerous APIs as well as a rich ecosystem of third-party libraries with wide and diverse functionality. Godot has long provided an &lt;a href="https://docs.godotengine.org/en/stable/tutorials/platform/android/android_plugin.html">Android plugin system&lt;/a> which enables developers to create a Godot interface in order to access and use Android APIs or third-party libraries in their projects.&lt;/p>
&lt;p>Writing an Android plugin however requires knowledge of Java or Kotlin code, which most Godot developers do not have. As such there are many Android APIs and third-party libraries that dont have a Godot plugin that Godot developers can interface with. In fact, this is one of the main reasons that developers cite for not being able to switch to Godot from other game engines.&lt;/p>
&lt;p>To address this, weve introduced a couple of tools in Godot 4.4 to simplify the process for developers to &lt;strong>access Android APIs and third-party libraries&lt;/strong>.&lt;/p>
&lt;h2 id="javaclasswrapper-and-androidruntime-plugin">JavaClassWrapper and AndroidRuntime plugin&lt;/h2>
&lt;p>&lt;strong>JavaClassWrapper&lt;/strong> is a Godot singleton which allows for creating instances of Java and Kotlin classes and calling methods on them using only GDScript, C#, or GDExtension.&lt;/p>
&lt;p>&lt;strong>AndroidRuntime plugin&lt;/strong> is a built-in Godot Android plugin that provides access to various Android lifecycle and runtime objects.&lt;/p>
&lt;p>Coupling the two together allows developers to access and use Android APIs without switching away from GDScript, or using any tools aside from Godot itself.&lt;br />
This is &lt;strong>huge&lt;/strong> for the adoption of Godot for Android development, as it allows developers to quickly integrate Android functionality without having to make a Java or Kotlin plugin!&lt;/p>
&lt;p>For example, this code snippet is all that developers need to access and use the &lt;a href="https://developer.android.com/reference/android/os/Vibrator">Android Vibrator system service&lt;/a>:&lt;/p>
&lt;div class="language-gdscript highlighter-rouge">&lt;div class="highlight">&lt;pre class="highlight">&lt;code> &lt;span class="c1"># Retrieve the AndroidRuntime singleton&lt;/span>
&lt;span class="k">var&lt;/span> &lt;span class="n">android_runtime&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">Engine&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">get_singleton&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s2">"AndroidRuntime"&lt;/span>&lt;span class="p">)&lt;/span>
&lt;span class="k">if&lt;/span> &lt;span class="n">android_runtime&lt;/span>&lt;span class="p">:&lt;/span>
&lt;span class="c1"># Retrieve the Android Vibrator system service and check if the device supports it&lt;/span>
&lt;span class="k">var&lt;/span> &lt;span class="n">vibrator_service&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">android_runtime&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">getApplicationContext&lt;/span>&lt;span class="p">()&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">getSystemService&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s2">"vibrator"&lt;/span>&lt;span class="p">)&lt;/span>
&lt;span class="k">if&lt;/span> &lt;span class="n">vibrator_service&lt;/span> &lt;span class="ow">and&lt;/span> &lt;span class="n">vibrator_service&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">hasVibrator&lt;/span>&lt;span class="p">():&lt;/span>
&lt;span class="c1"># Configure and run a VibrationEffect &lt;/span>
&lt;span class="k">var&lt;/span> &lt;span class="n">VibrationEffect&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">JavaClassWrapper&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">wrap&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s2">"android.os.VibrationEffect"&lt;/span>&lt;span class="p">)&lt;/span>
&lt;span class="k">var&lt;/span> &lt;span class="n">effect&lt;/span> &lt;span class="o">=&lt;/span> &lt;span class="n">VibrationEffect&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">createOneShot&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="mi">500&lt;/span>&lt;span class="p">,&lt;/span> &lt;span class="n">VibrationEffect&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">DEFAULT_AMPLITUDE&lt;/span>&lt;span class="p">)&lt;/span>
&lt;span class="n">vibrator_service&lt;/span>&lt;span class="o">.&lt;/span>&lt;span class="n">vibrate&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="n">effect&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/code>&lt;/pre>&lt;/div>&lt;/div>
&lt;p>To learn more about these new capabilities, please check out the &lt;a href="https://docs.godotengine.org/en/latest/tutorials/platform/android/javaclasswrapper_and_androidruntimeplugin.html">documentation&lt;/a>.&lt;/p>
&lt;h1 id="and-more">And more!&lt;/h1>
&lt;p>Theres plenty more we covered in our GodotCon talk. For the full content, please check out &lt;a href="https://www.youtube.com/watch?v=EQPQ2FGOUKg">the video&lt;/a> and &lt;a href="https://docs.google.com/presentation/d/1iIcmggtFyx0FMO-WLP9U2j3Mf_i5miw3Cn0pq-KJXx4/edit?slide=id.g34aac9b6122_2_45#slide=id.g34aac9b6122_2_45">the slides&lt;/a>.&lt;/p>
&lt;p>Many thanks to the &lt;a href="https://www.meetup.com/bostongamedev/">Boston Game Dev&lt;/a> and the &lt;a href="https://www.meetup.com/bostongamedev/events/298734856/">Boston Godot Users Group&lt;/a> for making this event happen.&lt;/p></content><author><name>Fredia Huya-Kouadio</name></author><category term="Events"/><category term="Progress Report"/></entry></feed>
&lt;p>If youd like to support the project financially and help us secure our future hires, you can do so with the &lt;a href="https://fund.godotengine.org">development fund&lt;/a>.&lt;/p></content><author><name>lawnjelly</name></author><category term="Release"/></entry></feed>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 10" href=https://godotengine.org/blog/10/>10</a>
<a title="Godot Engine - Blog - Page 11" href=https://godotengine.org/blog/11/>11</a>
<a title="Godot Engine - Blog - Page 12" href=https://godotengine.org/blog/12/>12</a>
<a class=pagination-next href=https://godotengine.org/blog/11/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-0-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/637/517/5b5/6375175b5be6f234103652.jpg) href=/article/dev-snapshot-godot-4-0-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/11/>Next →</a></div><div class=posts><a href=/article/godot-at-gdc-2023/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/637/7ba/bc4/6377babc4a7b4211213425.png) href=/article/godot-at-gdc-2023/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;21 November 2022</span></div><h3>See you in San Francisco!</h3><p class=excerpt>We are excited to announce that the Godot Engine will attend the 2023 Game Developers Conference (March 20-24).</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/637/517/5b5/6375175b5be6f234103652.jpg) href=/article/dev-snapshot-godot-4-0-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 November 2022</span></div><h3>Dev snapshot: Godot 4.0 beta 5</h3><p class=excerpt>Another beta release on the way to Godot 4.0, with a lot of interesting changes! Undo/redo history dock, many GDScript bugs fixed with inner classes, SVG support in OpenType fonts, a lot of rendering fixes and new OpenGL3 features, and a first very early usable version of the Web editor!</div></article></a><a href=/article/movie-maker-mode-arrives-in-godot-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/636/942/fed/636942feda67c584924051.png) href=/article/movie-maker-mode-arrives-in-godot-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;14 November 2022</span></div><h3>Movie Maker mode arrives in Godot 4.0</h3><p class=excerpt>With the addition of non-real-time video recording, Godot opens itself to new use cases such as architecture visualization and cutscene rendering.</div></article></a><a href=/article/animation-retargeting-in-godot-4-0/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/636/2a3/36e/6362a336e23be482773873.png) href=/article/animation-retargeting-in-godot-4-0/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/tokage.png alt="Silc Renew" loading=lazy>
<span class=by>Silc Renew </span><span class=date>&nbsp;-&nbsp; 7 November 2022</span></div><h3>Animation Retargeting in Godot 4.0</h3><p class=excerpt>Godot 4.0 comes with an animation retargeting system to allow for easy sharing of animations between similar models.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/636/537/ac4/636537ac48c8e789384743.jpg) href=/article/dev-snapshot-godot-4-0-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 5 August 2022</span></div><h3>Godot 3.5: Can't stop won't stop</h3><p class=excerpt>After 9 months of development, Godot 3.5 is out and it comes fully packed with features and quality of life improvements! This includes a new Navigation system, 3D physics interpolation, Label3D and TextMesh, an Android editor port, asynchronous shader compilation, and more!</div></article></a><a href=/article/maintenance-release-godot-3-4-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/8ee/3bb/62e8ee3bbe08d090000998.jpg) href=/article/maintenance-release-godot-3-4-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 2 August 2022</span></div><h3>Maintenance release: Godot 3.4.5</h3><p class=excerpt>Maintenance release to provide a handful of bug fixes to users of the current 3.4 stable branch. Notable changes: Android target API 31, thirdparty library updates, ignore unexpected S3TC support on Android for GLES3.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-13/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/2d8/d50/62e2d8d50baa2930461492.png) href=/article/dev-snapshot-godot-4-0-alpha-13/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 July 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 13</h3><p class=excerpt>We just announced that we'll enter feature freeze next week to focus on stabilizing the existing functionality in Godot 4.0 and prepare the first beta release. But until then we'll keep having alpha releases to test new features and fixes, so here goes 4.0 alpha 13!</div></article></a><a href=/article/godot-4-0-development-enters-feature-freeze/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/270/9fc/62e2709fc2b4a078799068.png) href=/article/godot-4-0-development-enters-feature-freeze/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;28 July 2022</span></div><h3>Godot 4.0 development enters feature freeze ahead of the first beta</h3><p class=excerpt>We're determined to deliver a stable release of Godot 4.0 as soon as possible. To achieve this, we are going to enter the feature freeze phase (beta) for Godot 4.0, to shift our focus towards stabilizing the existing functionality and fixing bugs.</div></article></a><a href=/article/release-candidate-godot-3-5-rc-8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/27e/c1a/62e27ec1a7b70942257259.jpg) href=/article/release-candidate-godot-3-5-rc-8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 July 2022</span></div><h3>Release candidate: Godot 3.5 RC 8</h3><p class=excerpt>The 3.5-stable release is just around the corner! We fixed a few more regressions for Android scoped storage and UWP accumulated input, so another Release Candidate is needed to validate those finishing touches.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/9/>← Previous</a>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;28 July 2022</span></div><h3>Godot 4.0 development enters feature freeze ahead of the first beta</h3><p class=excerpt>We're determined to deliver a stable release of Godot 4.0 as soon as possible. To achieve this, we are going to enter the feature freeze phase (beta) for Godot 4.0, to shift our focus towards stabilizing the existing functionality and fixing bugs.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/9/>← Previous</a>
<a title="Godot Engine - Blog - Page 8" href=https://godotengine.org/blog/8/>8</a>
<a title="Godot Engine - Blog - Page 9" href=https://godotengine.org/blog/9/>9</a>
<a class=active title="Godot Engine - Blog - Page 10" href=https://godotengine.org/blog/10/>10</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 11" href=https://godotengine.org/blog/11/>11</a>
<a title="Godot Engine - Blog - Page 12" href=https://godotengine.org/blog/12/>12</a>
<a title="Godot Engine - Blog - Page 13" href=https://godotengine.org/blog/13/>13</a>
<a class=pagination-next href=https://godotengine.org/blog/12/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-5-rc-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62d/a9c/ae7/62da9cae740e1718795386.jpg) href=/article/release-candidate-godot-3-5-rc-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/12/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-5-rc-8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/27e/c1a/62e27ec1a7b70942257259.jpg) href=/article/release-candidate-godot-3-5-rc-8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 July 2022</span></div><h3>Release candidate: Godot 3.5 RC 8</h3><p class=excerpt>The 3.5-stable release is just around the corner! We fixed a few more regressions for Android scoped storage and UWP accumulated input, so another Release Candidate is needed to validate those finishing touches.</div></article></a><a href=/article/release-candidate-godot-3-5-rc-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62d/a9c/ae7/62da9cae740e1718795386.jpg) href=/article/release-candidate-godot-3-5-rc-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;22 July 2022</span></div><h3>Release candidate: Godot 3.5 RC 7</h3><p class=excerpt>Yet another Release Candidate for the upcoming 3.5 release, to validate a handful of regression fixes, notably for mobile devices (iOS input, Android I/O, Android S3TC compression support).</div></article></a><a href=/article/release-candidate-godot-3-4-5-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62d/72a/b98/62d72ab98966b435331205.jpg) href=/article/release-candidate-godot-3-4-5-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 July 2022</span></div><h3>Release candidate: Godot 3.4.5 RC 1</h3><p class=excerpt>While Godot 3.5 is nearing a stable release, we still want to provide relevant bug fixes to users of the current 3.4 stable branch who might not be ready to upgrade right away. It's been a long time since the release of Godot 3.4.4, and there are a few important fixes coming up in Godot 3.4.5.</div></article></a><a href=/article/godot-consoles-all-you-need-know/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62d/161/b64/62d161b640268831834229.png) href=/article/godot-consoles-all-you-need-know/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;15 July 2022</span></div><h3>Godot and consoles, all you need to know</h3><p class=excerpt>The topic of running Godot games on consoles pops up very often. In this article you will find information about how console development works, the challenges that Godot faces for supporting those platforms and which alternatives exist to publish your games for them.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-12/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62d/084/d0c/62d084d0cc864053656938.jpg) href=/article/dev-snapshot-godot-4-0-alpha-12/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 April 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 7</h3><p class=excerpt>This new 4.0 alpha 7 comes with one week delay on our every-other-week release schedule, but that means it got time for even more features and bug fixes to be finalized, reviewed and merged.</div></article></a><a href=/article/godot-sprint-and-user-meeting-barcelona-june-2022/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/626/a6c/7d0/626a6c7d07e5f570805755.png) href=/article/godot-sprint-and-user-meeting-barcelona-june-2022/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/joan.webp alt="Joan Fons" loading=lazy>
<span class=by>Joan Fons </span><span class=date>&nbsp;-&nbsp;28 April 2022</span></div><h3>Godot Sprint and User Meeting Barcelona June 2022</h3><p class=excerpt>After a couple of years of online-only events, we are bringing back some in-person Godot events. More precisely, today we are announcing two events taking place at Barcelona: a Godot Sprint for contributors (June 2nd & 3rd) and a Godot User Meeting (June 4th). Both events will be free of charge.</div></article></a><a href=/article/dev-snapshot-godot-3-5-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/625/9ea/bf7/6259eabf7e2bb855765148.jpg) href=/article/dev-snapshot-godot-3-5-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 April 2022</span></div><h3>Dev snapshot: Godot 3.5 beta 4</h3><p class=excerpt>Another beta build on the road to Godot 3.5. Things are shaping up nicely and we should soon be able to go for a Release Candidate.</div></article></a><a href=/article/godot-showcase-2dynamic-games-lumencraft/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/625/6ff/331/6256ff331f974859299358.jpg) href=/article/godot-showcase-2dynamic-games-lumencraft/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;13 April 2022</span></div><h3>Godot Showcase - Lumencraft developer talks about his experience</h3><p class=excerpt>We interviewed Leszek Nowak from 2Dynamic Games about their game Lumencraft, which is made with Godot.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/da1/f3c/624da1f3cff67769282589.jpg) href=/article/dev-snapshot-godot-4-0-alpha-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 April 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 6</h3><p class=excerpt>Another alpha build for Godot 4.0 with its share of bugs fixes, as well as a few nifty features such as new .blend and FBX importers, lots of noise features with FastNoiseLite, more GDExtension features, input fixes, and more.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/10/>← Previous</a>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;13 April 2022</span></div><h3>Godot Showcase - Lumencraft developer talks about his experience</h3><p class=excerpt>We interviewed Leszek Nowak from 2Dynamic Games about their game Lumencraft, which is made with Godot.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/10/>← Previous</a>
<a title="Godot Engine - Blog - Page 9" href=https://godotengine.org/blog/9/>9</a>
<a title="Godot Engine - Blog - Page 10" href=https://godotengine.org/blog/10/>10</a>
<a class=active title="Godot Engine - Blog - Page 11" href=https://godotengine.org/blog/11/>11</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 12" href=https://godotengine.org/blog/12/>12</a>
<a title="Godot Engine - Blog - Page 13" href=https://godotengine.org/blog/13/>13</a>
<a title="Godot Engine - Blog - Page 14" href=https://godotengine.org/blog/14/>14</a>
<a class=pagination-next href=https://godotengine.org/blog/13/>Next →</a></div><div class=posts><a href=/article/turn-android-app-quest-vr-app-3-steps/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/5ba/665/6245ba665ff5d449805122.jpg) href=/article/turn-android-app-quest-vr-app-3-steps/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/13/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-0-alpha-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/da1/f3c/624da1f3cff67769282589.jpg) href=/article/dev-snapshot-godot-4-0-alpha-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 April 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 6</h3><p class=excerpt>Another alpha build for Godot 4.0 with its share of bugs fixes, as well as a few nifty features such as new .blend and FBX importers, lots of noise features with FastNoiseLite, more GDExtension features, input fixes, and more.</div></article></a><a href=/article/turn-android-app-quest-vr-app-3-steps/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/5ba/665/6245ba665ff5d449805122.jpg) href=/article/turn-android-app-quest-vr-app-3-steps/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<span class=by>Fredia Huya-Kouadio </span><span class=date>&nbsp;-&nbsp;31 March 2022</span></div><h3>Turn an Android App into a Godot Quest VR App in 3 Steps</h3><p class=excerpt>Thanks to the XRApp framework, it is now easier to deploy Godot projects to mixed reality platforms on Android.</div></article></a><a href=/article/dev-snapshot-godot-3-5-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/478/e18/624478e1847b4256833354.jpg) href=/article/dev-snapshot-godot-3-5-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;30 March 2022</span></div><h3>Dev snapshot: Godot 3.5 beta 3</h3><p class=excerpt>We're starting to iterate faster with 3.5 beta builds until we're confident that the new features are working as intended. This new beta adds an initial Android editor port, as well as a fix for low processor usage mode on Android.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/c78/5f2/623c785f207e4505667472.jpg) href=/article/dev-snapshot-godot-4-0-alpha-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 March 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 5</h3><p class=excerpt>Another couple of weeks, another alpha build for Godot 4.0!</div></article></a><a href=/article/maintenance-release-godot-3-4-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/b2e/4c9/623b2e4c9a477201375674.jpg) href=/article/maintenance-release-godot-3-4-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;12 January 2022</span></div><h3>Godot Showcase - RPG in a Box developer talks about his experience</h3><p class=excerpt>We interviewed Justin Arnold about his project RPG in a Box, which is an engine made with Godot that lets you easily create 3D grid-based, voxel-style RPGs, adventure games, and more!</div></article></a><a href=/article/godot-engine-receiving-new-grant-meta-reality-labs/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61c/334/684/61c3346840ff8863294393.png) href=/article/godot-engine-receiving-new-grant-meta-reality-labs/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;22 December 2021</span></div><h3>Godot Engine receiving a new grant from Meta's Reality Labs</h3><p class=excerpt>We are delighted to announce that the Godot Engine project is receiving a new grant from Meta's Reality Labs to support our work on the XR capabilities of the engine.</div></article></a><a href=/article/maintenance-release-godot-3-4-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61c/308/fac/61c308facf562571710350.jpg) href=/article/maintenance-release-godot-3-4-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;22 December 2021</span></div><h3>Maintenance release: Godot 3.4.2</h3><p class=excerpt>A macOS rendering regression found its way into the recent 3.4.1 release, so we're publishing Godot 3.4.2 as a hotfix to solve it, as well as a few other minor issues.</div></article></a><a href=/article/maintenance-release-godot-3-4-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61b/c80/187/61bc801870274751729596.jpg) href=/article/maintenance-release-godot-3-4-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 December 2021</span></div><h3>Maintenance release: Godot 3.4.1</h3><p class=excerpt>Godot 3.4.1 is the first maintenance release in the 3.4 stable branch, fixing a number of issues (including some 3.4 regressions) while preserving compatibility with 3.4-stable. Alongside general bugfixing, it improves Godot's compatibility with Windows 11's new Windows Terminal, which prevented starting the Godot editor from the project manager.</div></article></a><a href=/article/release-candidate-godot-3-4-1-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61b/9cc/311/61b9cc311bc89101425616.jpg) href=/article/release-candidate-godot-3-4-1-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 December 2021</span></div><h3>Release candidate: Godot 3.4.1 RC 3</h3><p class=excerpt>Godot 3.4 was released a month ago, and it went fairly smoothly! But no software release is perfect and the upcoming 3.4.1 maintenance release will iron out some more bugs to make the Godot 3.4 experience even better.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/11/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 December 2021</span></div><h3>Maintenance release: Godot 3.4.1</h3><p class=excerpt>Godot 3.4.1 is the first maintenance release in the 3.4 stable branch, fixing a number of issues (including some 3.4 regressions) while preserving compatibility with 3.4-stable. Alongside general bugfixing, it improves Godot's compatibility with Windows 11's new Windows Terminal, which prevented starting the Godot editor from the project manager.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/11/>← Previous</a>
<a title="Godot Engine - Blog - Page 10" href=https://godotengine.org/blog/10/>10</a>
<a title="Godot Engine - Blog - Page 11" href=https://godotengine.org/blog/11/>11</a>
<a class=active title="Godot Engine - Blog - Page 12" href=https://godotengine.org/blog/12/>12</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 13" href=https://godotengine.org/blog/13/>13</a>
<a title="Godot Engine - Blog - Page 14" href=https://godotengine.org/blog/14/>14</a>
<a title="Godot Engine - Blog - Page 15" href=https://godotengine.org/blog/15/>15</a>
<a class=pagination-next href=https://godotengine.org/blog/14/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-4-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61b/084/812/61b084812e344703227170.jpg) href=/article/release-candidate-godot-3-4-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/14/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-4-1-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61b/9cc/311/61b9cc311bc89101425616.jpg) href=/article/release-candidate-godot-3-4-1-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 December 2021</span></div><h3>Release candidate: Godot 3.4.1 RC 3</h3><p class=excerpt>Godot 3.4 was released a month ago, and it went fairly smoothly! But no software release is perfect and the upcoming 3.4.1 maintenance release will iron out some more bugs to make the Godot 3.4 experience even better.</div></article></a><a href=/article/release-candidate-godot-3-4-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61b/084/812/61b084812e344703227170.jpg) href=/article/release-candidate-godot-3-4-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 December 2021</span></div><h3>Release candidate: Godot 3.4.1 RC 2</h3><p class=excerpt>Godot 3.4 was released a month ago, and it went fairly smoothly! But no software release is perfect and the upcoming 3.4.1 maintenance release will iron out some more bugs to make the Godot 3.4 experience even better.</div></article></a><a href=/article/multiplayer-changes-godot-4-0-report-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61a/27f/881/61a27f8816a4e934017559.png) href=/article/multiplayer-changes-godot-4-0-report-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;27 November 2021</span></div><h3>Multiplayer in Godot 4.0: Scene Replication (part 1)</h3><p class=excerpt>The long-awaited first post about the multiplayer replication system in development for Godot 4.0 is here! Check out the design goals, concepts, initial prototype, and as always, stay tuned for more!</div></article></a><a href=/article/release-candidate-godot-3-4-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/61a/0ed/116/61a0ed1162434271575060.jpg) href=/article/release-candidate-godot-3-4-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;26 November 2021</span></div><h3>Release candidate: Godot 3.4.1 RC 1</h3><p class=excerpt>Godot 3.4 was released earlier this month, and it went fairly smoothly! But no software release is perfect and the upcoming 3.4.1 maintenance release will iron out some more bugs to make the Godot 3.4 experience even better.</div></article></a><a href=/article/announcing-2021-godot-games-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/618/fef/05a/618fef05ae03d489116981.png) href=/article/announcing-2021-godot-games-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Gilles Roudiere </span><span class=date>&nbsp;-&nbsp;23 September 2021</span></div><h3>Tiles editor progress report #5</h3><p class=excerpt>New progress report on the tiles editors rework. Compatibility with 3.x got improved, TileMap layers and physics shape editing are now implemented. Also, a new property arrays editor is now available in the inspector.</div></article></a><a href=/article/dev-snapshot-godot-3-4-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/614/c51/9dd/614c519dd6d84245838038.jpg) href=/article/dev-snapshot-godot-3-4-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;22 September 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 5</h3><p class=excerpt>A new beta build towards Godot 3.4, with a month's worth of bugfixes and backported features. Notable additions are the promotion of object validity checks to release builds, initial support for Android Play Asset Delivery, and a new ACES Fitted high quality tonemapper.</div></article></a><a href=/article/agile-input-processing-is-here-for-smoother-gameplay/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/612/136/3cc/6121363ccb95e735957693.png) href=/article/agile-input-processing-is-here-for-smoother-gameplay/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/pedro.webp alt="Pedro J. Estébanez" loading=lazy>
<span class=by>Pedro J. Estébanez </span><span class=date>&nbsp;-&nbsp;21 August 2021</span></div><h3>Agile input processing is here for smoother, more responsive gameplay</h3><p class=excerpt></div></article></a><a href=/article/maintenance-release-godot-3-3-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/611/e5d/cfc/611e5dcfc09f2518746576.png) href=/article/maintenance-release-godot-3-3-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 August 2021</span></div><h3>Maintenance release: Godot 3.3.3</h3><p class=excerpt>Godot 3.3.3 is a maintenance release and a recommend update for all 3.3.x users. It includes important bug fixes, as well as support for new Google Play requirements for Android games.</div></article></a><a href=/article/dev-snapshot-godot-3-4-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/611/e44/723/611e447232422337080043.jpg) href=/article/dev-snapshot-godot-3-4-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 August 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 4</h3><p class=excerpt>Another beta build for the upcoming Godot 3.4, which adds partial support for Android scoped storage and API level 30, better input responsiveness on Android, various physics and rendering fixes, and more!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/12/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 August 2021</span></div><h3>Maintenance release: Godot 3.3.3</h3><p class=excerpt>Godot 3.3.3 is a maintenance release and a recommend update for all 3.3.x users. It includes important bug fixes, as well as support for new Google Play requirements for Android games.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/12/>← Previous</a>
<a title="Godot Engine - Blog - Page 11" href=https://godotengine.org/blog/11/>11</a>
<a title="Godot Engine - Blog - Page 12" href=https://godotengine.org/blog/12/>12</a>
<a class=active title="Godot Engine - Blog - Page 13" href=https://godotengine.org/blog/13/>13</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 14" href=https://godotengine.org/blog/14/>14</a>
<a title="Godot Engine - Blog - Page 15" href=https://godotengine.org/blog/15/>15</a>
<a title="Godot Engine - Blog - Page 16" href=https://godotengine.org/blog/16/>16</a>
<a class=pagination-next href=https://godotengine.org/blog/15/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-3-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/611/ab1/02a/611ab102a5d72741292286.jpg) href=/article/release-candidate-godot-3-3-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/15/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-4-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/611/e44/723/611e447232422337080043.jpg) href=/article/dev-snapshot-godot-3-4-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 August 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 4</h3><p class=excerpt>Another beta build for the upcoming Godot 3.4, which adds partial support for Android scoped storage and API level 30, better input responsiveness on Android, various physics and rendering fixes, and more!</div></article></a><a href=/article/release-candidate-godot-3-3-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/611/ab1/02a/611ab102a5d72741292286.jpg) href=/article/release-candidate-godot-3-3-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 August 2021</span></div><h3>Release candidate: Godot 3.3.3 RC 2</h3><p class=excerpt>Another release candidate for the upcoming Godot 3.3.3, notably with Android builds now targeting the API level 30 (Android 11), which is required for new games on Google Play (and will be required for updates starting November 2021).</div></article></a><a href=/article/dev-snapshot-godot-3-4-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/610/d3d/7c7/610d3d7c75b4e999613924.jpg) href=/article/dev-snapshot-godot-3-4-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 August 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 3</h3><p class=excerpt>We released 3.4 beta 2 ten days ago as a first testing build for the upcoming Godot 3.4 (yes, beta 1 was skipped). Since then, many bugs have been fixed, including some related to upgrading our build environments. This beta 3 should be a lot stabler.</div></article></a><a href=/article/multiplayer-changes-godot-4-0-report-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/610/918/f3e/610918f3ec53b713518837.png) href=/article/multiplayer-changes-godot-4-0-report-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp; 5 August 2021</span></div><h3>Multiplayer in Godot 4.0: On servers, RSETs and state updates</h3><p class=excerpt>News about running Godot on servers, and hints at upcoming networking changes in Godot 4.0.</div></article></a><a href=/article/release-candidate-godot-3-3-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/610/a74/76f/610a7476f0ddd438980306.jpg) href=/article/release-candidate-godot-3-3-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 May 2021</span></div><h3>Release candidate: Godot 3.3.1 RC 2</h3><p class=excerpt>The first release candidate for Godot 3.3.1 had positive reception, but more important fixes have been merged in the meantime and warrant a second release candidate.</div></article></a><a href=/article/announcing-gogodotjam/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/609/ab0/e5d/609ab0e5d9b60364021896.png) href=/article/announcing-gogodotjam/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/ilaria.webp alt="Ilaria Cislaghi" loading=lazy>
<span class=by>Ilaria Cislaghi </span><span class=date>&nbsp;-&nbsp;11 May 2021</span></div><h3>Announcing Go Godot Jam</h3><p class=excerpt></div></article></a><a href=/article/release-candidate-godot-3-3-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/609/941/01d/60994101d3862403610937.jpg) href=/article/release-candidate-godot-3-3-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 May 2021</span></div><h3>Release candidate: Godot 3.3.1 RC 1</h3><p class=excerpt>There are a number of important bug fixes queued in the 3.3 stable branch for an upcoming Godot 3.3.1 release, so here's a first Release Candidate to test and validate them.</div></article></a><a href=/article/godot-3-3-has-arrived/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/608/097/1a7/6080971a7203c431406770.png) href=/article/godot-3-3-has-arrived/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 April 2021</span></div><h3>Godot 3.3 has arrived, with a focus on optimization and reliability</h3><p class=excerpt>All Godot contributors are delighted to release our latest milestone today, Godot 3.3, after more than 7 months of development! This release was initially planned as a 3.2.4 update to the 3.2 branch, but it grew to become a feature-packed update well worth of opening a new stable branch.</div></article></a><a href=/article/godot-showcase-john-watson-gravity-ace/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/b66/7e9/607b667e93a46491184773.png) href=/article/godot-showcase-john-watson-gravity-ace/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;18 April 2021</span></div><h3>Godot Showcase - Gravity Ace developer talks about his experience</h3><p class=excerpt>This week, we are interviewing John Watson about Gravity Ace, a 2D multi-directional gravity shooter. It was released in October 2020 in early access and is available on Windows and Linux.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/13/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 April 2021</span></div><h3>Godot 3.3 has arrived, with a focus on optimization and reliability</h3><p class=excerpt>All Godot contributors are delighted to release our latest milestone today, Godot 3.3, after more than 7 months of development! This release was initially planned as a 3.2.4 update to the 3.2 branch, but it grew to become a feature-packed update well worth of opening a new stable branch.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/13/>← Previous</a>
<a title="Godot Engine - Blog - Page 12" href=https://godotengine.org/blog/12/>12</a>
<a title="Godot Engine - Blog - Page 13" href=https://godotengine.org/blog/13/>13</a>
<a class=active title="Godot Engine - Blog - Page 14" href=https://godotengine.org/blog/14/>14</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 15" href=https://godotengine.org/blog/15/>15</a>
<a title="Godot Engine - Blog - Page 16" href=https://godotengine.org/blog/16/>16</a>
<a title="Godot Engine - Blog - Page 17" href=https://godotengine.org/blog/17/>17</a>
<a class=pagination-next href=https://godotengine.org/blog/16/>Next →</a></div><div class=posts><a href=/article/godot-web-progress-report-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/199/55d/60719955d6579766750202.png) href=/article/godot-web-progress-report-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/16/>Next →</a></div><div class=posts><a href=/article/godot-showcase-john-watson-gravity-ace/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/b66/7e9/607b667e93a46491184773.png) href=/article/godot-showcase-john-watson-gravity-ace/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;18 April 2021</span></div><h3>Godot Showcase - Gravity Ace developer talks about his experience</h3><p class=excerpt>This week, we are interviewing John Watson about Gravity Ace, a 2D multi-directional gravity shooter. It was released in October 2020 in early access and is available on Windows and Linux.</div></article></a><a href=/article/godot-web-progress-report-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/199/55d/60719955d6579766750202.png) href=/article/godot-web-progress-report-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;16 April 2021</span></div><h3>Godot Web progress report #7: Virtual keyboard on the Web, better HTTPClient</h3><p class=excerpt>Experimental virtual keyboard support coming to Godot HTML5 exports, along with improved support to many HTTP-based APIs.</div></article></a><a href=/article/release-candidate-godot-3-3-rc-9/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/71c/2db/60771c2db6fd6123159683.jpg) href=/article/release-candidate-godot-3-3-rc-9/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;14 April 2021</span></div><h3>Release candidate: Godot 3.3 RC 9</h3><p class=excerpt>Yet another Release Candidate for Godot 3.3! Fixes a few more issues reported against recent RC builds, bringing us to a state that we're happy to release as stable. So that's what the next build should be (Famous Last Words™)!</div></article></a><a href=/article/tiles-editor-progress-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/066/eee/607066eee70c4289567474.png) href=/article/tiles-editor-progress-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/groud.png alt="Gilles Roudiere" loading=lazy>
<span class=by>Gilles Roudiere </span><span class=date>&nbsp;-&nbsp;12 April 2021</span></div><h3>Tiles editor progress report #3</h3><p class=excerpt>A new progress report on the TileMap and TIleSet editors rework.</div></article></a><a href=/article/release-candidate-godot-3-3-rc-8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/606/c74/84a/606c7484a882d322344009.jpg) href=/article/release-candidate-godot-3-3-rc-8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;18 February 2021</span></div><h3>Godot Showcase - Hive Time developer Cheeseness talks about his experience</h3><p class=excerpt>We've invited Cheeseness to talk about his project, Hive Time. it was released in December 2019 and is available on Windows, macOS and Linux.</div></article></a><a href=/article/guest-post-small-team-big-project-building-moonwards/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/600/f16/4a1/600f164a1426d584796163.jpg) href=/article/guest-post-small-team-big-project-building-moonwards/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;15 February 2021</span></div><h3>Guest post - “Small Team, Big Project”: Building Moonwards</h3><p class=excerpt>Moonwards is an in-development open source sandbox MMO built with Godot. In this guest post, some members of the Moonwards team give us insights into how they approach building such a complex project with Godot.</div></article></a><a href=/article/release-candidate-godot-3-2-4-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/602/6b9/52a/6026b952a0592398901696.jpg) href=/article/release-candidate-godot-3-2-4-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 February 2021</span></div><h3>Release candidate: Godot 3.2.4 RC 2</h3><p class=excerpt>Godot 3.2.4 is shaping up nicely, and a number of issues have been fixed since the first Release Candidate two weeks ago. So it's now time for a RC 2 build to give it another round of testing before the stable release!</div></article></a><a href=/article/godot-engine-receives-120000-grant-from-kefir/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/602/3eb/707/6023eb707ee89657560854.png) href=/article/godot-engine-receives-120000-grant-from-kefir/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 February 2021</span></div><h3>Godot Engine receives $120,000 grant from game development studio Kefir</h3><p class=excerpt>We are delighted to announce that the game development studio Kefir is giving the Godot Engine project a USD 120,000 grant to fund further development of our free and open source game engine.</div></article></a><a href=/article/tiles-editor-progress-report-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/d5d/1e6/601d5d1e6adec835022302.png) href=/article/tiles-editor-progress-report-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/groud.png alt="Gilles Roudiere" loading=lazy>
<span class=by>Gilles Roudiere </span><span class=date>&nbsp;-&nbsp; 5 February 2021</span></div><h3>Tiles editor progress report #2</h3><p class=excerpt>The TileMap and TileSet editors got a lot of improvements. Most of the painting tools are now implemented again and usability has been greatly improved.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/14/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 February 2021</span></div><h3>Godot Engine receives $120,000 grant from game development studio Kefir</h3><p class=excerpt>We are delighted to announce that the game development studio Kefir is giving the Godot Engine project a USD 120,000 grant to fund further development of our free and open source game engine.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/14/>← Previous</a>
<a title="Godot Engine - Blog - Page 13" href=https://godotengine.org/blog/13/>13</a>
<a title="Godot Engine - Blog - Page 14" href=https://godotengine.org/blog/14/>14</a>
<a class=active title="Godot Engine - Blog - Page 15" href=https://godotengine.org/blog/15/>15</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 16" href=https://godotengine.org/blog/16/>16</a>
<a title="Godot Engine - Blog - Page 17" href=https://godotengine.org/blog/17/>17</a>
<a title="Godot Engine - Blog - Page 18" href=https://godotengine.org/blog/18/>18</a>
<a class=pagination-next href=https://godotengine.org/blog/17/>Next →</a></div><div class=posts><a href=/article/godot-web-progress-report-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/c12/f25/601c12f25ba04034388411.png) href=/article/godot-web-progress-report-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/17/>Next →</a></div><div class=posts><a href=/article/tiles-editor-progress-report-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/d5d/1e6/601d5d1e6adec835022302.png) href=/article/tiles-editor-progress-report-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/groud.png alt="Gilles Roudiere" loading=lazy>
<span class=by>Gilles Roudiere </span><span class=date>&nbsp;-&nbsp; 5 February 2021</span></div><h3>Tiles editor progress report #2</h3><p class=excerpt>The TileMap and TileSet editors got a lot of improvements. Most of the painting tools are now implemented again and usability has been greatly improved.</div></article></a><a href=/article/godot-web-progress-report-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/c12/f25/601c12f25ba04034388411.png) href=/article/godot-web-progress-report-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp; 4 February 2021</span></div><h3>Web Editor release candidate, HTML5 gamepads and more!</h3><p class=excerpt>The Web Editor has reached release candidate state, improved HTML5 gamepad support allows supporting more devices out of the box.</div></article></a><a href=/article/new-communication-platform-godot-contributors/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/ad2/3e5/601ad23e55ddd872740322.png) href=/article/new-communication-platform-godot-contributors/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 3 February 2021</span></div><h3>New communication platform for Godot contributors</h3><p class=excerpt>Godot contributors are moving from good old IRC to a new self-hosted chat platform based on Rocket.Chat! It provides many modern features that will enable a better communication flow between contributors, as well as providing a central place for all team or topic-specific discussion channels around Godot development.</div></article></a><a href=/article/godot-40-optimization-progress-report/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/9da/560/6019da560b8db978357511.png) href=/article/godot-40-optimization-progress-report/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 2 February 2021</span></div><h3>Godot 4.0 optimization progress report</h3><p class=excerpt>As most of the rendering features for the upcoming Godot 4.0 are done, I have spent the past two months optimizing the rendering engine, both on the CPU and GPU side. All this work has resulted in significantly faster rendering times.</div></article></a><a href=/article/release-candidate-godot-3-2-4-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/601/2b1/5cc/6012b15cc7e62358528785.jpg) href=/article/release-candidate-godot-3-2-4-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Julian Murgia </span><span class=date>&nbsp;-&nbsp; 3 December 2020</span></div><h3>Call for participation to Online GodotCon 2021</h3><p class=excerpt>Given the international situation, we are going online for our next Godot conference in 2021! Online GodotCon 2021 will happen on the 23rd of January 2021, with pre-recorded talks and then live Q&As with the speakers, as well as a dedicated chat platform for attendees to socialize together. We're now asking all interested users to send us proposals for talks, demos, etc. for the event.</div></article></a><a href=/article/tiles-editor-rework/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fc/66e/e08/5fc66ee08ee7b547877260.gif) href=/article/tiles-editor-rework/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/groud.png alt="Gilles Roudiere" loading=lazy>
<span class=by>Gilles Roudiere </span><span class=date>&nbsp;-&nbsp; 1 December 2020</span></div><h3>Tiles editor progress report #1</h3><p class=excerpt>As you may already know, I now have been hired for a month to work on the TileMap and TileSet editors. My goal here is to improve the UX of working with tiles, making it both easier to use and more powerful. So here is a first progress report on how things are going.</div></article></a><a href=/article/godots-2d-engine-gets-several-improvements-upcoming-40/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fc/2a1/782/5fc2a17821989501808749.png) href=/article/godots-2d-engine-gets-several-improvements-upcoming-40/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;28 November 2020</span></div><h3>Godot's 2D engine gets several improvements for upcoming 4.0</h3><p class=excerpt>While the focus of Godot 4.0 Vulkan rewrite has largely been improvements to the 3D engine, the 2D side will also see several improvements.</div></article></a><a href=/article/dev-snapshot-godot-3-2-4-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fc/0f4/eac/5fc0f4eac186e790380821.jpg) href=/article/dev-snapshot-godot-3-2-4-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 November 2020</span></div><h3>Dev snapshot: Godot 3.2.4 beta 3</h3><p class=excerpt>This third beta build for the upcoming Godot 3.2.4 fixes some regressions from previous snapshots, and adds a native ARM64 build for the recently released Apple M1 chip.</div></article></a><a href=/article/betsy-gpu-texture-compressor/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fb/e92/016/5fbe920160a53834592537.jpg) href=/article/betsy-gpu-texture-compressor/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="Matias Goldberg" loading=lazy>
<span class=by>Matias Goldberg </span><span class=date>&nbsp;-&nbsp;25 November 2020</span></div><h3>Introducing the Betsy GPU texture compressor</h3><p class=excerpt>My name is Matias N. Goldberg, I normally maintain the 2.x branch of Ogre, and I wrote Betsy, a GPU texture compressor that runs on GPUs.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/15/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 November 2020</span></div><h3>Dev snapshot: Godot 3.2.4 beta 3</h3><p class=excerpt>This third beta build for the upcoming Godot 3.2.4 fixes some regressions from previous snapshots, and adds a native ARM64 build for the recently released Apple M1 chip.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/15/>← Previous</a>
<a title="Godot Engine - Blog - Page 14" href=https://godotengine.org/blog/14/>14</a>
<a title="Godot Engine - Blog - Page 15" href=https://godotengine.org/blog/15/>15</a>
<a class=active title="Godot Engine - Blog - Page 16" href=https://godotengine.org/blog/16/>16</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 17" href=https://godotengine.org/blog/17/>17</a>
<a title="Godot Engine - Blog - Page 18" href=https://godotengine.org/blog/18/>18</a>
<a title="Godot Engine - Blog - Page 19" href=https://godotengine.org/blog/19/>19</a>
<a class=pagination-next href=https://godotengine.org/blog/18/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-2-4-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fb/540/f13/5fb540f133068076528179.jpg) href=/article/dev-snapshot-godot-3-2-4-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/18/>Next →</a></div><div class=posts><a href=/article/betsy-gpu-texture-compressor/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fb/e92/016/5fbe920160a53834592537.jpg) href=/article/betsy-gpu-texture-compressor/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="Matias Goldberg" loading=lazy>
<span class=by>Matias Goldberg </span><span class=date>&nbsp;-&nbsp;25 November 2020</span></div><h3>Introducing the Betsy GPU texture compressor</h3><p class=excerpt>My name is Matias N. Goldberg, I normally maintain the 2.x branch of Ogre, and I wrote Betsy, a GPU texture compressor that runs on GPUs.</div></article></a><a href=/article/dev-snapshot-godot-3-2-4-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fb/540/f13/5fb540f133068076528179.jpg) href=/article/dev-snapshot-godot-3-2-4-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;18 November 2020</span></div><h3>Dev snapshot: Godot 3.2.4 beta 2</h3><p class=excerpt>While development keeps going at full speed towards Godot 4.0, a lot of work is also being done on the `3.2` branch for the upcoming Godot 3.2.4: better FBX, 2D transform snapping, configurable amount of lights per object, and more! And of course, lots of bug and regression fixes since the previous beta build.</div></article></a><a href=/article/complex-text-layouts-progress-report-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f9/ab1/122/5f9ab11220775871830624.png) href=/article/complex-text-layouts-progress-report-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="Pāvels Nadtočajevs" loading=lazy>
<span class=by>Pāvels Nadtočajevs </span><span class=date>&nbsp;-&nbsp;10 November 2020</span></div><h3>Complex text layouts progress report #2</h3><p class=excerpt>Report on the complex text layouts support implementation progress, including changes to Godot's Font resources, and UI mirroring and BiDi implementation details.</div></article></a><a href=/article/fbx-importer-rewritten-for-godot-3-2-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5fa/3f1/fd2/5fa3f1fd29135851685419.jpg) href=/article/fbx-importer-rewritten-for-godot-3-2-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="Gordon MacPherson" loading=lazy>
<span class=by>Gordon MacPherson </span><span class=date>&nbsp;-&nbsp; 5 November 2020</span></div><h3>FBX importer rewritten for Godot 3.2.4 and later</h3><p class=excerpt>Gordon MacPherson authored the new rewrite of the FBX importer in Godot 3.2. We had originally added alpha FBX support but this first version had many limitations for complex, commercial-grade models, especially around animations. After a lot of debugging and research, the importer has been fully rewritten to better implement FBX support in Godot specifically, and vastly increase the compatibility with commercial FBX assets. This new importer will be available in the upcoming Godot 3.2.4, as well as Godot 4.0.</div></article></a><a href=/article/godot-web-progress-report-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f9/88c/905/5f988c90545a8956737903.png) href=/article/godot-web-progress-report-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;29 July 2020</span></div><h3>GSoC 2020 - Progress report #1</h3><p class=excerpt>Godot is participating again in the Google Summer of Code program for its 2020 edition. 6 projects have been selected back in May, and the 6 students and their mentors have now been working on their projects for close to two months. We omitted to announce the projects formally, but this first progress report written by each student will make up for it by giving a direct glimpse into their work.</div></article></a><a href=/article/release-candidate-godot-3-2-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f2/06d/a44/5f206da44f3b1661449838.jpg) href=/article/release-candidate-godot-3-2-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 July 2020</span></div><h3>Release candidate: Godot 3.2.3 RC 2</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/release-candidate-godot-3-2-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f1/af6/371/5f1af6371d735642621411.jpg) href=/article/release-candidate-godot-3-2-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 July 2020</span></div><h3>Release candidate: Godot 3.2.3 RC 1</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/announcing-monthly-live-q/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f1/85c/9f2/5f185c9f27c96795702459.png) href=/article/announcing-monthly-live-q/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;22 July 2020</span></div><h3>Announcing the monthly Live Q&A!</h3><p class=excerpt>What has been an idea (and something many community members suggested for a long time) is now a reality. We will be hosting a Live Q&A session with Godot core contributors the last week of each month.</div></article></a><a href=/article/dev-snapshot-godot-3-2-3-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f1/564/d56/5f1564d569884631328374.jpg) href=/article/dev-snapshot-godot-3-2-3-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;20 July 2020</span></div><h3>Dev snapshot: Godot 3.2.3 beta 1</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/16/>← Previous</a>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;22 July 2020</span></div><h3>Announcing the monthly Live Q&A!</h3><p class=excerpt>What has been an idea (and something many community members suggested for a long time) is now a reality. We will be hosting a Live Q&A session with Godot core contributors the last week of each month.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/16/>← Previous</a>
<a title="Godot Engine - Blog - Page 15" href=https://godotengine.org/blog/15/>15</a>
<a title="Godot Engine - Blog - Page 16" href=https://godotengine.org/blog/16/>16</a>
<a class=active title="Godot Engine - Blog - Page 17" href=https://godotengine.org/blog/17/>17</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 18" href=https://godotengine.org/blog/18/>18</a>
<a title="Godot Engine - Blog - Page 19" href=https://godotengine.org/blog/19/>19</a>
<a title="Godot Engine - Blog - Page 20" href=https://godotengine.org/blog/20/>20</a>
<a class=pagination-next href=https://godotengine.org/blog/19/>Next →</a></div><div class=posts><a href=/article/godot-community-poll-2020/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f0/c5e/633/5f0c5e633f71e265929241.png) href=/article/godot-community-poll-2020/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/19/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-2-3-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f1/564/d56/5f1564d569884631328374.jpg) href=/article/dev-snapshot-godot-3-2-3-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;20 July 2020</span></div><h3>Dev snapshot: Godot 3.2.3 beta 1</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/godot-community-poll-2020/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f0/c5e/633/5f0c5e633f71e265929241.png) href=/article/godot-community-poll-2020/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;13 July 2020</span></div><h3>Godot community poll 2020</h3><p class=excerpt>It's this time of the year again! Help us better understand who is using Godot, what are your needs and towards where Godot usage is trending by completing the anonymous community poll!</div></article></a><a href=/article/help-us-reach-next-funding-goal-ensure-continued-c-support/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f0/88d/f52/5f088df523902915752287.png) href=/article/help-us-reach-next-funding-goal-ensure-continued-c-support/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;10 July 2020</span></div><h3>Help us reach the next funding goal to ensure continued C# support</h3><p class=excerpt>During the past year, Ignacio Etcheverry worked on significantly improving C# support and its integration in Godot, adding support for Android, HTML5 and iOS, as well as popular third party IDEs. This was financed thanks to a generous donation from Microsoft. Unfortunately, due to the Covid situation, the renewal of this grant has been suspended and is uncertain.</div></article></a><a href=/article/donation-changes/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f0/611/604/5f06116044778216695928.png) href=/article/donation-changes/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 8 July 2020</span></div><h3>Donation changes</h3><p class=excerpt>The project situation changed a lot for the better in the past few months, with a steady growth in the amount of users and contributors, and a nice boost to our funding situation, freeing donation funds for new purposes. Therefore, we discussed with core contributors that this is a good time to change how the project manages donations, and give our whole crowdfunding a much-needed update.</div></article></a><a href=/article/gdscript-progress-report-type-checking-back/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f0/390/8aa/5f03908aa71d6900240172.png) href=/article/gdscript-progress-report-type-checking-back/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/vnen.webp alt="George Marques" loading=lazy>
@@ -37,8 +38,7 @@ This new RC 1 build should be quite stable and we hope that many Godot 3.2.x use
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 1 May 2020</span></div><h3>Vulkan progress report #7</h3><p class=excerpt>It's been three months since a Vulkan progress report! I know you guys missed them, so I made sure to work extra hard to have something nice to make up. It feels great to be back to doing graphics programming after two months refactoring the core engine.</div></article></a><a href=/article/announcing-2020-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ea/435/3b5/5ea4353b508ad758750279.png) href=/article/announcing-2020-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;25 April 2020</span></div><h3>Announcing the 2020 showreel!</h3><p class=excerpt>The showreel for 2020 is up! As every year, more and more quality submissions fall in our hands, making the selection job very difficult. This year was not the exception, and it was even more difficult as wehad had record submission amount (over 200) so, this time, several core contributors took the work of ranking and voting them to decide which would make up the final reel.</div></article></a><a href=/article/dev-snapshot-godot-3-2-2-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e9/c16/331/5e9c16331c02c557914246.png) href=/article/dev-snapshot-godot-3-2-2-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 April 2020</span></div><h3>Dev snapshot: Godot 3.2.2 beta 1</h3><p class=excerpt>After refining our Godot 3.2 release with bug fixes in 3.2.1 last month, it's time to integrate some of the new features that didn't make it into the 3.2 merge window. Notably, Godot 3.2.2 is going to add three major features: C# support for the iOS platform, 2D batching for the GLES2 renderer, and a re-architecture of the Android plugin system.</div></article></a><a href=/article/godot-40-gets-global-and-instance-shader-uniforms/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e9/927/545/5e9927545d809505894099.png) href=/article/godot-40-gets-global-and-instance-shader-uniforms/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;17 April 2020</span></div><h3>Godot 4.0 gets global and per-instance shader uniforms</h3><p class=excerpt>Work towards the complete 4.0 feature set continues at a vibrant pace (Stay tuned for the progress report at the end of the month!). Today I will discuss a new feature that most likely takes a bit more time to understand than just looking at an image.</div></article></a><a href=/article/gles2-renderer-optimization-2d-batching/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e8/e58/0c6/5e8e580c63d1e981395802.png) href=/article/gles2-renderer-optimization-2d-batching/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/lawnjelly.webp alt=lawnjelly loading=lazy>
<span class=by>lawnjelly </span><span class=date>&nbsp;-&nbsp; 9 April 2020</span></div><h3>GLES2 renderer optimization - 2D batching</h3><p class=excerpt>While Juan's work on the Vulkan rendering backend is ongoing in the master branch, the rest of the rendering team have not been idle. They have been working on many bug fixes and some improvements to the OpenGL rendering in the 3.x branch, and one of the most awaited is the addition of batching of 2D primitives in the GLES2 renderer, which should significantly increase performance in a lot of 2D games.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/17/>← Previous</a>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;17 April 2020</span></div><h3>Godot 4.0 gets global and per-instance shader uniforms</h3><p class=excerpt>Work towards the complete 4.0 feature set continues at a vibrant pace (Stay tuned for the progress report at the end of the month!). Today I will discuss a new feature that most likely takes a bit more time to understand than just looking at an image.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/17/>← Previous</a>
<a title="Godot Engine - Blog - Page 16" href=https://godotengine.org/blog/16/>16</a>
<a title="Godot Engine - Blog - Page 17" href=https://godotengine.org/blog/17/>17</a>
<a class=active title="Godot Engine - Blog - Page 18" href=https://godotengine.org/blog/18/>18</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 19" href=https://godotengine.org/blog/19/>19</a>
<a title="Godot Engine - Blog - Page 20" href=https://godotengine.org/blog/20/>20</a>
<a title="Godot Engine - Blog - Page 21" href=https://godotengine.org/blog/21/>21</a>
<a class=pagination-next href=https://godotengine.org/blog/20/>Next →</a></div><div class=posts><a href=/article/csharp-ios-signals-events/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e8/92c/7b8/5e892c7b82886061410800.png) href=/article/csharp-ios-signals-events/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/ignacio.webp alt="Ignacio Roldán Etcheverry" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/20/>Next →</a></div><div class=posts><a href=/article/gles2-renderer-optimization-2d-batching/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e8/e58/0c6/5e8e580c63d1e981395802.png) href=/article/gles2-renderer-optimization-2d-batching/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/lawnjelly.webp alt=lawnjelly loading=lazy>
<span class=by>lawnjelly </span><span class=date>&nbsp;-&nbsp; 9 April 2020</span></div><h3>GLES2 renderer optimization - 2D batching</h3><p class=excerpt>While Juan's work on the Vulkan rendering backend is ongoing in the master branch, the rest of the rendering team have not been idle. They have been working on many bug fixes and some improvements to the OpenGL rendering in the 3.x branch, and one of the most awaited is the addition of batching of 2D primitives in the GLES2 renderer, which should significantly increase performance in a lot of 2D games.</div></article></a><a href=/article/csharp-ios-signals-events/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e8/92c/7b8/5e892c7b82886061410800.png) href=/article/csharp-ios-signals-events/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/ignacio.webp alt="Ignacio Roldán Etcheverry" loading=lazy>
<span class=by>Ignacio Roldán Etcheverry </span><span class=date>&nbsp;-&nbsp; 6 April 2020</span></div><h3>C# progress report: iOS and signals as events</h3><p class=excerpt>Godot is getting iOS support for C# games. There is also a new system for using Godot signals as C# events.</div></article></a><a href=/article/core-refactoring-progress-report-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e7/f74/307/5e7f74307ce34896455561.jpeg) href=/article/core-refactoring-progress-report-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;28 March 2020</span></div><h3>Core refactoring progress report #2</h3><p class=excerpt>As promised in my previous post, the core refactoring work I am undertaking took two months to complete. This means rewriting large parts of the core engine for consistency and features.</div></article></a><a href=/article/custom-sky-shaders-godot-4-0/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e7/7f2/a75/5e77f2a75cf79778591830.png) href=/article/custom-sky-shaders-godot-4-0/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;23 March 2020</span></div><h3>Custom sky shaders in Godot 4.0</h3><p class=excerpt></div></article></a><a href=/article/student-applications-gsoc-2020-open-today/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e6/f7f/ea9/5e6f7fea96f53548347643.png) href=/article/student-applications-gsoc-2020-open-today/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/vnen.webp alt="George Marques" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 January 2020</span></div><h3>Release candidate: Godot 3.2 RC 3</h3><p class=excerpt>Third time's the charm, as they say! This third Release Candidate brings a number of bug fixes which have been contributed in the past week and are worth having in the upcoming 3.2 release. This new build should help validate them while also giving some more time to testers to find potential other regressions from Godot 3.1. The stable 3.2 release is now just around the corner :)</div></article></a><a href=/article/release-candidate-godot-3-2-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e2/578/b23/5e2578b233ae6013693652.jpg) href=/article/release-candidate-godot-3-2-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;20 January 2020</span></div><h3>Release candidate: Godot 3.2 RC 2</h3><p class=excerpt>At long last, Godot 3.2 is nearing completion and we are happy to publish this second Release Candidate, to encourage a broad testing of what should become Godot 3.2-stable in coming days. RC 2 fixes a regression for some users with the GLES3 renderer, which preventing opening a project using the default environment due to heavy calculations for the irradience map generation.</div></article></a><a href=/article/release-candidate-godot-3-2-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e2/16e/22e/5e216e22e4743255974590.jpg) href=/article/release-candidate-godot-3-2-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 January 2020</span></div><h3>Release candidate: Godot 3.2 RC 1</h3><p class=excerpt>At long last, Godot 3.2 is nearing completion and we are happy to publish this first Release Candidate, to encourage a broad testing of what should become Godot 3.2-stable in coming days. Godot 3.2 ends up being much bigger than we originally intended, but the 10 months of development amount to a major release that will be well worth upgrading to for any Godot user.</div></article></a><a href=/article/dev-snapshot-godot-3-2-beta-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e1/9ae/32b/5e19ae32b8b87812018580.png) href=/article/dev-snapshot-godot-3-2-beta-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 January 2020</span></div><h3>Dev snapshot: Godot 3.2 beta 6</h3><p class=excerpt>After a very busy week with many important bug fixes (plus a bunch of low risk enhancements and a lot of documentation updates), here's Godot 3.2 beta 6! As mentioned in the previous post, we're close to the Release Candidate stage and I hesitated to name this build as such. Since there were a number of big changes though I opted for making it another beta, and if all goes well testing it we should have a RC 1 in coming days.</div></article></a><a href=/article/dev-snapshot-godot-3-2-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e0/f88/cc3/5e0f88cc3ebea443218386.jpg) href=/article/dev-snapshot-godot-3-2-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 3 January 2020</span></div><h3>Dev snapshot: Godot 3.2 beta 5</h3><p class=excerpt>Happy new year! After a brief holiday where contributors kept fixing many issues, we now release Godot 3.2 beta 5 to iterate upon the relatively good state that we had with the previous beta. Both the master branch and the official buildsystem are now starting to be quite reliable, and we should be ready for a release candidate soon.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/18/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 January 2020</span></div><h3>Dev snapshot: Godot 3.2 beta 6</h3><p class=excerpt>After a very busy week with many important bug fixes (plus a bunch of low risk enhancements and a lot of documentation updates), here's Godot 3.2 beta 6! As mentioned in the previous post, we're close to the Release Candidate stage and I hesitated to name this build as such. Since there were a number of big changes though I opted for making it another beta, and if all goes well testing it we should have a RC 1 in coming days.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/18/>← Previous</a>
<a title="Godot Engine - Blog - Page 17" href=https://godotengine.org/blog/17/>17</a>
<a title="Godot Engine - Blog - Page 18" href=https://godotengine.org/blog/18/>18</a>
<a class=active title="Godot Engine - Blog - Page 19" href=https://godotengine.org/blog/19/>19</a>

View File

@@ -13,7 +13,8 @@
<a title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>
<a title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>
<a title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a class=pagination-next href=https://godotengine.org/blog/3/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-5-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-5-beta-1.webp) href=/article/dev-snapshot-godot-4-5-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/3/>Next →</a></div><div class=posts><a href=/article/godotcon-2025-xr-android-recap/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotcon-boston-2025-android-xr.webp) href=/article/godotcon-2025-xr-android-recap/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<span class=by>Fredia Huya-Kouadio </span><span class=date>&nbsp;-&nbsp;23 June 2025</span></div><h3>What's New in Android & XR</h3><p class=excerpt>Recap of the Android & XR updates during GodotCon 2025</div></article></a><a href=/article/dev-snapshot-godot-4-5-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-5-beta-1.webp) href=/article/dev-snapshot-godot-4-5-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;18 June 2025</span></div><h3>Dev snapshot: Godot 4.5 beta 1</h3><p class=excerpt>Godot 4.5 has entered beta and is now feature-complete!</div></article></a><a href=/article/godotfest-2025/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotfest-2025.webp) href=/article/godotfest-2025/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="GodotFest Team" loading=lazy>
<span class=by>GodotFest Team </span><span class=date>&nbsp;-&nbsp;17 June 2025</span></div><h3>A new convention to look forward to: GodotFest - Save the Date!</h3><p class=excerpt>Introducing the second annual Godot convention: GodotFest 25 - GodotCon Europe!</div></article></a><a href=/article/upcoming-serious-web-performance-boost/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/upcoming-serious-web-performance-boost.webp) href=/article/upcoming-serious-web-performance-boost/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/adamscott.webp alt="Adam Scott" loading=lazy>
<span class=by>Adam Scott </span><span class=date>&nbsp;-&nbsp; 5 June 2025</span></div><h3>Upcoming (serious) Web performance boost</h3><p class=excerpt>Compiling the Godot Engine with WASM SIMD support truly is a game changer.</div></article></a><a href=/article/dev-snapshot-godot-4-5-dev-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-5-dev-5.webp) href=/article/dev-snapshot-godot-4-5-dev-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 February 2025</span></div><h3>Release candidate: Godot 4.4 RC 1</h3><p class=excerpt>Godot 4.4 is now practically ready for its stable release, so it's time for the last round(s) of testing to make sure it's a smooth upgrade for all users.</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-4.webp) href=/article/dev-snapshot-godot-4-4-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;17 February 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 4</h3><p class=excerpt>The 4.4 beta phase nears its end!</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-3.webp) href=/article/dev-snapshot-godot-4-4-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 7 February 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 3</h3><p class=excerpt>Picking up the pace!</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-2.webp) href=/article/dev-snapshot-godot-4-4-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;30 January 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 2</h3><p class=excerpt>The bugs don't stand a chance!</div></article></a><a href=/article/2024-cherry-picks/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/2024-cherry-picks/2024-cherry-picks.webp) href=/article/2024-cherry-picks/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nat.jpg alt=Nat loading=lazy>
<span class=by>Nat </span><span class=date>&nbsp;-&nbsp;28 January 2025</span></div><h3>2024 Cherry-picks</h3><p class=excerpt>Over the course of 2024, the Godot project has amassed more new features and community highlights than any one person can keep track of. To ensure you did not miss anything essential, we have selected a few memorable moments and key updates to revisit together.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/>← Previous</a>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;30 January 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 2</h3><p class=excerpt>The bugs don't stand a chance!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/>← Previous</a>
<a title="Godot Engine - Blog" href=https://godotengine.org/blog/>1</a>
<a class=active title="Godot Engine - Blog - Page 2" href=https://godotengine.org/blog/2/>2</a>
<a title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 20" href=https://godotengine.org/blog/20/>20</a>
<a title="Godot Engine - Blog - Page 21" href=https://godotengine.org/blog/21/>21</a>
<a title="Godot Engine - Blog - Page 22" href=https://godotengine.org/blog/22/>22</a>
<a class=pagination-next href=https://godotengine.org/blog/21/>Next →</a></div><div class=posts><a href=/article/retrospective-and-future/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e0/b8b/0c0/5e0b8b0c04557983735004.png) href=/article/retrospective-and-future/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/21/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-2-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e0/f88/cc3/5e0f88cc3ebea443218386.jpg) href=/article/dev-snapshot-godot-3-2-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 3 January 2020</span></div><h3>Dev snapshot: Godot 3.2 beta 5</h3><p class=excerpt>Happy new year! After a brief holiday where contributors kept fixing many issues, we now release Godot 3.2 beta 5 to iterate upon the relatively good state that we had with the previous beta. Both the master branch and the official buildsystem are now starting to be quite reliable, and we should be ready for a release candidate soon.</div></article></a><a href=/article/retrospective-and-future/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e0/b8b/0c0/5e0b8b0c04557983735004.png) href=/article/retrospective-and-future/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;31 December 2019</span></div><h3>A decade in retrospective and future</h3><p class=excerpt>The dawn of a new decade looms and there is a lot of excitement about the future of Godot! But it was not always like this, as the previous decade did not go as expected..</div></article></a><a href=/article/html5-export-profiling/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e0/78b/00a/5e078b00a7171714583829.png) href=/article/html5-export-profiling/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;28 December 2019</span></div><h3>HTML5 export profiling for Godot 4.0</h3><p class=excerpt>HTML5 debug export profiling is coming for Godot 4.0</div></article></a><a href=/article/godot-oculus-quest-support/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5e0/038/931/5e00389316ad1115387831.png) href=/article/godot-oculus-quest-support/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/bastiaan.jpg alt="Bastiaan Olij" loading=lazy>
<span class=by>Bastiaan Olij </span><span class=date>&nbsp;-&nbsp;23 December 2019</span></div><h3>Godot Oculus Quest support</h3><p class=excerpt>Godot works on the Oculus Quest, find out more about getting up and running if you want to play around with it early.</div></article></a><a href=/article/dev-snapshot-godot-3-2-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5df/a07/d9c/5dfa07d9c2fd1796170879.jpg) href=/article/dev-snapshot-godot-3-2-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;12 October 2019</span></div><h3>Vulkan progress report #4</h3><p class=excerpt>Over the course of September month, I continued working on Vulkan all day long, and several improvements have been made.</div></article></a><a href=/article/dev-snapshot-godot-3-2-alpha-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5da/0d6/c19/5da0d6c198b34564377170.jpg) href=/article/dev-snapshot-godot-3-2-alpha-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 2</h3><p class=excerpt>It's been less than a week since we published Godot 3.2 alpha 1 as a first development snapshot towards the stable release. But as mentioned, we want to have builds frequently to iterate and improve the stability on a weekly basis, so here comes 3.2 alpha 2. As that branch is already quite mature, this should allow us to publish Godot 3.2-stable in a few weeks.</div></article></a><a href=/article/schedule-godotcon-2019-poznan/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/f48/9c4/5d9f489c43a54009438616.png) href=/article/schedule-godotcon-2019-poznan/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 October 2019</span></div><h3>Schedule for GodotCon 2019 in Poznań</h3><p class=excerpt>The GodotCon 2019 in Poznań, Poland is nearing, so here is the preliminary schedule of talks and demos, as well as presentations of the speakers. Content will be updated with the actual time schedule for the two days of GodotCon, and possibly additional talks.</div></article></a><a href=/article/cfp-game-development-room-fosdem-2020/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/dea/c0b/5d9deac0ba681055155639.png) href=/article/cfp-game-development-room-fosdem-2020/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/vnen.webp alt="George Marques" loading=lazy>
<span class=by>George Marques </span><span class=date>&nbsp;-&nbsp; 9 October 2019</span></div><h3>CFP: Game Development room at FOSDEM 2020</h3><p class=excerpt>We organize a devroom focused on free and open source Game Development at the FOSDEM 2020 in Brussels, on February 1-2, 2020. We ask any interested developer or user of FOSS game development tools or games to send us their talk proposals until December 1, 2019.</div></article></a><a href=/article/dev-snapshot-godot-3-2-alpha-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/9bd/66b/5d99bd66b58c5678103264.jpg) href=/article/dev-snapshot-godot-3-2-alpha-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 1</h3><p class=excerpt>After close to 7 months of development and over 4,000 commits since the 3.1 release, we are now happy to release Godot 3.2 alpha 1, our first milestone towards the next stable installment of our free and open source game engine. It brings new features such as an Android plugin/custom build system, C# support for Android, WebRTC support and WebSocket improvements, a fully reworked Visual Shader editor, ARKit and Oculus Go/Quest support and many more.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/19/>← Previous</a>
<span class=by>George Marques </span><span class=date>&nbsp;-&nbsp; 9 October 2019</span></div><h3>CFP: Game Development room at FOSDEM 2020</h3><p class=excerpt>We organize a devroom focused on free and open source Game Development at the FOSDEM 2020 in Brussels, on February 1-2, 2020. We ask any interested developer or user of FOSS game development tools or games to send us their talk proposals until December 1, 2019.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/19/>← Previous</a>
<a title="Godot Engine - Blog - Page 18" href=https://godotengine.org/blog/18/>18</a>
<a title="Godot Engine - Blog - Page 19" href=https://godotengine.org/blog/19/>19</a>
<a class=active title="Godot Engine - Blog - Page 20" href=https://godotengine.org/blog/20/>20</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 21" href=https://godotengine.org/blog/21/>21</a>
<a title="Godot Engine - Blog - Page 22" href=https://godotengine.org/blog/22/>22</a>
<a title="Godot Engine - Blog - Page 23" href=https://godotengine.org/blog/23/>23</a>
<a class=pagination-next href=https://godotengine.org/blog/22/>Next →</a></div><div class=posts><a href=/article/heroic-labs-supports-godot-development/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/4ea/c8a/5d94eac8a8423458863414.jpg) href=/article/heroic-labs-supports-godot-development/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/22/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-2-alpha-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/9bd/66b/5d99bd66b58c5678103264.jpg) href=/article/dev-snapshot-godot-3-2-alpha-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 1</h3><p class=excerpt>After close to 7 months of development and over 4,000 commits since the 3.1 release, we are now happy to release Godot 3.2 alpha 1, our first milestone towards the next stable installment of our free and open source game engine. It brings new features such as an Android plugin/custom build system, C# support for Android, WebRTC support and WebSocket improvements, a fully reworked Visual Shader editor, ARKit and Oculus Go/Quest support and many more.</div></article></a><a href=/article/heroic-labs-supports-godot-development/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/4ea/c8a/5d94eac8a8423458863414.jpg) href=/article/heroic-labs-supports-godot-development/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 2 October 2019</span></div><h3>Heroic Labs supports Godot development</h3><p class=excerpt>We are happy to announce that Heroic Labs is now supporting Godot's development as Platinum sponsor! For this occasion, we asked Heroic Labs co-founder Mo Firouz to write some words about the company, why they choose to support Godot and their plans to integrate Nakama with our engine.</div></article></a><a href=/article/basic-cryptography-ssl-improvements/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d8/f4b/b0a/5d8f4bb0a3174096196968.png) href=/article/basic-cryptography-ssl-improvements/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;28 September 2019</span></div><h3>Basic cryptography, SSL improvements</h3><p class=excerpt>As part of the MOSS project sponsored by Mozilla, during July I worked on some new features regarding cryptography and SSL to improve the quality and security of Godot networking.</div></article></a><a href=/article/george-marques-will-be-working-full-time-project/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d8/25c/62c/5d825c62cc1e4431380963.png) href=/article/george-marques-will-be-working-full-time-project/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;18 September 2019</span></div><h3>George Marques will be working full time for the project</h3><p class=excerpt>After some months, the project has received enough funding to be able to do a new full time hire! Thanks hugely to everyone who is supporting us, as your help has allowed us reaching this far!</div></article></a><a href=/article/gsoc-2019-progress-report-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d7/52f/458/5d752f4583d2e116311872.png) href=/article/gsoc-2019-progress-report-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Yuri Roubinsky </span><span class=date>&nbsp;-&nbsp;22 May 2019</span></div><h3>Major update for Visual Shaders in Godot 3.2</h3><p class=excerpt>With the Godot 3.1 release, the Visual Shader editor was recreated from the ashes of its Godot 2.x ancestor. While usable and packed with visual features, Visual Shaders lacked many features from their Shader (script) big brother. A new update has been prepared for Godot 3.2 to solve this problem.</div></article></a><a href=/article/godot-webrtc-report2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ce/3e2/cdb/5ce3e2cdb9f4f320495518.png) href=/article/godot-webrtc-report2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;21 May 2019</span></div><h3>WebRTC support, progress report #2</h3><p class=excerpt>Godot's WebRTC interface is getting STUN/TURN support, and now allows you to create multiple reliable or unreliable data channels. WebRTC GDNative support for non-HTML5 platforms can now works as a drop-in library without any extra configuration. Some hints on incoming multiplayer support.</div></article></a><a href=/article/maintenance-release-godot-3-1-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cc/42f/af6/5cc42faf61a5d075621243.png) href=/article/maintenance-release-godot-3-1-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;27 April 2019</span></div><h3>Maintenance release: Godot 3.1.1</h3><p class=excerpt>Godot 3.1.1-stable is released, the first maintenance release of the 3.1 series. In this release we've fixed an important security issue related to networking, added some nice quality of life improvements to the animation editor, and fixed several bugs.</div></article></a><a href=/article/godot-3-2-will-get-new-android-plugin-system/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cc/0dd/a5a/5cc0dda5a3834246752408.png) href=/article/godot-3-2-will-get-new-android-plugin-system/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;24 April 2019</span></div><h3>Godot 3.2 will get a new Android plugin system</h3><p class=excerpt>Godot has the simplest and most efficient Android deploy system you can find in any game engine. With a single click, your project is runing on the phone. With a single option (network fs deploy) your gigabyte-sized project is running on your device in mere seconds. You can use the editor to debug your running game while it runs on your device and you can make changes in the scenes or scripts and they will reflect in real-time in your phone or tablet. The big drawback, however, was that adding plugins was a pain in the butt.</div></article></a><a href=/article/release-candidate-godot-3-1-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/f0a/f71/5cbf0af719498893498887.png) href=/article/release-candidate-godot-3-1-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;23 April 2019</span></div><h3>Release candidate: Godot 3.1.1 RC 1</h3><p class=excerpt>Welcome to Godot 3.1.1-rc1. In this release candidate we fix a security issue, add many nice new features, and fix many bugs. Please test and let us know how we did!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/20/>← Previous</a>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;24 April 2019</span></div><h3>Godot 3.2 will get a new Android plugin system</h3><p class=excerpt>Godot has the simplest and most efficient Android deploy system you can find in any game engine. With a single click, your project is runing on the phone. With a single option (network fs deploy) your gigabyte-sized project is running on your device in mere seconds. You can use the editor to debug your running game while it runs on your device and you can make changes in the scenes or scripts and they will reflect in real-time in your phone or tablet. The big drawback, however, was that adding plugins was a pain in the butt.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/20/>← Previous</a>
<a title="Godot Engine - Blog - Page 19" href=https://godotengine.org/blog/19/>19</a>
<a title="Godot Engine - Blog - Page 20" href=https://godotengine.org/blog/20/>20</a>
<a class=active title="Godot Engine - Blog - Page 21" href=https://godotengine.org/blog/21/>21</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 22" href=https://godotengine.org/blog/22/>22</a>
<a title="Godot Engine - Blog - Page 23" href=https://godotengine.org/blog/23/>23</a>
<a title="Godot Engine - Blog - Page 24" href=https://godotengine.org/blog/24/>24</a>
<a class=pagination-next href=https://godotengine.org/blog/23/>Next →</a></div><div class=posts><a href=/article/godot-webrtc-report1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/9e2/b60/5cb9e2b60bf06285510736.png) href=/article/godot-webrtc-report1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/23/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-1-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/f0a/f71/5cbf0af719498893498887.png) href=/article/release-candidate-godot-3-1-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;23 April 2019</span></div><h3>Release candidate: Godot 3.1.1 RC 1</h3><p class=excerpt>Welcome to Godot 3.1.1-rc1. In this release candidate we fix a security issue, add many nice new features, and fix many bugs. Please test and let us know how we did!</div></article></a><a href=/article/godot-webrtc-report1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/9e2/b60/5cb9e2b60bf06285510736.png) href=/article/godot-webrtc-report1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;19 April 2019</span></div><h3>WebRTC support, progress report #1</h3><p class=excerpt>Godot is getting some WebRTC love! Experimental support is available in current master branch, enabling low latency networking in HTML5/WebAssembly exports, and initial desktop platforms support via GDNative. The API is still experimental but will become stable in the next few months.</div></article></a><a href=/article/atlas-support-returns-godot-3-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/a27/5de/5cba275deeea9159968354.png) href=/article/atlas-support-returns-godot-3-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;19 April 2019</span></div><h3>Atlas support returns to Godot 3.2</h3><p class=excerpt>With the import system rewrite in Godot 3.0, the ability to import atlases was lost. Using atlases is not as common nowadays, given the processing power of desktop and devices has increased a lot, but there are many use cases where this may be worth it. Godot 3.2 will bring back support for it.</div></article></a><a href=/article/godot-2019-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/370/921/5cb370921c397488950248.png) href=/article/godot-2019-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;16 April 2019</span></div><h3>Announcing the Godot 2019 showreel</h3><p class=excerpt>Another year, another showreel. As every year, the amount of quality games being created by Godot has increased significantly (as did the amount of submissions).</div></article></a><a href=/article/state-godot-gdc-2019-github-hq/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/4f1/7a4/5cb4f17a43632182391125.png) href=/article/state-godot-gdc-2019-github-hq/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;28 February 2019</span></div><h3>Dev snapshot: Godot 3.1 beta 9</h3><p class=excerpt>The previous beta had some GLES2/Android regressions which, along with several other issues, has been fixed in Beta 9. Please go forth and test! Assuming no new regressions are found we are likely going to move to *release candidate* state soon.</div></article></a><a href=/article/godot-google-summer-code-2019/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c7/67d/8c6/5c767d8c62621713488685.png) href=/article/godot-google-summer-code-2019/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 February 2019</span></div><h3>Godot in Google Summer of Code 2019</h3><p class=excerpt>Godot will take part in the Google Summer of Code for the second time in a row, and we are thrilled at the opportunity to mentor students to work on interesting projects for the Godot community.</div></article></a><a href=/article/dev-snapshot-godot-3-1-beta-8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c7/558/1f7/5c75581f7dadb646440050.jpg) href=/article/dev-snapshot-godot-3-1-beta-8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;26 February 2019</span></div><h3>Dev snapshot: Godot 3.1 beta 8</h3><p class=excerpt>Our two previous beta builds had showstopper regressions, which have now been fixed. This beta 8 builds allows using the engine with C# again, as well as running it on older CPUs. As we release it, we are already aware of another recent regression with ETC texture import affecting GLES2 on mobile, which will be fixed in the next build.</div></article></a><a href=/article/dev-snapshot-godot-3-1-beta-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c7/2a2/0bb/5c72a20bb6843627788761.jpg) href=/article/dev-snapshot-godot-3-1-beta-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;24 February 2019</span></div><h3>Dev snapshot: Godot 3.1 beta 7</h3><p class=excerpt>As bugfixing is going at a steady pace towards Godot 3.1 stable, we plan to release beta builds frequently to have broad testing on the latest fixes and spot any regression. So we're now publishing Godot 3.1 beta 7 with close to 25 commits made since beta 6 a few days ago. This is also the first Godot released to have code signed binaries on Windows!</div></article></a><a href=/article/submissions-open-godot-2019-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c7/00c/63e/5c700c63eb56b196889234.png) href=/article/submissions-open-godot-2019-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;22 February 2019</span></div><h3>Submissions open for Godot 2019 showreel</h3><p class=excerpt>Are you proud of your game and would you like us to showcase it in Godot's 2019 showreel? Please send us a short video (10-15 secs) for us to include it!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/21/>← Previous</a>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;24 February 2019</span></div><h3>Dev snapshot: Godot 3.1 beta 7</h3><p class=excerpt>As bugfixing is going at a steady pace towards Godot 3.1 stable, we plan to release beta builds frequently to have broad testing on the latest fixes and spot any regression. So we're now publishing Godot 3.1 beta 7 with close to 25 commits made since beta 6 a few days ago. This is also the first Godot released to have code signed binaries on Windows!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/21/>← Previous</a>
<a title="Godot Engine - Blog - Page 20" href=https://godotengine.org/blog/20/>20</a>
<a title="Godot Engine - Blog - Page 21" href=https://godotengine.org/blog/21/>21</a>
<a class=active title="Godot Engine - Blog - Page 22" href=https://godotengine.org/blog/22/>22</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 23" href=https://godotengine.org/blog/23/>23</a>
<a title="Godot Engine - Blog - Page 24" href=https://godotengine.org/blog/24/>24</a>
<a title="Godot Engine - Blog - Page 25" href=https://godotengine.org/blog/25/>25</a>
<a class=pagination-next href=https://godotengine.org/blog/24/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-1-beta-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c6/ed2/f61/5c6ed2f617ed8871688013.jpg) href=/article/dev-snapshot-godot-3-1-beta-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/24/>Next →</a></div><div class=posts><a href=/article/submissions-open-godot-2019-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c7/00c/63e/5c700c63eb56b196889234.png) href=/article/submissions-open-godot-2019-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;22 February 2019</span></div><h3>Submissions open for Godot 2019 showreel</h3><p class=excerpt>Are you proud of your game and would you like us to showcase it in Godot's 2019 showreel? Please send us a short video (10-15 secs) for us to include it!</div></article></a><a href=/article/dev-snapshot-godot-3-1-beta-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c6/ed2/f61/5c6ed2f617ed8871688013.jpg) href=/article/dev-snapshot-godot-3-1-beta-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;22 February 2019</span></div><h3>Dev snapshot: Godot 3.1 beta 6</h3><p class=excerpt>As bugfixing is going at a steady pace towards Godot 3.1 stable, we plan to release beta builds frequently to have broad testing on the latest fixes and spot any regression. So we're now publishing Godot 3.1 beta 6 with close to 150 commits made since beta 5 a few days ago. This is also the first Godot released to have code signed binaries on Windows!</div></article></a><a href=/article/meet-godot-representatives-gdc-2019/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c6/daa/53e/5c6daa53edd10191265764.png) href=/article/meet-godot-representatives-gdc-2019/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;20 February 2019</span></div><h3>Meet with Godot Representatives at GDC 2019</h3><p class=excerpt>Another year, another GDC! This year, many of us core developers will be attending GDC in representation of the project to meet with companies interested in knowing more about Godot (or just meeting with us).</div></article></a><a href=/article/dev-snapshot-godot-3-1-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c6/876/abc/5c6876abcd8f7519906691.png) href=/article/dev-snapshot-godot-3-1-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 February 2019</span></div><h3>Dev snapshot: Godot 3.1 beta 5</h3><p class=excerpt>It's only been a few days since beta 4, but we're making very good progress on polishing the 3.1 beta, with many bugs being fixed every day. We'll soon be able to issue a Release Candidate (RC) build and from there, proceed quickly to the stable release. For now, we're still calling this one beta 5, as there are some critical bugs left that we want to fix before RC 1.</div></article></a><a href=/article/dev-snapshot-godot-3-1-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c6/086/93b/5c608693b2c0c600326798.jpg) href=/article/dev-snapshot-godot-3-1-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Nathan GDQuest </span><span class=date>&nbsp;-&nbsp; 5 November 2018</span></div><h3>Open ARPG and JRPG demos on GDquest</h3><p class=excerpt>Join our Open Projects on GDquest! Moving forward, we want to code great game demos together, have fun, learn, and produce better educational resources for the entire community.</div></article></a><a href=/article/dev-snapshot-godot-3-1-alpha-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bd/cb6/df6/5bdcb6df6ba77895463474.jpg) href=/article/dev-snapshot-godot-3-1-alpha-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 2 November 2018</span></div><h3>Dev snapshot: Godot 3.1 alpha 2</h3><p class=excerpt>A new development snapshot straight out of Godot's master branch is released, giving a preview of what Godot 3.1 will be. It's meant for testers to experiment with and report all the issues that they find with it, to ensure that Godot 3.1 will be a stable and pleasant release.</div></article></a><a href=/article/github-game-off-and-godot-are-winning-combination/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bd/b64/613/5bdb64613262d644014666.png) href=/article/github-game-off-and-godot-are-winning-combination/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;29 October 2018</span></div><h3>GitHub Game Off and Godot are a winning combination</h3><p class=excerpt>GitHub Game Off, the month-long jam putting forward free and open source gamedev tools is back for its 2018 edition starting on November 1st! It's a great opportunity to make a game with Godot and many other great FOSS tools. And as Securas showed it last year with Daemon vs Demon, you can also win the Game Off jam with your Godot game!</div></article></a><a href=/article/godot-wild-jam-october-2018-results/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bd/324/0e8/5bd3240e841c1065321453.png) href=/article/godot-wild-jam-october-2018-results/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/maxhilbrunner.webp alt="Max Hilbrunner" loading=lazy>
<span class=by>Max Hilbrunner </span><span class=date>&nbsp;-&nbsp;26 October 2018</span></div><h3>Godot Wild Jam October - Results</h3><p class=excerpt>With roughly 170 participants and 31 games submitted, the second Godot Wild Jam was a huge success! Read on about the winners for this month and see the compilation video for this Godot Wild Jam.</div></article></a><a href=/article/godot-wild-jam-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bb/dcb/46c/5bbdcb46c6eee640012032.png) href=/article/godot-wild-jam-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/maxhilbrunner.webp alt="Max Hilbrunner" loading=lazy>
<span class=by>Max Hilbrunner </span><span class=date>&nbsp;-&nbsp;10 October 2018</span></div><h3>Godot Wild Jam</h3><p class=excerpt>While the GodotCon in Poznań is ongoing (Livestream here!), our awesome community could not wait for the next official Godot Jam and just got one started on their own: The Godot Wild Jam.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/22/>← Previous</a>
<span class=by>Max Hilbrunner </span><span class=date>&nbsp;-&nbsp;26 October 2018</span></div><h3>Godot Wild Jam October - Results</h3><p class=excerpt>With roughly 170 participants and 31 games submitted, the second Godot Wild Jam was a huge success! Read on about the winners for this month and see the compilation video for this Godot Wild Jam.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/22/>← Previous</a>
<a title="Godot Engine - Blog - Page 21" href=https://godotengine.org/blog/21/>21</a>
<a title="Godot Engine - Blog - Page 22" href=https://godotengine.org/blog/22/>22</a>
<a class=active title="Godot Engine - Blog - Page 23" href=https://godotengine.org/blog/23/>23</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 24" href=https://godotengine.org/blog/24/>24</a>
<a title="Godot Engine - Blog - Page 25" href=https://godotengine.org/blog/25/>25</a>
<a title="Godot Engine - Blog - Page 26" href=https://godotengine.org/blog/26/>26</a>
<a class=pagination-next href=https://godotengine.org/blog/25/>Next →</a></div><div class=posts><a href=/article/schedule-godotcon-2018-poznan/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bb/7ab/602/5bb7ab6027652796916982.png) href=/article/schedule-godotcon-2018-poznan/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/25/>Next →</a></div><div class=posts><a href=/article/godot-wild-jam-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bb/dcb/46c/5bbdcb46c6eee640012032.png) href=/article/godot-wild-jam-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/maxhilbrunner.webp alt="Max Hilbrunner" loading=lazy>
<span class=by>Max Hilbrunner </span><span class=date>&nbsp;-&nbsp;10 October 2018</span></div><h3>Godot Wild Jam</h3><p class=excerpt>While the GodotCon in Poznań is ongoing (Livestream here!), our awesome community could not wait for the next official Godot Jam and just got one started on their own: The Godot Wild Jam.</div></article></a><a href=/article/schedule-godotcon-2018-poznan/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bb/7ab/602/5bb7ab6027652796916982.png) href=/article/schedule-godotcon-2018-poznan/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 7 October 2018</span></div><h3>Schedule for GodotCon 2018 in Poznań</h3><p class=excerpt>GodotCon 2018 Poznań will be on October 10 & 11, and we have a great line-up of speakers from the Godot community who will share insights in their Godot-related work and workflow. Core contributors of the engine will also be there to introduce attendees to the inner workings of a Free and Open Source project like Godot, where everyone can get involved!</div></article></a><a href=/article/godot-slides-gamified-slideshows-with-godot/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bb/5f3/86b/5bb5f386bf45c464125655.png) href=/article/godot-slides-gamified-slideshows-with-godot/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nathan.webp alt="Nathan GDQuest" loading=lazy>
<span class=by>Nathan GDQuest </span><span class=date>&nbsp;-&nbsp; 5 October 2018</span></div><h3>Godot Slides: gamified slideshows made in Godot</h3><p class=excerpt>Build beautiful and gamified presentations with Godot Slides 2.0! The project ships with a 10 minutes multilingual pitch for you to give at gamedev meetups and other events, to introduce students to the engine... It's all drag-and-drop and, as you'd expect, open source.</div></article></a><a href=/article/become-godot-contributor-hacktoberfest-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5bb/27f/fe8/5bb27ffe8696a709684472.png) href=/article/become-godot-contributor-hacktoberfest-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 1 October 2018</span></div><h3>Become a Godot contributor for Hacktoberfest 2018</h3><p class=excerpt>Hacktoberfest 2018 has started, and you can contribute to Godot to earn a T-shirt (and experience!). Digital Ocean and GitHub sponsor this event that encourages everyone to contribute to any free and open source project on GitHub, including Godot's repositories. All pull requests count, so you can work either on the engine source code or on the documentation - there are things to do for everyone!</div></article></a><a href=/article/welcoming-our-new-gold-sponsor-imagecampus/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ba/550/461/5ba5504619f94509951811.png) href=/article/welcoming-our-new-gold-sponsor-imagecampus/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;14 July 2018</span></div><h3>Visual Shader Editor is back</h3><p class=excerpt>After some weeks of work, the new visual shader editor is ready for testing!</div></article></a><a href=/article/maintenance-release-godot-3-0-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b4/266/3cc/5b42663cc18a0730946172.png) href=/article/maintenance-release-godot-3-0-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp; 8 July 2018</span></div><h3>Maintenance release: Godot 3.0.5</h3><p class=excerpt>In Godot 3.0.5 we've fixed the Android APK export issue, a C# bug that only appeared on exported games, and several other small things. Get it while the gettin's good!</div></article></a><a href=/article/results-godot-jam-june-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b3/a7a/2bc/5b3a7a2bca828302049408.png) href=/article/results-godot-jam-june-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 2 July 2018</span></div><h3>Results of the Godot Jam - June 2018</h3><p class=excerpt>After three days of intensive game development and two weeks of playtesting and rating (over 3,500 ratings!), we now have the results for our June 2018 Godot Community Game Jam! 110 games were submitted and reviewed, and the winners are: 1) "Fire and Fondness" by John Gabriel 2) "The Weather Guy" by Emilio and Andre Mari Coppola 3) "On Blazing Rails to Kansas City" by Dalton5000</div></article></a><a href=/article/godot-rmll-lsm-2018-strasbourg-july-7-12/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b3/392/f85/5b3392f852017497603465.png) href=/article/godot-rmll-lsm-2018-strasbourg-july-7-12/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 June 2018</span></div><h3>Godot at the RMLL / LSM 2018 in Strasbourg, July 7-12</h3><p class=excerpt>Godot will be at the Libre Software Meeting 2018 (also known as RMLL Rencontres Mondiales du Logiciel Libre) in Strasbourg, France from Saturday 7 July to Thursday 12 July. We will give a 1-hour talk, a 3-hour workshop and will have a Godot booth for the whole duration of the event.</div></article></a><a href=/article/godot-gets-new-animation-tree-state-machine/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b3/2ca/354/5b32ca3546bbf512292209.png) href=/article/godot-gets-new-animation-tree-state-machine/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;26 June 2018</span></div><h3>Godot gets new Animation Tree + State Machine</h3><p class=excerpt>After a long time coming, and as part of this trend of modernizing many old godot subsystems, the animation tree has been rewritten from scratch and it's now brand new, with plenty of new features.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/23/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 June 2018</span></div><h3>Godot at the RMLL / LSM 2018 in Strasbourg, July 7-12</h3><p class=excerpt>Godot will be at the Libre Software Meeting 2018 (also known as RMLL Rencontres Mondiales du Logiciel Libre) in Strasbourg, France from Saturday 7 July to Thursday 12 July. We will give a 1-hour talk, a 3-hour workshop and will have a Godot booth for the whole duration of the event.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/23/>← Previous</a>
<a title="Godot Engine - Blog - Page 22" href=https://godotengine.org/blog/22/>22</a>
<a title="Godot Engine - Blog - Page 23" href=https://godotengine.org/blog/23/>23</a>
<a class=active title="Godot Engine - Blog - Page 24" href=https://godotengine.org/blog/24/>24</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 25" href=https://godotengine.org/blog/25/>25</a>
<a title="Godot Engine - Blog - Page 26" href=https://godotengine.org/blog/26/>26</a>
<a title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>
<a class=pagination-next href=https://godotengine.org/blog/26/>Next →</a></div><div class=posts><a href=/article/maintenance-release-godot-3-0-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b2/d2f/118/5b2d2f118951e820036835.png) href=/article/maintenance-release-godot-3-0-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/26/>Next →</a></div><div class=posts><a href=/article/godot-gets-new-animation-tree-state-machine/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b3/2ca/354/5b32ca3546bbf512292209.png) href=/article/godot-gets-new-animation-tree-state-machine/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;26 June 2018</span></div><h3>Godot gets new Animation Tree + State Machine</h3><p class=excerpt>After a long time coming, and as part of this trend of modernizing many old godot subsystems, the animation tree has been rewritten from scratch and it's now brand new, with plenty of new features.</div></article></a><a href=/article/maintenance-release-godot-3-0-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b2/d2f/118/5b2d2f118951e820036835.png) href=/article/maintenance-release-godot-3-0-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;22 June 2018</span></div><h3>Maintenance release: Godot 3.0.4</h3><p class=excerpt>Godot 3.0.4 is a small release that fixes a crasher in the asset library on Windows. If you were affected by this please upgrade. Otherwise we'll come back with a larger 3.0.5 soon!</div></article></a><a href=/article/godot-leap-motion-support/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b2/78c/51c/5b278c51c79b7843614393.jpg) href=/article/godot-leap-motion-support/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/bastiaan.jpg alt="Bastiaan Olij" loading=lazy>
<span class=by>Bastiaan Olij </span><span class=date>&nbsp;-&nbsp;19 June 2018</span></div><h3>Godot Leap Motion Support</h3><p class=excerpt>Leap Motion hand tracking support arrives with Godot 3.0.3</div></article></a><a href=/article/godot-jam-starts-now-theme-temperature/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b2/41b/605/5b241b605209f362633139.png) href=/article/godot-jam-starts-now-theme-temperature/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 June 2018</span></div><h3>The Godot Jam starts now, theme: Temperature</h3><p class=excerpt>With a slight delay, the Godot Community Game Jam is now starting and we can announce the theme that was elected by the community: TEMPERATURE!
@@ -38,8 +39,7 @@ A very common request, though, was the ability to do custom mesh deformation bas
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;28 April 2018</span></div><h3>Godot gets CSG support</h3><p class=excerpt>After years of discussion on how to implement CSG, Godot finally gets suport for it. This implementation is simple, but makes use of Godot's amazing architecture to shine.</div></article></a><a href=/article/godot-google-summer-code-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ad/f38/7a8/5adf387a8d4f0692142419.png) href=/article/godot-google-summer-code-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/vnen.webp alt="George Marques" loading=lazy>
<span class=by>George Marques </span><span class=date>&nbsp;-&nbsp;24 April 2018</span></div><h3>Godot in Google Summer of Code 2018</h3><p class=excerpt>Godot has been accepted into the Google Summer of Code program in 2018. This summer we will have 5 students working on new features to the engine.</div></article></a><a href=/article/handling-axis-godot/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ad/bb4/fc8/5adbb4fc8b26e174840743.png) href=/article/handling-axis-godot/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/groud.png alt="Gilles Roudiere" loading=lazy>
<span class=by>Gilles Roudiere </span><span class=date>&nbsp;-&nbsp;22 April 2018</span></div><h3>Introducing the new axis handling system</h3><p class=excerpt>For the past months, popular demand has been growing for a way to propery map controller axes in Godot. For a long time Godot was only able to map a single event to an action, making it impossible to deal with analog strengths. Today (after months of discussions), this problem has been solved, and it only took very little amount of changes to the current input mapping system!</div></article></a><a href=/article/godots-documentation-now-open-translation/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ad/5d4/c96/5ad5d4c964791484476565.png) href=/article/godots-documentation-now-open-translation/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 April 2018</span></div><h3>Godot's documentation is now open for translation</h3><p class=excerpt>Godot has been around for over 4 years, and localized documentation in Spanish, Portuguese, Chinese, French, Russian and many other languages has always been a very requested feature. After a lot of documentation work to ensure that we have a good original English content to translate from, and some more work on setting up a convenient infrastructure for translating and keeping translations up to date, we are now ready to welcome contributions!</div></article></a><a href=/article/gles2-and-gdnative-progress-report-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ad/505/3b6/5ad5053b6e0ad093497368.png) href=/article/gles2-and-gdnative-progress-report-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt=karroffel loading=lazy>
<span class=by>karroffel </span><span class=date>&nbsp;-&nbsp;16 April 2018</span></div><h3>GLES2 and GDNative, progress report #4</h3><p class=excerpt>Latest update on the GLES2 and GDNative developments. This month, a lot of time has been spend on refactoring the way materials work together with shaders, but also the C++ bindings got some nice new make-up!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/24/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 April 2018</span></div><h3>Godot's documentation is now open for translation</h3><p class=excerpt>Godot has been around for over 4 years, and localized documentation in Spanish, Portuguese, Chinese, French, Russian and many other languages has always been a very requested feature. After a lot of documentation work to ensure that we have a good original English content to translate from, and some more work on setting up a convenient infrastructure for translating and keeping translations up to date, we are now ready to welcome contributions!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/24/>← Previous</a>
<a title="Godot Engine - Blog - Page 23" href=https://godotengine.org/blog/23/>23</a>
<a title="Godot Engine - Blog - Page 24" href=https://godotengine.org/blog/24/>24</a>
<a class=active title="Godot Engine - Blog - Page 25" href=https://godotengine.org/blog/25/>25</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 26" href=https://godotengine.org/blog/26/>26</a>
<a title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>
<a title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>
<a class=pagination-next href=https://godotengine.org/blog/27/>Next →</a></div><div class=posts><a href=/article/godot-project-management-101/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/a37/9bc/5aba379bcde42258374818.jpg) href=/article/godot-project-management-101/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/27/>Next →</a></div><div class=posts><a href=/article/gles2-and-gdnative-progress-report-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ad/505/3b6/5ad5053b6e0ad093497368.png) href=/article/gles2-and-gdnative-progress-report-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt=karroffel loading=lazy>
<span class=by>karroffel </span><span class=date>&nbsp;-&nbsp;16 April 2018</span></div><h3>GLES2 and GDNative, progress report #4</h3><p class=excerpt>Latest update on the GLES2 and GDNative developments. This month, a lot of time has been spend on refactoring the way materials work together with shaders, but also the C++ bindings got some nice new make-up!</div></article></a><a href=/article/godot-project-management-101/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/a37/9bc/5aba379bcde42258374818.jpg) href=/article/godot-project-management-101/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 March 2018</span></div><h3>Godot project management 101</h3><p class=excerpt>As we just reached our third goal on Patreon, we are now able to hire Rémi Verschelde (Akien) as full-time project manager and representative! In this article, he gives some insights on what brought him to Godot, how he helped organize the teamwork and became the de facto project manager, as well as plans for the future.</div></article></a><a href=/article/godot-doing-well-gdc-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/7b4/9a4/5ab7b49a4babf418474275.png) href=/article/godot-doing-well-gdc-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;25 March 2018</span></div><h3>Godot is doing well at GDC 2018!</h3><p class=excerpt>I went to GDC yet again (this time GDC 2018) trying to see how Godot is doing at the game industry. To my surprise this time, it was quite different..</div></article></a><a href=/article/dev-snapshot-godot-2-1-5-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/69c/f4c/5ab69cf4c700d643288675.png) href=/article/dev-snapshot-godot-2-1-5-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 March 2018</span></div><h3>Dev snapshot: Godot 2.1.5 RC 1</h3><p class=excerpt>Feedback has been quite good on the past two beta builds for the upcoming Godot 2.1.5 (providing legacy support for users of Godot 2), so we're now publishing a release candidate. If all goes well (no new regression reported), that should more or less be the 2.1.5 final release. So make sure to test it thoroughly!</div></article></a><a href=/article/gles2-and-gdnative-progress-report-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/2db/729/5ab2db729bee7065606296.png) href=/article/gles2-and-gdnative-progress-report-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt=karroffel loading=lazy>
@@ -40,8 +41,7 @@ The first month I spent on getting started and familiar with the rendering in Go
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;14 January 2018</span></div><h3>Dev snapshot: Godot 3.0 RC 1</h3><p class=excerpt>Things have sped up a lot in the Godot development team since the beginning of 2018, to be able to finalize 3.0 and release it in January. The release freeze has been announced, meaning that enhancements and non-critical bug fixes are no longer being merged, to ensure that the master branch can stabilize and eventually be ready for the final release. This means of course that many known issues won't be fixed for 3.0, but will have to wait for 3.1 or for the maintenance 3.0.x releases which should start arriving in February.</div></article></a><a href=/article/godotcon-2018-venue-and-call-proposals/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a5/62a/afb/5a562aafb05c4537748115.png) href=/article/godotcon-2018-venue-and-call-proposals/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 January 2018</span></div><h3>GodotCon 2018: Venue and Call for Proposals</h3><p class=excerpt>Our GodotCon 2018 is approaching and will take place at Ludus Académie in Brussels on February 5 & 6. It's your last chance to register if you want to attend the event, and it's now also the time for all participants to think about talks, workshops or other activities that they would like to have during GodotCon, and then send us their proposals.</div></article></a><a href=/article/next-patreon-goal-help-us-hire-remi-verschelde-akien-full-time/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a5/3cd/031/5a53cd031c23c749175648.png) href=/article/next-patreon-goal-help-us-hire-remi-verschelde-akien-full-time/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 8 January 2018</span></div><h3>Next Patreon goal: Help us hire Rémi Verschelde (Akien) full time!</h3><p class=excerpt>So far we have been a few months on Patreon and the net result has been overwhelmingly positive, as we get enough funds each month to hire our lead developer and an intern! Still, it's time to start thinking about our next hire to continue speeding up Godot's development as well as its visibility and relevance in the gamedev industry.</div></article></a><a href=/article/look-gdnative-architecture/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a4/bcf/c4a/5a4bcfc4a5874955869035.png) href=/article/look-gdnative-architecture/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt=karroffel loading=lazy>
<span class=by>karroffel </span><span class=date>&nbsp;-&nbsp; 2 January 2018</span></div><h3>A look at the GDNative architecture</h3><p class=excerpt>GDNative changed a lot since it was first introduced. From being a scripting-centered module it quickly became a more general purpose tool than we initially assumed. Here we present the way GDNative and related technologies work together.</div></article></a><a href=/article/dev-snapshot-godot-3-0-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a3/c39/918/5a3c399188781933894734.jpg) href=/article/dev-snapshot-godot-3-0-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 December 2017</span></div><h3>Dev snapshot: Godot 3.0 beta 2</h3><p class=excerpt>After three weeks of testing of the 3.0 beta 1 snapshot, we're now ready for a new beta release fixing many of the reported issues and then some! It also includes a surprise lightmapper from Juan, and many usability enhancements provided by our numerous contributors. The final 3.0 release is now very close, so stay tuned for more news and the release candidate!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/25/>← Previous</a>
<span class=by>karroffel </span><span class=date>&nbsp;-&nbsp; 2 January 2018</span></div><h3>A look at the GDNative architecture</h3><p class=excerpt>GDNative changed a lot since it was first introduced. From being a scripting-centered module it quickly became a more general purpose tool than we initially assumed. Here we present the way GDNative and related technologies work together.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/25/>← Previous</a>
<a title="Godot Engine - Blog - Page 24" href=https://godotengine.org/blog/24/>24</a>
<a title="Godot Engine - Blog - Page 25" href=https://godotengine.org/blog/25/>25</a>
<a class=active title="Godot Engine - Blog - Page 26" href=https://godotengine.org/blog/26/>26</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>
<a title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>
<a title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>
<a class=pagination-next href=https://godotengine.org/blog/28/>Next →</a></div><div class=posts><a href=/article/introducing-new-last-minute-lightmapper/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a3/27e/110/5a327e110ab39178158316.png) href=/article/introducing-new-last-minute-lightmapper/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/28/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-0-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a3/c39/918/5a3c399188781933894734.jpg) href=/article/dev-snapshot-godot-3-0-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 December 2017</span></div><h3>Dev snapshot: Godot 3.0 beta 2</h3><p class=excerpt>After three weeks of testing of the 3.0 beta 1 snapshot, we're now ready for a new beta release fixing many of the reported issues and then some! It also includes a surprise lightmapper from Juan, and many usability enhancements provided by our numerous contributors. The final 3.0 release is now very close, so stay tuned for more news and the release candidate!</div></article></a><a href=/article/introducing-new-last-minute-lightmapper/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a3/27e/110/5a327e110ab39178158316.png) href=/article/introducing-new-last-minute-lightmapper/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;14 December 2017</span></div><h3>Introducing the new "last minute" lightmapper</h3><p class=excerpt>A considerable number of users requested a more efficient way to have GI (Global Illumination) in their projects. Godot 3.0 currenty offers the GIProbe node, which provides a real-time approximation to GI. This generally works and looks pretty, but it's quite shader intensive, which makes it not work on mobile or low end GPUs. The newly added VR support also suffers with GIProbe, as it has to render in very high resolutions.</div></article></a><a href=/article/get-ready-fosdem-and-godotcon-2018/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a2/eed/6e1/5a2eed6e1cc88595174491.png) href=/article/get-ready-fosdem-and-godotcon-2018/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 December 2017</span></div><h3>Get ready for FOSDEM and GodotCon 2018!</h3><p class=excerpt>In February 2018, the Godot Engine community invites you to meet together at the FOSDEM (3 & 4 Feb) and the GodotCon (5 & 6 Feb), both in Brussels, Belgium and with dozens of Godot users and contributors, including our lead developer Juan Linietsky coming all the way from Buenos Aires. FOSDEM is a huge free and open source software-focused event with over 8000 attendees. Coming right after FOSDEM in the same city, GodotCon is a small but Godot-focused event with talks, workshops and many activities around our favourite engine.</div></article></a><a href=/article/let-people-touch-godot/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a2/c53/7eb/5a2c537ebba45114446322.jpg) href=/article/let-people-touch-godot/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/pedro.webp alt="Pedro J. Estébanez" loading=lazy>
<span class=by>Pedro J. Estébanez </span><span class=date>&nbsp;-&nbsp; 9 December 2017</span></div><h3>Let people touch Godot!</h3><p class=excerpt>Maybe you have already seen an AdPod around. They are three-sided giant multitouch capable screens. The company behind them customizes them for very important customers for promotion campaings for things like movies (Disney, Universal).
@@ -39,8 +40,7 @@ We propose to have a special bug hunting day on Saturday, 9 December, to focus o
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;13 October 2017</span></div><h3>As an Open Source project, Godot is more than a game engine</h3><p class=excerpt>Godot is a community developed game engine. The development process is becoming tighter and more efficient every day. As the amount of contributors keep growing exponentially, it's a big challenge for us to keep this process efficient and yet improve it.</div></article></a><a href=/article/godot-3-renderer-design-explained/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59c/821/f4a/59c821f4a5e6c895938383.jpg) href=/article/godot-3-renderer-design-explained/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;24 September 2017</span></div><h3>Godot 3's renderer design explained</h3><p class=excerpt>Godot uses a considerably different approach to rendering (and rendering abstraction) than other, popular, game engines. The motivation behind it was not to achieve the maximum performance in extreme use cases, but accomodate better to most user's needs.</div></article></a><a href=/article/patreon-first-goal-achieved/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59b/efc/4aa/59befc4aa50f7635149686.png) href=/article/patreon-first-goal-achieved/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;18 September 2017</span></div><h3>Patreon: First goal achieved!</h3><p class=excerpt>A little bit over a month ago we launched a Patreon campaign to improve our funding. The first goal, which is allowing our lead developer Juan Linietsky to work full time on the project, has been just met, which is amazing!! Thanks to everyone who helped and contributed!</div></article></a><a href=/article/first-godot-3-docs-sprint-sept-9/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59e/850/b39/59e850b39e220163403707.png) href=/article/first-godot-3-docs-sprint-sept-9/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nathan.webp alt="Nathan GDQuest" loading=lazy>
<span class=by>Nathan GDQuest </span><span class=date>&nbsp;-&nbsp; 6 September 2017</span></div><h3>Let's build great docs for 3.0! Write the Docs every week-end</h3><p class=excerpt>Godot 3's API reference is 60% incomplete. With so many changes since 2.0, we must review classes and their descriptions. The engine can only grow and attract tons of users if it has great docs. And this cannot happen without you. Join us this Saturday for the first Godot 3.0 docs Sprint!</div></article></a><a href=/article/we-need-your-help-improve-our-documentation-system/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59a/873/435/59a87343562c8216231867.png) href=/article/we-need-your-help-improve-our-documentation-system/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;31 August 2017</span></div><h3>We need your help to improve our documentation system!</h3><p class=excerpt>Godot has grown a lot and, nowadays, and new users expect us to have quality documentation comparable to commercial offerings. For this, the documentation system we currently have needs tweaks and improvements. As we, game engine developers, are not experienced in the web side of the programming world, everything seems daunting to us (please don't laugh), so any help with the following items would be hugely appreciated!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/26/>← Previous</a>
<span class=by>Nathan GDQuest </span><span class=date>&nbsp;-&nbsp; 6 September 2017</span></div><h3>Let's build great docs for 3.0! Write the Docs every week-end</h3><p class=excerpt>Godot 3's API reference is 60% incomplete. With so many changes since 2.0, we must review classes and their descriptions. The engine can only grow and attract tons of users if it has great docs. And this cannot happen without you. Join us this Saturday for the first Godot 3.0 docs Sprint!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/26/>← Previous</a>
<a title="Godot Engine - Blog - Page 25" href=https://godotengine.org/blog/25/>25</a>
<a title="Godot Engine - Blog - Page 26" href=https://godotengine.org/blog/26/>26</a>
<a class=active title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>
<a title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>
<a title="Godot Engine - Blog - Page 30" href=https://godotengine.org/blog/30/>30</a>
<a class=pagination-next href=https://godotengine.org/blog/29/>Next →</a></div><div class=posts><a href=/article/maintenance-release-godot-2-1-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59a/6e8/e45/59a6e8e45038d813649865.png) href=/article/maintenance-release-godot-2-1-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/29/>Next →</a></div><div class=posts><a href=/article/we-need-your-help-improve-our-documentation-system/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59a/873/435/59a87343562c8216231867.png) href=/article/we-need-your-help-improve-our-documentation-system/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;31 August 2017</span></div><h3>We need your help to improve our documentation system!</h3><p class=excerpt>Godot has grown a lot and, nowadays, and new users expect us to have quality documentation comparable to commercial offerings. For this, the documentation system we currently have needs tweaks and improvements. As we, game engine developers, are not experienced in the web side of the programming world, everything seems daunting to us (please don't laugh), so any help with the following items would be hugely appreciated!</div></article></a><a href=/article/maintenance-release-godot-2-1-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59a/6e8/e45/59a6e8e45038d813649865.png) href=/article/maintenance-release-godot-2-1-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;30 August 2017</span></div><h3>Maintenance release: Godot 2.1.4</h3><p class=excerpt>Godot 2.1.4 is released and brings a good number of enhancements and bug fixes, as well as some new features backported from the master branch. There is now (beta) support for Universal Windows Platform, advanced string format in GDScript, one-way collisions for TileMaps, an improved debugger, and many other changes which should stay fully compatible with existing 2.1.x projects.</div></article></a><a href=/article/80-funded-celebrating-patreon-rewards-upgrade/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59a/1fe/5c5/59a1fe5c53457648503006.jpg) href=/article/80-funded-celebrating-patreon-rewards-upgrade/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;26 August 2017</span></div><h3>80% funded! Celebrating with a Patreon rewards upgrade</h3><p class=excerpt>The first two weeks of our new Patreon campaign have been astounding, with more than $2,400/month pledged by the community to enable us to hire Juan full-time to work on Godot's development. We are 80% of the way up to that goal, and with your help to spread the news we might be able to reach our target $3,000 within a few days! To celebrate this huge progress, we upgraded our Patreon rewards to make them more accessible. We also took this opportunity to satisfy some legal requirements of being a non-profit charity, ensuring that no reward could be interpreted as a taxable business income.</div></article></a><a href=/article/godot-and-openhmd-kiel-open-source-and-linux-days/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/59a/00b/98c/59a00b98c537b413433168.png) href=/article/godot-and-openhmd-kiel-open-source-and-linux-days/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;25 August 2017</span></div><h3>Godot and OpenHMD at the Kiel Open Source and Linux Days</h3><p class=excerpt>Godot and OpenHMD (VR library) developers will be at the Kiel Open Source and Linux Days in Kiel, Germany, on Friday 15 and Saturday 16 September 2017. Both projects will have a stand each, and we will make a 1-hour presentation and a 2-hour workflow for aspiring and beginner Godot users.</div></article></a><a href=/article/small-defense-gltf/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/599/f48/cc5/599f48cc5fc6e217155476.jpg) href=/article/small-defense-gltf/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 February 2017</span></div><h3>Only two buttons, but dozens of games!</h3><p class=excerpt>Godot's Dec 2016 - Jan 2017 Community Game Jam ended with 41 entries, including some very interesting games! Check the jam winners in this post: Astrid - The Meow Night Shadow, 2 and 3, Two Taps Racer!</div></article></a><a href=/article/godot-30-new-internals-progress-report-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/589/720/444/5897204442764550068699.png) href=/article/godot-30-new-internals-progress-report-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 4 February 2017</span></div><h3>Godot 3.0 new internals, progress report #4</h3><p class=excerpt>Most of the internal code in Godot was written over a decade ago, and many design decisions that were taken back then, did not stand the test of time. January was spent mostly updating Godot internals and breaking compatibility, now that we have the chance.</div></article></a><a href=/article/maintenance-release-godot-2-1-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/588/3a8/eb2/5883a8eb2f2ba003798173.png) href=/article/maintenance-release-godot-2-1-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 January 2017</span></div><h3>Maintenance release: Godot 2.1.2</h3><p class=excerpt>Here comes a new maintenance release in the current stable branch, Godot 2.1.2. It features various bug fixes and usability improvements, as well as brand new IPv6 support in the networking API, a better audio driver initialization reducing the latency, ternary operators in GDScript and out of the box split screen mode for 2D!</div></article></a><a href=/article/meet-us-fosdem-2017-and-godotcon/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/587/f64/a8a/587f64a8af8ef032891376.png) href=/article/meet-us-fosdem-2017-and-godotcon/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;18 January 2017</span></div><h3>Meet us at FOSDEM 2017 and GodotCon</h3><p class=excerpt>The Godot Engine community is officially attending the FOSDEM 2017 in Brussels, Belgium on Feb 4-5, and also organises its own "GodotCon" event in Brussels the next two days (Feb 6-7). All interested Godot users and contributors are invited to join us for a great real life meeting!</div></article></a><a href=/article/warning-head-going-unstable/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/586/ab0/894/586ab08946903852839807.png) href=/article/warning-head-going-unstable/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 2 January 2017</span></div><h3>WARNING: HEAD is going unstable!</h3><p class=excerpt>Starting now, and only for the upcoming 3.0 release, HEAD will break compatibility completely. Projects from Godot 1.x and 2.x **will not work** and this is expected.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/27/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;18 January 2017</span></div><h3>Meet us at FOSDEM 2017 and GodotCon</h3><p class=excerpt>The Godot Engine community is officially attending the FOSDEM 2017 in Brussels, Belgium on Feb 4-5, and also organises its own "GodotCon" event in Brussels the next two days (Feb 6-7). All interested Godot users and contributors are invited to join us for a great real life meeting!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/27/>← Previous</a>
<a title="Godot Engine - Blog - Page 26" href=https://godotengine.org/blog/26/>26</a>
<a title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>
<a class=active title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>
<a title="Godot Engine - Blog - Page 30" href=https://godotengine.org/blog/30/>30</a>
<a title="Godot Engine - Blog - Page 31" href=https://godotengine.org/blog/31/>31</a>
<a class=pagination-next href=https://godotengine.org/blog/30/>Next →</a></div><div class=posts><a href=/article/godots-new-renderer-progress-report-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/586/7a0/005/5867a0005ade3286241109.jpg) href=/article/godots-new-renderer-progress-report-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/30/>Next →</a></div><div class=posts><a href=/article/warning-head-going-unstable/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/586/ab0/894/586ab08946903852839807.png) href=/article/warning-head-going-unstable/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 2 January 2017</span></div><h3>WARNING: HEAD is going unstable!</h3><p class=excerpt>Starting now, and only for the upcoming 3.0 release, HEAD will break compatibility completely. Projects from Godot 1.x and 2.x **will not work** and this is expected.</div></article></a><a href=/article/godots-new-renderer-progress-report-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/586/7a0/005/5867a0005ade3286241109.jpg) href=/article/godots-new-renderer-progress-report-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;31 December 2016</span></div><h3>Godot's new renderer, progress report #3</h3><p class=excerpt>It's been a month since the second progress report, and progress continues towards the new Godot renderer. This milestone was (and will likely be) the most difficult, due to the techniques that had to be implemented.</div></article></a><a href=/article/godot-gamejam-dec-2016-jan-2017/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/585/28c/770/58528c770b44a828339905.png) href=/article/godot-gamejam-dec-2016-jan-2017/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 December 2016</span></div><h3>Godot Community Game Jam - Dec 2016 / Jan 2017</h3><p class=excerpt>After the success of the previous game jams in March and June, we launch a new community game jam for the new year, with the theme "Two buttons". Go to https://itch.io/jam/godotjam122016 to partake in the jam, alone or in a team with other community members!</div></article></a><a href=/article/godots-new-renderer-progress-report-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/584/4da/2c0/5844da2c08826494171869.png) href=/article/godots-new-renderer-progress-report-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 4 December 2016</span></div><h3>Godot's new renderer, progress report #2</h3><p class=excerpt>It's been a month since the first [progress report](https://godotengine.org/article/godots-new-renderer-progress-report-1), and progress continues towards the new Godot renderer. Little by little every system falls into place, and rendering starts feeling a lot more mature.</div></article></a><a href=/article/maintenance-release-godot-2-1-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/582/e11/fe3/582e11fe32c47456712354.jpg) href=/article/maintenance-release-godot-2-1-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -37,8 +38,7 @@ For Godot 3.0 (our new release being worked on) we are working hard to change th
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 9 July 2016</span></div><h3>Maintenance release: Godot 2.0.4.1</h3><p class=excerpt>Godot 2.0.4 is released, with many bug fixes and improvements, as well as greatly enhanced documentation and new versions for embedded libraries!</div></article></a><a href=/article/showcase-your-godot-game-our-website/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/577/10f/154/57710f154bf65180806121.png) href=/article/showcase-your-godot-game-our-website/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 June 2016</span></div><h3>Showcase your Godot game on our website!</h3><p class=excerpt>We added a Showcase page to the website, to show the world that yes, Godot is a great engine used to make creative and good looking games!</div></article></a><a href=/article/mozilla-awards-godot-engine-part-moss-mission-partners-program/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/576/ac8/b00/576ac8b00df8c332598879.jpg) href=/article/mozilla-awards-godot-engine-part-moss-mission-partners-program/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;22 June 2016</span></div><h3>Mozilla awards Godot Engine as part of the MOSS “Mission Partners” program</h3><p class=excerpt>Mozilla awards Godot Engine USD 20,000 as part of the MOSS “Mission Partners” program, to support the development of Godot's WebAssembly and WebGL 2 integration.</div></article></a><a href=/article/godot-gamejam-june-2016/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/575/1f9/6f2/5751f96f2d777586519643.png) href=/article/godot-gamejam-june-2016/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 3 June 2016</span></div><h3>Godot Community Game Jam - June 2016</h3><p class=excerpt>After the success of the previous game jam in March, we launch a new community game jam for the month of June 2016, with the theme "Procedural". Go to https://itch.io/jam/godotjam062016 to partake in the jam, alone or in a team with other community members!</div></article></a><a href=/article/mir-godot-habla-dein-language-desormais/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/574/96e/202/57496e202d030947930555.png) href=/article/mir-godot-habla-dein-language-desormais/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 May 2016</span></div><h3>你好 мир, Godot habla deine language désormais!*</h3><p class=excerpt>Internationalization support has been added to the editor in the current development branch! Translators are now encouraged to contribute as many languages as possible so that we can have a great multilingual 2.1 release!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/28/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 3 June 2016</span></div><h3>Godot Community Game Jam - June 2016</h3><p class=excerpt>After the success of the previous game jam in March, we launch a new community game jam for the month of June 2016, with the theme "Procedural". Go to https://itch.io/jam/godotjam062016 to partake in the jam, alone or in a team with other community members!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/28/>← Previous</a>
<a title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>
<a title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>
<a class=active title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>
<a title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>
<a title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a class=pagination-next href=https://godotengine.org/blog/4/>Next →</a></div><div class=posts><a href=/article/godotcon-2025/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotcon-boston-2025.webp?1) href=/article/godotcon-2025/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/4/>Next →</a></div><div class=posts><a href=/article/2024-cherry-picks/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/2024-cherry-picks/2024-cherry-picks.webp) href=/article/2024-cherry-picks/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nat.jpg alt=Nat loading=lazy>
<span class=by>Nat </span><span class=date>&nbsp;-&nbsp;28 January 2025</span></div><h3>2024 Cherry-picks</h3><p class=excerpt>Over the course of 2024, the Godot project has amassed more new features and community highlights than any one person can keep track of. To ensure you did not miss anything essential, we have selected a few memorable moments and key updates to revisit together.</div></article></a><a href=/article/godotcon-2025/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotcon-boston-2025.webp?1) href=/article/godotcon-2025/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;21 January 2025</span></div><h3>Our first GodotCon in the US - Save the date!</h3><p class=excerpt>Want to join? Boston 5th - 7th of May. Call for speakers and sponsors open!</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-1.webp) href=/article/dev-snapshot-godot-4-4-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/everyone.webp alt="Godot contributors" loading=lazy>
<span class=by>Godot contributors </span><span class=date>&nbsp;-&nbsp;16 January 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 1</h3><p class=excerpt>Godot 4.4 is on its way! Please lend a hand by testing this beta release and reporting your findings.</div></article></a><a href=/article/uid-changes-coming-to-godot-4-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/uid-changes-coming-to-godot-4-4.webp) href=/article/uid-changes-coming-to-godot-4-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;15 January 2025</span></div><h3>UID changes coming to Godot 4.4</h3><p class=excerpt>Godot's resource UID system is changing to better support scripts and shaders. Read on to know what's required on your part to fully benefit from it.</div></article></a><a href=/article/godotsharp-packages-net8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotsharp-packages-net8.webp) href=/article/godotsharp-packages-net8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/raulsantos.webp alt="Raul Santos" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 September 2024</span></div><h3>Dev snapshot: Godot 4.4 dev 2</h3><p class=excerpt>The PR harvest keeps going strongly for Godot 4.4, with massive new features such as typed dictionaries and error-less project import!</div></article></a><a href=/article/godot-3-6-finally-released/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-3-6-finally-released.webp) href=/article/godot-3-6-finally-released/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/lawnjelly.webp alt=lawnjelly loading=lazy>
<span class=by>lawnjelly </span><span class=date>&nbsp;-&nbsp; 9 September 2024</span></div><h3>Godot 3.6 finally released!</h3><p class=excerpt>After 2 years of development, Godot 3.6 is finally out and it comes fully packed with features and quality of life improvements! This includes 2D physics interpolation and hierarchical culling, and 3D mesh merging, level of detail, tighter shadow culling, ORM materials, and more.</div></article></a><a href=/article/submissions-open-godot-2024-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-showreel-2024.webp) href=/article/submissions-open-godot-2024-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp; 5 September 2024</span></div><h3>Submissions open for Godot 2024 showreel!</h3><p class=excerpt>Showcase your Godot creations in 2024! We're inviting submissions of short videos featuring your published or in-progress Godot games or tools. Don't miss this chance to be a part of it!</div></article></a><a href=/article/about-official-console-ports/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/about-official-console-ports.webp) href=/article/about-official-console-ports/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp; 3 September 2024</span></div><h3>About Official Console Ports</h3><p class=excerpt>With this post we aim to address the communitys questions about the lack of official console ports through the Godot Foundation.</div></article></a><a href=/article/review-gamescom-2024/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/review-gamescom-2024.webp) href=/article/review-gamescom-2024/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nat.jpg alt=Nat loading=lazy>
<span class=by>Nat </span><span class=date>&nbsp;-&nbsp; 2 September 2024</span></div><h3>Meeting the community at gamescom 2024</h3><p class=excerpt>Back from gamescom, ready to report.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/2/>← Previous</a>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp; 3 September 2024</span></div><h3>About Official Console Ports</h3><p class=excerpt>With this post we aim to address the communitys questions about the lack of official console ports through the Godot Foundation.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/2/>← Previous</a>
<a title="Godot Engine - Blog" href=https://godotengine.org/blog/>1</a>
<a title="Godot Engine - Blog - Page 2" href=https://godotengine.org/blog/2/>2</a>
<a class=active title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>

View File

@@ -13,7 +13,8 @@
<a title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>
<a class=active title="Godot Engine - Blog - Page 30" href=https://godotengine.org/blog/30/>30</a>
<a title="Godot Engine - Blog - Page 31" href=https://godotengine.org/blog/31/>31</a>
<a class=pagination-next href=https://godotengine.org/blog/31/>Next →</a></div><div class=posts><a href=/article/maintenance-release-godot-2-0-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/573/5fc/35d/5735fc35d361c195318911.png) href=/article/maintenance-release-godot-2-0-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/31/>Next →</a></div><div class=posts><a href=/article/mir-godot-habla-dein-language-desormais/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/574/96e/202/57496e202d030947930555.png) href=/article/mir-godot-habla-dein-language-desormais/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 May 2016</span></div><h3>你好 мир, Godot habla deine language désormais!*</h3><p class=excerpt>Internationalization support has been added to the editor in the current development branch! Translators are now encouraged to contribute as many languages as possible so that we can have a great multilingual 2.1 release!</div></article></a><a href=/article/maintenance-release-godot-2-0-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/573/5fc/35d/5735fc35d361c195318911.png) href=/article/maintenance-release-godot-2-0-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;13 May 2016</span></div><h3>Maintenance release: Godot 2.0.3</h3><p class=excerpt>Godot 2.0.3 is released, with many bug fixes and improvements, updated documentation, and various interesting distribution changes!</div></article></a><a href=/article/fill-blank-class-reference/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/572/070/c22/572070c227996527491135.png) href=/article/fill-blank-class-reference/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 April 2016</span></div><h3>Fill in the blank in the class reference</h3><p class=excerpt>Godot's API reference is far from complete, but it's an effort to which every member of the community can partake! We organise a class reference writing campaign to aim towards 100% completion for Godot 2.1!</div></article></a><a href=/article/maintenance-release-godot-2-0-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/570/778/0a5/5707780a5a4e5946541256.png) href=/article/maintenance-release-godot-2-0-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 April 2016</span></div><h3>Maintenance release: Godot 2.0.2</h3><p class=excerpt>Features various bug fixes and editor usability improvements, notably in the script editor. This time, the official binaries are also built without OpenSSL and not compressed with UPX.</div></article></a><a href=/article/community-forum-back/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/570/208/830/570208830cf55249521112.jpg) href=/article/community-forum-back/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;17 May 2015</span></div><h3>Godot 1.1 RC3</h3><p class=excerpt>Many more issues were reported issues after RC2, so well be releasing one more candidate.</div></article></a><a href=/article/godot-1-1-rc2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c2/b4e/efe/5c2b4eefec8e1414325294.png) href=/article/godot-1-1-rc2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 5 May 2015</span></div><h3>Godot 1.1 RC2</h3><p class=excerpt>The second release candidate is out, with a large amount of fixes. Lets hope this is the last one and becomes stable!</div></article></a><a href=/article/godot-1-1-rc1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c2/b4e/d97/5c2b4ed97851f986256536.jpg) href=/article/godot-1-1-rc1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 1 May 2015</span></div><h3>Godot 1.1 RC1</h3><p class=excerpt>After 1.1 Beta a month ago, our first release candidate is here. A huge amount of issues were fixed.</div></article></a><a href=/article/godot-1-1-beta1-out/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56c/315/11c/56c31511c9034056347215.png) href=/article/godot-1-1-beta1-out/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 2 April 2015</span></div><h3>Godot 1.1 beta1 is out!</h3><p class=excerpt>After three months of hard work, our first new release is out! This beta prepares the road for the 1.1 release, expected sometime in late April.</div></article></a><a href=/article/godot-now-really-free/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56f/d20/248/56fd202489c27661475944.png) href=/article/godot-now-really-free/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 1 April 2015</span></div><h3>Godot is now really free!</h3><p class=excerpt>APRIL FOOLS' DAY JOKE! -- Godot goes fully FREE to follow the standards of the game development industry, including a mandatory Splash Screen of Pride, the removable of scripting languages support and of course very interesting conditions to share the profit of your work with your beloved engine developers!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/29/>← Previous</a>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 2 April 2015</span></div><h3>Godot 1.1 beta1 is out!</h3><p class=excerpt>After three months of hard work, our first new release is out! This beta prepares the road for the 1.1 release, expected sometime in late April.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/29/>← Previous</a>
<a title="Godot Engine - Blog - Page 27" href=https://godotengine.org/blog/27/>27</a>
<a title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>
<a title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>

View File

@@ -12,7 +12,8 @@
<a title="Godot Engine - Blog - Page 28" href=https://godotengine.org/blog/28/>28</a>
<a title="Godot Engine - Blog - Page 29" href=https://godotengine.org/blog/29/>29</a>
<a title="Godot Engine - Blog - Page 30" href=https://godotengine.org/blog/30/>30</a>
<a class=active title="Godot Engine - Blog - Page 31" href=https://godotengine.org/blog/31/>31</a></div><div class=posts><a href=/article/introducing-brand-new-code-completion/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56b/c81/867/56bc81867dd4b725475913.png) href=/article/introducing-brand-new-code-completion/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<a class=active title="Godot Engine - Blog - Page 31" href=https://godotengine.org/blog/31/>31</a></div><div class=posts><a href=/article/godot-now-really-free/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56f/d20/248/56fd202489c27661475944.png) href=/article/godot-now-really-free/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 1 April 2015</span></div><h3>Godot is now really free!</h3><p class=excerpt>APRIL FOOLS' DAY JOKE! -- Godot goes fully FREE to follow the standards of the game development industry, including a mandatory Splash Screen of Pride, the removable of scripting languages support and of course very interesting conditions to share the profit of your work with your beloved engine developers!</div></article></a><a href=/article/introducing-brand-new-code-completion/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56b/c81/867/56bc81867dd4b725475913.png) href=/article/introducing-brand-new-code-completion/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;22 December 2014</span></div><h3>Introducing... brand new code completion!</h3><p class=excerpt>It has only been a week since the stable release and development is moving on to other new cool features! This week has been pushed to GitHub a new code completion for the built-in editor.</div></article></a><a href=/article/godot-engine-reaches-1-0/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56b/bb7/aac/56bbb7aac6e8e274384118.png) href=/article/godot-engine-reaches-1-0/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp;15 December 2014</span></div><h3>Godot Engine reaches 1.0, first stable release</h3><p class=excerpt>After 10 months of hard work following the open sourcing of Godot, we are proud to release our first stable version, Godot 1.0!</div></article></a><a href=/article/winter-holiday-godot-game-jam/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56c/31c/83d/56c31c83dfe5b594568468.png) href=/article/winter-holiday-godot-game-jam/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>
<span class=by>Juan Linietsky </span><span class=date>&nbsp;-&nbsp; 9 December 2014</span></div><h3>Winter holiday Godot game jam!</h3><p class=excerpt>GamingPenguin from the forum is organizing a Winter Holidays Godot Game Jam! (Summer Holidays Game Jam for us in the southern hemisphere).</div></article></a><a href=/article/godot-10-rc1-here/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/56c/31d/5fd/56c31d5fdcbc7419338592.png) href=/article/godot-10-rc1-here/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/reduzio.webp alt="Juan Linietsky" loading=lazy>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>
<a title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a title="Godot Engine - Blog - Page 6" href=https://godotengine.org/blog/6/>6</a>
<a class=pagination-next href=https://godotengine.org/blog/5/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-4-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-dev-1.webp) href=/article/dev-snapshot-godot-4-4-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/5/>Next →</a></div><div class=posts><a href=/article/review-gamescom-2024/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/review-gamescom-2024.webp) href=/article/review-gamescom-2024/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nat.jpg alt=Nat loading=lazy>
<span class=by>Nat </span><span class=date>&nbsp;-&nbsp; 2 September 2024</span></div><h3>Meeting the community at gamescom 2024</h3><p class=excerpt>Back from gamescom, ready to report.</div></article></a><a href=/article/dev-snapshot-godot-4-4-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-dev-1.webp) href=/article/dev-snapshot-godot-4-4-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;26 August 2024</span></div><h3>Dev snapshot: Godot 4.4 dev 1</h3><p class=excerpt>The first snapshot after releasing 4.3, already packed with new features!</div></article></a><a href=/article/godot-4-3-a-shared-effort/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-4-3-a-shared-effort.webp) href=/article/godot-4-3-a-shared-effort/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/everyone.webp alt="Godot contributors" loading=lazy>
<span class=by>Godot contributors </span><span class=date>&nbsp;-&nbsp;15 August 2024</span></div><h3>Godot 4.3, a shared effort</h3><p class=excerpt>With over 3,500 commits authored by over 500 contributors, the latest Godot Engine release comes packed full of new features and improvements.</div></article></a><a href=/article/design-of-the-skeleton-modifier-3d/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/design-of-the-skeleton-modifier-3d.webp) href=/article/design-of-the-skeleton-modifier-3d/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/tokage.png alt="Silc Renew" loading=lazy>
<span class=by>Silc Renew </span><span class=date>&nbsp;-&nbsp;12 August 2024</span></div><h3>Design of the Skeleton Modifier 3D</h3><p class=excerpt>We have reworked the skeleton bone update process to add SkeletonModifier3D for modifying the Skeleton.</div></article></a><a href=/article/release-candidate-godot-4-3-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-3-rc-3.webp) href=/article/release-candidate-godot-4-3-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 1 May 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 6</h3><p class=excerpt>The last dev snapshot for 4.3 before feature freeze is a big one after 6 weeks of work!</div></article></a><a href=/article/introducing-reverse-z/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/introducing-reverse-z.webp) href=/article/introducing-reverse-z/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;29 April 2024</span></div><h3>Introducing Reverse Z (AKA I'm sorry for breaking your shader)</h3><p class=excerpt>We are breaking compatibility for some custom shaders. Here is why.</div></article></a><a href=/article/update-on-google-forge-2024/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-and-android-and-vulkan.webp) href=/article/update-on-google-forge-2024/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;19 April 2024</span></div><h3>Update on the Collaboration with Google and The Forge</h3><p class=excerpt>The collaboration with Google and The Forge has concluded successfully!</div></article></a><a href=/article/maintenance-release-godot-4-2-2-and-4-1-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/maintenance-release-godot-4-2-2-and-4-1-4.webp) href=/article/maintenance-release-godot-4-2-2-and-4-1-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 April 2024</span></div><h3>Maintenance release: Godot 4.2.2 & 4.1.4</h3><p class=excerpt>It's been a while since our last update for the 4.2 and 4.1 branches, but the wait should be worth it!</div></article></a><a href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-4-and-4-2-2-rc-3.webp) href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 April 2024</span></div><h3>Release candidates: Godot 4.1.4 RC 3 & 4.2.2 RC 3</h3><p class=excerpt>Last round of release candidates for the upcoming maintenance releases.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/3/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;17 April 2024</span></div><h3>Maintenance release: Godot 4.2.2 & 4.1.4</h3><p class=excerpt>It's been a while since our last update for the 4.2 and 4.1 branches, but the wait should be worth it!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/3/>← Previous</a>
<a title="Godot Engine - Blog - Page 2" href=https://godotengine.org/blog/2/>2</a>
<a title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>
<a class=active title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a title="Godot Engine - Blog - Page 6" href=https://godotengine.org/blog/6/>6</a>
<a title="Godot Engine - Blog - Page 7" href=https://godotengine.org/blog/7/>7</a>
<a class=pagination-next href=https://godotengine.org/blog/6/>Next →</a></div><div class=posts><a href=/article/gdc-2024-retrospective/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/gdc-2024-retrospective.jpg) href=/article/gdc-2024-retrospective/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nat.jpg alt=Nat loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/6/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-4-and-4-2-2-rc-3.webp) href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 April 2024</span></div><h3>Release candidates: Godot 4.1.4 RC 3 & 4.2.2 RC 3</h3><p class=excerpt>Last round of release candidates for the upcoming maintenance releases.</div></article></a><a href=/article/gdc-2024-retrospective/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/gdc-2024-retrospective.jpg) href=/article/gdc-2024-retrospective/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/nat.jpg alt=Nat loading=lazy>
<span class=by>Nat </span><span class=date>&nbsp;-&nbsp; 5 April 2024</span></div><h3>GDC 2024: Retrospective</h3><p class=excerpt>We have returned from the Game Developers Conference (GDC) in San Francisco, so let's talk about it!</div></article></a><a href=/article/parallax-progress-report/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/progress-report-parallax2d.webp) href=/article/parallax-progress-report/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/markdibarry.webp alt="Mark DiBarry" loading=lazy>
<span class=by>Mark DiBarry </span><span class=date>&nbsp;-&nbsp; 2 April 2024</span></div><h3>Parallax2D Progress Report</h3><p class=excerpt>A new node is on its way to help with parallax in 2D.</div></article></a><a href=/article/dev-snapshot-godot-4-3-dev-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-5.webp) href=/article/dev-snapshot-godot-4-3-dev-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 March 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 5</h3><p class=excerpt>Sneaking one more dev release in for testing before the team heads to GDC!</div></article></a><a href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-4-and-4-2-2-rc-2.webp) href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Winston Yallow </span><span class=date>&nbsp;-&nbsp; 8 December 2023</span></div><h3>Introducing the new Godot Forum</h3><p class=excerpt>We are finally unveiling the new Godot forum which replaces our Q&A platform while unlocking many new features.</div></article></a><a href=/article/release-candidate-godot-4-2-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-2-1-rc-1.webp) href=/article/release-candidate-godot-4-2-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 December 2023</span></div><h3>Release candidate: Godot 4.2.1 RC 1</h3><p class=excerpt>Godot 4.2 was released one week ago, and as is customary with feature updates, we have a late harvest of regression fixes to offer!</div></article></a><a href=/article/godot-foundation-update-2023/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-foundation-update-2023.jpg) href=/article/godot-foundation-update-2023/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/foundation.webp alt="Godot Foundation" loading=lazy>
<span class=by>Godot Foundation </span><span class=date>&nbsp;-&nbsp; 5 December 2023</span></div><h3>Godot Foundation Update 2023</h3><p class=excerpt>This year has marked significant milestones for the Godot Foundation, and it's all thanks to the incredible support from our community.</div></article></a><a href=/article/godot-4-2-arrives-in-style/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-4-2-arrives-in-style.webp) href=/article/godot-4-2-arrives-in-style/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/everyone.webp alt="Godot contributors" loading=lazy>
<span class=by>Godot contributors </span><span class=date>&nbsp;-&nbsp;30 November 2023</span></div><h3>Godot 4.2 arrives in style!</h3><p class=excerpt>Godot 4.2 brings more rendering features and better platform support, it's also faster, easier to use, and more reliable!</div></article></a><a href=/article/release-candidate-godot-4-2-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-2-rc-2.webp) href=/article/release-candidate-godot-4-2-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 November 2023</span></div><h3>Release candidate: Godot 4.2 RC 2</h3><p class=excerpt>The first release candidate brought another crop of regression reports, which we've now fixed!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/4/>← Previous</a>
<span class=by>Godot contributors </span><span class=date>&nbsp;-&nbsp;30 November 2023</span></div><h3>Godot 4.2 arrives in style!</h3><p class=excerpt>Godot 4.2 brings more rendering features and better platform support, it's also faster, easier to use, and more reliable!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/4/>← Previous</a>
<a title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>
<a title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>
<a class=active title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 6" href=https://godotengine.org/blog/6/>6</a>
<a title="Godot Engine - Blog - Page 7" href=https://godotengine.org/blog/7/>7</a>
<a title="Godot Engine - Blog - Page 8" href=https://godotengine.org/blog/8/>8</a>
<a class=pagination-next href=https://godotengine.org/blog/7/>Next →</a></div><div class=posts><a href=/article/submissions-open-godot-2023-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-showreel-2023.webp) href=/article/submissions-open-godot-2023-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/7/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-2-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-2-rc-2.webp) href=/article/release-candidate-godot-4-2-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 November 2023</span></div><h3>Release candidate: Godot 4.2 RC 2</h3><p class=excerpt>The first release candidate brought another crop of regression reports, which we've now fixed!</div></article></a><a href=/article/submissions-open-godot-2023-showreel/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot-showreel-2023.webp) href=/article/submissions-open-godot-2023-showreel/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;20 November 2023</span></div><h3>Submissions open for Godot 2023 showreel!</h3><p class=excerpt>Showcase your Godot creations in 2023! We're inviting submissions of short videos featuring your published or in-progress Godot games or tools. Don't miss this chance to be a part of it!</div></article></a><a href=/article/release-candidate-godot-4-2-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-2-rc-1.webp) href=/article/release-candidate-godot-4-2-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;17 November 2023</span></div><h3>Release candidate: Godot 4.2 RC 1</h3><p class=excerpt>With every critical bug identified and squashed, we are making our last turn and preparing to sprint to the finish line with Godot 4.2!</div></article></a><a href=/article/dev-snapshot-godot-4-2-beta-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-beta-6.webp) href=/article/dev-snapshot-godot-4-2-beta-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;13 November 2023</span></div><h3>Dev snapshot: Godot 4.2 beta 6</h3><p class=excerpt>We're almost ready for a release candidate! This 6th beta fixes a number of regressions via some relatively core changes which will need thorough testing.</div></article></a><a href=/article/dev-snapshot-godot-4-2-beta-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-beta-5.webp) href=/article/dev-snapshot-godot-4-2-beta-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 5 September 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 4</h3><p class=excerpt>Progressing steadily towards the beta stage, the fourth dev snapshot brings a lot of improvements all around.</div></article></a><a href=/article/godot-showcase-usagi-shima/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/usagi-shima.webp) href=/article/godot-showcase-usagi-shima/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp; 1 September 2023</span></div><h3>Godot Showcase - Usagi Shima</h3><p class=excerpt>A relaxing, idle bunny collecting game made by Jess, a solo indie developer</div></article></a><a href=/article/godot-at-gamescom-2023/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/gamescom/2023/gamescom-cover.webp) href=/article/godot-at-gamescom-2023/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;17 August 2023</span></div><h3>gamescom, here we go!</h3><p class=excerpt>Join us next week at the Godot booth during gamescom in Cologne from Wednesday the 23rd, to Friday the 25th. Don't miss the chance to say hello to the Godot team!</div></article></a><a href=/article/dev-snapshot-godot-3-6-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-3-6-beta-3.webp) href=/article/dev-snapshot-godot-3-6-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 August 2023</span></div><h3>Dev snapshot: Godot 3.6 beta 3</h3><p class=excerpt>Slowly but surely, Godot 3.6 is shaping up to be a great release. This third snapshot adds long awaited 2D physics interpolation, and another great optimization with 2D hierarchical culling.</div></article></a><a href=/article/dev-snapshot-godot-4-2-dev-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-3.webp) href=/article/dev-snapshot-godot-4-2-dev-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 August 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 3</h3><p class=excerpt>One month into the release cycle for Godot 4.2, things are well under way. This third dev snapshot features a lot of improvements to C# and rendering.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/5/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 August 2023</span></div><h3>Dev snapshot: Godot 3.6 beta 3</h3><p class=excerpt>Slowly but surely, Godot 3.6 is shaping up to be a great release. This third snapshot adds long awaited 2D physics interpolation, and another great optimization with 2D hierarchical culling.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/5/>← Previous</a>
<a title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>
<a title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a class=active title="Godot Engine - Blog - Page 6" href=https://godotengine.org/blog/6/>6</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 7" href=https://godotengine.org/blog/7/>7</a>
<a title="Godot Engine - Blog - Page 8" href=https://godotengine.org/blog/8/>8</a>
<a title="Godot Engine - Blog - Page 9" href=https://godotengine.org/blog/9/>9</a>
<a class=pagination-next href=https://godotengine.org/blog/8/>Next →</a></div><div class=posts><a href=/article/godotcon-2023-call-participation/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotcon-2023-we-need-you.webp) href=/article/godotcon-2023-call-participation/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/julian.webp alt="Julian Murgia" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/8/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-2-dev-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-3.webp) href=/article/dev-snapshot-godot-4-2-dev-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 August 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 3</h3><p class=excerpt>One month into the release cycle for Godot 4.2, things are well under way. This third dev snapshot features a lot of improvements to C# and rendering.</div></article></a><a href=/article/godotcon-2023-call-participation/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotcon-2023-we-need-you.webp) href=/article/godotcon-2023-call-participation/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/julian.webp alt="Julian Murgia" loading=lazy>
<span class=by>Julian Murgia </span><span class=date>&nbsp;-&nbsp;10 August 2023</span></div><h3>Godot Conference 2023: Call for Participations</h3><p class=excerpt>Looking to share your expertise through a talk or workshop? Join us and make this an event to remember!</div></article></a><a href=/article/rendering-priorities-july-2023/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/rendering-priorities-july-2023.webp) href=/article/rendering-priorities-july-2023/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp; 9 August 2023</span></div><h3>Godot Rendering Priorities: July 2023</h3><p class=excerpt>The Godot rendering team continues to focus on stability, performance and usability</div></article></a><a href=/article/maintenance-release-godot-4-0-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/maintenance-release-godot-4-0-4.webp) href=/article/maintenance-release-godot-4-0-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp; 3 August 2023</span></div><h3>Maintenance release: Godot 4.0.4</h3><p class=excerpt>A fresh pack of stability and documentation improvements for teams still using Godot 4.0 is officially out!</div></article></a><a href=/article/dev-snapshot-godot-4-2-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-2.webp) href=/article/dev-snapshot-godot-4-2-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp; 1 June 2023</span></div><h3>Dev snapshot: Godot 4.1 dev 4</h3><p class=excerpt>This snapshot signifies that Godot 4.1 is now in feature freeze and will only receive bug fixes going forward. Enjoy this final package of new features and enhancements and give them a good shake!</div></article></a><a href=/article/dev-snapshot-godot-4-1-dev-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-1-dev-3.jpg) href=/article/dev-snapshot-godot-4-1-dev-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;25 May 2023</span></div><h3>Dev snapshot: Godot 4.1 dev 3</h3><p class=excerpt>The end of May means the approach of the feature freeze for Godot 4.1, and this dev snapshot aims to give you as many new features to test as possible.</div></article></a><a href=/article/dev-snapshot-godot-3-6-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-3-6-beta-2.jpg) href=/article/dev-snapshot-godot-3-6-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;25 May 2023</span></div><h3>Dev snapshot: Godot 3.6 beta 2</h3><p class=excerpt>Another beta build for Godot 3.6, implementing important bug fixes and some new features for existing games in production.</div></article></a><a href=/article/maintenance-release-godot-4-0-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/maintenance-release-godot-4-0-3.jpg) href=/article/maintenance-release-godot-4-0-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;19 May 2023</span></div><h3>Maintenance release: Godot 4.0.3</h3><p class=excerpt>A fresh portion of stability improvements and bugfixes for Godot 4.0 projects, 4.0.3 covers almost every area of the engine. It also comes with a massive bump in documentation coverage thanks to the newly updated rendering docs!</div></article></a><a href=/article/release-candidate-godot-4-0-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-3-rc-2.jpg) href=/article/release-candidate-godot-4-0-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 May 2023</span></div><h3>Release candidate: Godot 4.0.3 RC 2</h3><p class=excerpt>Another round of cherry-picks for the upcoming Godot 4.0.3, fixing a few regressions reported against RC 1 and backporting more important fixes.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/6/>← Previous</a>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;19 May 2023</span></div><h3>Maintenance release: Godot 4.0.3</h3><p class=excerpt>A fresh portion of stability improvements and bugfixes for Godot 4.0 projects, 4.0.3 covers almost every area of the engine. It also comes with a massive bump in documentation coverage thanks to the newly updated rendering docs!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/6/>← Previous</a>
<a title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a title="Godot Engine - Blog - Page 6" href=https://godotengine.org/blog/6/>6</a>
<a class=active title="Godot Engine - Blog - Page 7" href=https://godotengine.org/blog/7/>7</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 8" href=https://godotengine.org/blog/8/>8</a>
<a title="Godot Engine - Blog - Page 9" href=https://godotengine.org/blog/9/>9</a>
<a title="Godot Engine - Blog - Page 10" href=https://godotengine.org/blog/10/>10</a>
<a class=pagination-next href=https://godotengine.org/blog/9/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-1-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-1-dev-2.jpg) href=/article/dev-snapshot-godot-4-1-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/9/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-0-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-3-rc-2.jpg) href=/article/release-candidate-godot-4-0-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 May 2023</span></div><h3>Release candidate: Godot 4.0.3 RC 2</h3><p class=excerpt>Another round of cherry-picks for the upcoming Godot 4.0.3, fixing a few regressions reported against RC 1 and backporting more important fixes.</div></article></a><a href=/article/dev-snapshot-godot-4-1-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-1-dev-2.jpg) href=/article/dev-snapshot-godot-4-1-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 May 2023</span></div><h3>Dev snapshot: Godot 4.1 dev 2</h3><p class=excerpt>We're well into the development phase for Godot 4.1, with a little less than a month left before we move to beta. So here's a second dev snapshot to test recent changes!</div></article></a><a href=/article/release-candidate-godot-4-0-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-3-rc-1.jpg) href=/article/release-candidate-godot-4-0-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;27 April 2023</span></div><h3>Release candidate: Godot 4.0.3 RC 1</h3><p class=excerpt>More improvements come to the stable version of Godot 4 with the 4.0.3 patch release. Here's the first release candidate to test the changes before they go live.</div></article></a><a href=/article/godot-showcase-cassette-beasts/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/cassette-beasts.webp) href=/article/godot-showcase-cassette-beasts/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;26 April 2023</span></div><h3>Godot Showcase - Cassette Beasts</h3><p class=excerpt>We interviewed Jay and Tom from Bytten Studio about Cassette Beasts.</div></article></a><a href=/article/dev-snapshot-godot-4-1-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-1-dev-1.jpg) href=/article/dev-snapshot-godot-4-1-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Raul Santos </span><span class=date>&nbsp;-&nbsp;25 February 2023</span></div><h3>What's new in C# for Godot 4.0</h3><p class=excerpt>All about changes and improvements that Godot 4.0 offers to C# developers.</div></article></a><a href=/article/release-candidate-godot-4-0-rc-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-5.jpg) href=/article/release-candidate-godot-4-0-rc-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 5</h3><p class=excerpt>Three RCs in a row! Yesterday's build introduced a GDScript regression, so here's a new release candidate to fix that.</div></article></a><a href=/article/release-candidate-godot-4-0-rc-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-4.jpg) href=/article/release-candidate-godot-4-0-rc-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;23 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 4</h3><p class=excerpt>As the stable release is imminent, release candidates become more frequent to validate the last minutes fixes we had to make.</div></article></a><a href=/article/multiplayer-in-godot-4-0-scene-replication/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/multiplayer-in-godot-4-0-scene-replication.jpg) href=/article/multiplayer-in-godot-4-0-scene-replication/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/faless.webp alt="Fabio Alessandrelli" loading=lazy>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;23 February 2023</span></div><h3>Multiplayer in Godot 4.0: Scene Replication</h3><p class=excerpt>Create multiplayer games in an instance (pun intended) with the new MultiplayerSpawner and MultiplayerSynchronizer nodes. Check out the key concepts, and get started with a quick tutorial on how to make a simple game using Godot multiplayer features!</div></article></a><a href=/article/release-candidate-godot-4-0-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-3.jpg) href=/article/release-candidate-godot-4-0-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 3</h3><p class=excerpt>We're almost ready to release Godot 4.0! Barring any last minute critical regression, this RC should reflect what the 4.0-stable release will be.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/7/>← Previous</a>
<span class=by>Fabio Alessandrelli </span><span class=date>&nbsp;-&nbsp;23 February 2023</span></div><h3>Multiplayer in Godot 4.0: Scene Replication</h3><p class=excerpt>Create multiplayer games in an instance (pun intended) with the new MultiplayerSpawner and MultiplayerSynchronizer nodes. Check out the key concepts, and get started with a quick tutorial on how to make a simple game using Godot multiplayer features!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/7/>← Previous</a>
<a title="Godot Engine - Blog - Page 6" href=https://godotengine.org/blog/6/>6</a>
<a title="Godot Engine - Blog - Page 7" href=https://godotengine.org/blog/7/>7</a>
<a class=active title="Godot Engine - Blog - Page 8" href=https://godotengine.org/blog/8/>8</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Godot Engine - Blog - Page 9" href=https://godotengine.org/blog/9/>9</a>
<a title="Godot Engine - Blog - Page 10" href=https://godotengine.org/blog/10/>10</a>
<a title="Godot Engine - Blog - Page 11" href=https://godotengine.org/blog/11/>11</a>
<a class=pagination-next href=https://godotengine.org/blog/10/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-0-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-2.jpg) href=/article/release-candidate-godot-4-0-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/10/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-0-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-3.jpg) href=/article/release-candidate-godot-4-0-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 3</h3><p class=excerpt>We're almost ready to release Godot 4.0! Barring any last minute critical regression, this RC should reflect what the 4.0-stable release will be.</div></article></a><a href=/article/release-candidate-godot-4-0-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-2.jpg) href=/article/release-candidate-godot-4-0-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;14 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 2</h3><p class=excerpt>Tightening a few bolts here and there, Godot 4.0 RC 2 brings us one step closer to the stable release. We're now counting in days!</div></article></a><a href=/article/release-candidate-godot-4-0-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-1.jpg) href=/article/release-candidate-godot-4-0-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp; 8 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 1</h3><p class=excerpt>The wait is almost over! With Godot 4.0 coming close to stable, we finalize our efforts to fix the remaining critical issues and add the last coat of polish with the first Release Candidate.</div></article></a><a href=/article/android_godot_editor_play_store_beta_release/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/android-godot-editor-play-store-beta-release-cover.png) href=/article/android_godot_editor_play_store_beta_release/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<span class=by>Fredia Huya-Kouadio </span><span class=date>&nbsp;-&nbsp; 7 February 2023</span></div><h3>Godot Editor (Beta) arrives to the Play Store</h3><p class=excerpt>Godot Engine arrives to the Google Play Store with an official beta release of the Godot Editor for Android! With the UI adjusted to work better on a tiny screen, you can try your hand at making games on the go.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-17/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-0-beta-17.jpg) href=/article/dev-snapshot-godot-4-0-beta-17/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 9 December 2022</span></div><h3>Dev snapshot: Godot 4.0 beta 8</h3><p class=excerpt>Another weekly beta snapshot for Godot 4.0! And on a Friday, because that's the best day for releasing software!</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/638/8d9/a60/6388d9a60ac95864295672.jpg) href=/article/dev-snapshot-godot-4-0-beta-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 1 December 2022</span></div><h3>Dev snapshot: Godot 4.0 beta 7</h3><p class=excerpt>Another weekly beta snapshot on the road to Godot 4.0! Includes Android GLES3 support, Z index and Y sort are now available in Controls, and both C# and GDScript got a ton of fixes.</div></article></a><a href=/article/release-management-4-0-and-beyond/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/638/55e/dad/63855edad2371754303509.png) href=/article/release-management-4-0-and-beyond/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;29 November 2022</span></div><h3>Release Management: 4.0 and beyond</h3><p class=excerpt>We are closer to releasing Godot 4.0. No matter the amount of time dedicated to testing and profiling — bugs and issues are inevitable. Still, we intend to follow 4.0 with bug fix releases to ensure a stable experience as soon as possible.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/637/e52/f4e/637e52f4ea8c3720079853.jpg) href=/article/dev-snapshot-godot-4-0-beta-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;23 November 2022</span></div><h3>Dev snapshot: Godot 4.0 beta 6</h3><p class=excerpt>After biweekly Godot 4.0 beta snapshots, we've decided to accelerate the cadence to release a new snapshot every week, to get even faster feedback on our bugfixes and potential regressions. Beta 6 fixes infamous issues around cyclic dependencies in GDScript, as well as other nice goodies!</div></article></a><a href=/article/godot-at-gdc-2023/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/637/7ba/bc4/6377babc4a7b4211213425.png) href=/article/godot-at-gdc-2023/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;21 November 2022</span></div><h3>See you in San Francisco!</h3><p class=excerpt>We are excited to announce that the Godot Engine will attend the 2023 Game Developers Conference (March 20-24).</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/8/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;23 November 2022</span></div><h3>Dev snapshot: Godot 4.0 beta 6</h3><p class=excerpt>After biweekly Godot 4.0 beta snapshots, we've decided to accelerate the cadence to release a new snapshot every week, to get even faster feedback on our bugfixes and potential regressions. Beta 6 fixes infamous issues around cyclic dependencies in GDScript, as well as other nice goodies!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/8/>← Previous</a>
<a title="Godot Engine - Blog - Page 7" href=https://godotengine.org/blog/7/>7</a>
<a title="Godot Engine - Blog - Page 8" href=https://godotengine.org/blog/8/>8</a>
<a class=active title="Godot Engine - Blog - Page 9" href=https://godotengine.org/blog/9/>9</a>

View File

@@ -12,7 +12,8 @@
<a title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>
<a title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>
<a title="Godot Engine - Blog - Page 5" href=https://godotengine.org/blog/5/>5</a>
<a class=pagination-next href=https://godotengine.org/blog/2/>Next →</a></div><div class=posts><a href=/article/maintenance-release-godot-4-5-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/maintenance-release-godot-4-5-1.jpg) href=/article/maintenance-release-godot-4-5-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/2/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-6-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-6-dev-2.jpg) href=/article/dev-snapshot-godot-4-6-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;20 October 2025</span></div><h3>Dev snapshot: Godot 4.6 dev 2</h3><p class=excerpt>Open the floodgates!</div></article></a><a href=/article/maintenance-release-godot-4-5-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/maintenance-release-godot-4-5-1.jpg) href=/article/maintenance-release-godot-4-5-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;15 October 2025</span></div><h3>Maintenance release: Godot 4.5.1</h3><p class=excerpt>4.5's first maintenance release arrives!</div></article></a><a href=/article/godot-showcase-material-maker/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/assets/showcase/material-maker/header.jpg) href=/article/godot-showcase-material-maker/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/calinou.png alt="Hugo Locurcio" loading=lazy>
<span class=by>Hugo Locurcio </span><span class=date>&nbsp;-&nbsp;14 October 2025</span></div><h3>Godot Showcase - Material Maker</h3><p class=excerpt>RodZilla talks about his experience developing Material Maker, a procedural PBR material creation tool made with Godot.</div></article></a><a href=/article/release-candidate-godot-4-5-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-5-1-rc-2.webp) href=/article/release-candidate-godot-4-5-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 8 October 2025</span></div><h3>Release candidate: Godot 4.5.1 RC 2</h3><p class=excerpt>Hotfixes so nice, we added 'em twice!</div></article></a><a href=/article/release-candidate-godot-4-5-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-5-1-rc-1.webp) href=/article/release-candidate-godot-4-5-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
@@ -35,8 +36,7 @@
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 8 July 2025</span></div><h3>Dev snapshot: Godot 4.5 beta 3</h3><p class=excerpt>Gotta go fast!</div></article></a><a href=/article/dev-snapshot-godot-4-5-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-5-beta-2.webp) href=/article/dev-snapshot-godot-4-5-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 1 July 2025</span></div><h3>Dev snapshot: Godot 4.5 beta 2</h3><p class=excerpt>The cow goes "moo"! The duck goes "quack"! The bug goes *squash*!</div></article></a><a href=/article/godot-community-poll-2025/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godot_peluche_2025_5.webp) href=/article/godot-community-poll-2025/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/emi.webp alt=Emi loading=lazy>
<span class=by>Emi </span><span class=date>&nbsp;-&nbsp;30 June 2025</span></div><h3>Godot Community Poll 2025</h3><p class=excerpt>We want to learn more about the Godot community, understand who the users of the engine are, and find out how we can better support you.</div></article></a><a href=/article/maintenance-release-godot-3-6-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/maintenance-release-godot-3-6-1.jpg) href=/article/maintenance-release-godot-3-6-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/lawnjelly.webp alt=lawnjelly loading=lazy>
<span class=by>lawnjelly </span><span class=date>&nbsp;-&nbsp;25 June 2025</span></div><h3>Maintenance release: Godot 3.6.1</h3><p class=excerpt>Godot 3.6 was released in September last year, and it has been mostly stable, although there have been a few more important bugs which warrant a maintenance "patch" release (3.6.x).</div></article></a><a href=/article/godotcon-2025-xr-android-recap/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/godotcon-boston-2025-android-xr.webp) href=/article/godotcon-2025-xr-android-recap/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<span class=by>Fredia Huya-Kouadio </span><span class=date>&nbsp;-&nbsp;23 June 2025</span></div><h3>What's New in Android & XR</h3><p class=excerpt>Recap of the Android & XR updates during GodotCon 2025</div></article></a></div><div class="flex pagination"><a class=active title="Godot Engine - Blog" href=https://godotengine.org/blog/>1</a>
<span class=by>lawnjelly </span><span class=date>&nbsp;-&nbsp;25 June 2025</span></div><h3>Maintenance release: Godot 3.6.1</h3><p class=excerpt>Godot 3.6 was released in September last year, and it has been mostly stable, although there have been a few more important bugs which warrant a maintenance "patch" release (3.6.x).</div></article></a></div><div class="flex pagination"><a class=active title="Godot Engine - Blog" href=https://godotengine.org/blog/>1</a>
<a title="Godot Engine - Blog - Page 2" href=https://godotengine.org/blog/2/>2</a>
<a title="Godot Engine - Blog - Page 3" href=https://godotengine.org/blog/3/>3</a>
<a title="Godot Engine - Blog - Page 4" href=https://godotengine.org/blog/4/>4</a>

View File

@@ -13,7 +13,8 @@
<a title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>
<a class=active title="Blog - Pre-release - Page 10" href=https://godotengine.org/blog/pre-release/10/>10</a>
<a title="Blog - Pre-release - Page 11" href=https://godotengine.org/blog/pre-release/11/>11</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/11/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-1-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/f0a/f71/5cbf0af719498893498887.png) href=/article/release-candidate-godot-3-1-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/11/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-2-1-6-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cf/69b/132/5cf69b132699d052649367.png) href=/article/dev-snapshot-godot-2-1-6-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 4 June 2019</span></div><h3>Dev snapshot: Godot 2.1.6 RC 1</h3><p class=excerpt>It's been a long time since our previous release in the 2.1 branch! The upcoming 2.1.6 release is intended to address new requirements from Google Play and Apple store, as well as update thirdparty libraries to recent versions to fix known security vulnerabilities (in particular in libpng and openssl).</div></article></a><a href=/article/release-candidate-godot-3-1-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cb/f0a/f71/5cbf0af719498893498887.png) href=/article/release-candidate-godot-3-1-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;23 April 2019</span></div><h3>Release candidate: Godot 3.1.1 RC 1</h3><p class=excerpt>Welcome to Godot 3.1.1-rc1. In this release candidate we fix a security issue, add many nice new features, and fix many bugs. Please test and let us know how we did!</div></article></a><a href=/article/release-candidate-godot-3-1-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c8/7c8/5f1/5c87c85f18d8a373377035.jpg) href=/article/release-candidate-godot-3-1-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 March 2019</span></div><h3>Release candidate: Godot 3.1 RC 3</h3><p class=excerpt>All good things come in threes, so after our first two release candidates, here is Godot 3.1 RC 3. We've reached a state which we think should be good to release as the stable branch, so if no critical regression is found, the next build should be 3.1 stable!</div></article></a><a href=/article/release-candidate-godot-3-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c8/592/85d/5c859285d93ec042711193.jpg) href=/article/release-candidate-godot-3-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 March 2019</span></div><h3>Release candidate: Godot 3.1 RC 2</h3><p class=excerpt>We had our first release candidate for Godot 3.1 two days ago, and various critical bugs have been fixed since then, so we're publishing a new candidate, RC 2. Please give it a try on various devices and platforms, and ensure that no critical issues have been missed.</div></article></a><a href=/article/release-candidate-godot-3-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5c8/292/cb2/5c8292cb21bbd133370967.png) href=/article/release-candidate-godot-3-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;31 August 2018</span></div><h3>Dev snapshot: Godot 3.1 alpha 1</h3><p class=excerpt>Godot 3.1 is shaping up nicely, and the master branch is finally ready for wider testing from the community. With this snapshot, we're entering the alpha stage and focus will now be solely on bug fixing and stabilizing the development version, up until we release Godot 3.1-stable.</div></article></a><a href=/article/dev-snapshot-godot-2-1-5-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b5/073/2f9/5b50732f9b7ce697339594.jpg) href=/article/dev-snapshot-godot-2-1-5-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;19 July 2018</span></div><h3>Dev snapshot: Godot 2.1.5 RC2</h3><p class=excerpt>Some love for the users of the old stable 2.1 branch: Godot 2.1.5 is still being worked on and we now have a second release candidate. If all goes well, the stable release should only be a few days away.</div></article></a><a href=/article/dev-snapshot-godot-3-0-3-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5b1/2ab/104/5b12ab104dfb6960002176.png) href=/article/dev-snapshot-godot-3-0-3-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp; 2 June 2018</span></div><h3>Dev snapshot: Godot 3.0.3 RC 3</h3><p class=excerpt>Godot 3.0.3 RC3 is out! We've done a lot of work to make the mono export experience better for Windows users. Please help us test and debug this release!</div></article></a><a href=/article/dev-snapshot-godot-3-0-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5af/9dd/ac8/5af9ddac832c9548534486.png) href=/article/dev-snapshot-godot-3-0-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;14 May 2018</span></div><h3>Dev snapshot: Godot 3.0.3 RC 2</h3><p class=excerpt>This is the second release candidate for what will become Godot 3.0.3. In this release we overhauled the new buildsystem (again) and fixed quite a few bugs. Please go forth and test!</div></article></a><a href=/article/dev-snapshot-godot-3-0-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ae/a42/707/5aea427070767889266673.png) href=/article/dev-snapshot-godot-3-0-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp; 2 May 2018</span></div><h3>Dev snapshot: Godot 3.0.3 RC 1</h3><p class=excerpt>This is the first release candidate for what will become Godot 3.0.3. In this release we have initial support for Mono export for desktop platforms. Please test this release and report bugs!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/9/>← Previous</a>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;14 May 2018</span></div><h3>Dev snapshot: Godot 3.0.3 RC 2</h3><p class=excerpt>This is the second release candidate for what will become Godot 3.0.3. In this release we overhauled the new buildsystem (again) and fixed quite a few bugs. Please go forth and test!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/9/>← Previous</a>
<a title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>
<a title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>
<a title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>

View File

@@ -12,7 +12,8 @@
<a title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>
<a title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>
<a title="Blog - Pre-release - Page 10" href=https://godotengine.org/blog/pre-release/10/>10</a>
<a class=active title="Blog - Pre-release - Page 11" href=https://godotengine.org/blog/pre-release/11/>11</a></div><div class=posts><a href=/article/dev-snapshot-godot-2-1-5-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/69c/f4c/5ab69cf4c700d643288675.png) href=/article/dev-snapshot-godot-2-1-5-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=active title="Blog - Pre-release - Page 11" href=https://godotengine.org/blog/pre-release/11/>11</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-0-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ae/a42/707/5aea427070767889266673.png) href=/article/dev-snapshot-godot-3-0-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp; 2 May 2018</span></div><h3>Dev snapshot: Godot 3.0.3 RC 1</h3><p class=excerpt>This is the first release candidate for what will become Godot 3.0.3. In this release we have initial support for Mono export for desktop platforms. Please test this release and report bugs!</div></article></a><a href=/article/dev-snapshot-godot-2-1-5-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ab/69c/f4c/5ab69cf4c700d643288675.png) href=/article/dev-snapshot-godot-2-1-5-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 March 2018</span></div><h3>Dev snapshot: Godot 2.1.5 RC 1</h3><p class=excerpt>Feedback has been quite good on the past two beta builds for the upcoming Godot 2.1.5 (providing legacy support for users of Godot 2), so we're now publishing a release candidate. If all goes well (no new regression reported), that should more or less be the 2.1.5 final release. So make sure to test it thoroughly!</div></article></a><a href=/article/dev-snapshot-godot-2-1-5-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5aa/a32/458/5aaa324584dc2378307816.png) href=/article/dev-snapshot-godot-2-1-5-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 March 2018</span></div><h3>Dev snapshot: Godot 2.1.5 beta 2</h3><p class=excerpt>One step closer to releasing 2.1.5 (our "old stable" branch) with this new beta 2 build! If you are still working with Godot 2.1 for any reason, make sure to give it a try and ensure that your projects still work as intended. If all goes well we will soon make a release candidate build and then the stable one.</div></article></a><a href=/article/dev-snapshot-godot-3-0-1-rc1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a9/078/f91/5a9078f917e6e405671833.png) href=/article/dev-snapshot-godot-3-0-1-rc1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/default_avatar.svg alt="HP van Braam" loading=lazy>
<span class=by>HP van Braam </span><span class=date>&nbsp;-&nbsp;23 February 2018</span></div><h3>Introduction and Godot 3.0.1-rc1</h3><p class=excerpt>We've released the release candidate for the first patch release of the Godot 3.0 branch. This is what is going to be 3.0.1. We've added many fixes and some enhancements to make your lives as Godot users (even) better. Please see the article for details on the release and we'd like to ask all our users to test!</div></article></a><a href=/article/dev-snapshot-godot-2-1-5-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5a8/af9/b4c/5a8af9b4c4f7e372924442.png) href=/article/dev-snapshot-godot-2-1-5-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>

View File

@@ -13,7 +13,8 @@
<a title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>
<a title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>
<a title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/3/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-4-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-2.webp) href=/article/dev-snapshot-godot-4-4-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/3/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-4-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-3.webp) href=/article/dev-snapshot-godot-4-4-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 7 February 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 3</h3><p class=excerpt>Picking up the pace!</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-2.webp) href=/article/dev-snapshot-godot-4-4-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;30 January 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 2</h3><p class=excerpt>The bugs don't stand a chance!</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-1.webp) href=/article/dev-snapshot-godot-4-4-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/everyone.webp alt="Godot contributors" loading=lazy>
<span class=by>Godot contributors </span><span class=date>&nbsp;-&nbsp;16 January 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 1</h3><p class=excerpt>Godot 4.4 is on its way! Please lend a hand by testing this beta release and reporting your findings.</div></article></a><a href=/article/dev-snapshot-godot-4-4-dev-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-dev-7.webp) href=/article/dev-snapshot-godot-4-4-dev-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;19 December 2024</span></div><h3>Dev snapshot: Godot 4.4 dev 7</h3><p class=excerpt>One last build before the holidays!</div></article></a><a href=/article/dev-snapshot-godot-4-4-dev-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-dev-6.webp) href=/article/dev-snapshot-godot-4-4-dev-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 April 2024</span></div><h3>Release candidates: Godot 4.1.4 RC 3 & 4.2.2 RC 3</h3><p class=excerpt>Last round of release candidates for the upcoming maintenance releases.</div></article></a><a href=/article/dev-snapshot-godot-4-3-dev-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-5.webp) href=/article/dev-snapshot-godot-4-3-dev-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 March 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 5</h3><p class=excerpt>Sneaking one more dev release in for testing before the team heads to GDC!</div></article></a><a href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-4-and-4-2-2-rc-2.webp) href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;15 March 2024</span></div><h3>Release candidates: Godot 4.1.4 RC 2 & 4.2.2 RC 2</h3><p class=excerpt>Another round of release candidates for Godot 4.1.4 and 4.2.2, just before we head off to GDC!</div></article></a><a href=/article/dev-snapshot-godot-4-3-dev-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-4.webp) href=/article/dev-snapshot-godot-4-3-dev-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/clayjohn.jpg alt="Clay John" loading=lazy>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;29 February 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 4</h3><p class=excerpt>Another 4.3 dev release means that many more fixes and improvements are on their way!</div></article></a><a href=/article/dev-snapshot-godot-4-3-dev-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-3.webp) href=/article/dev-snapshot-godot-4-3-dev-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 February 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 3</h3><p class=excerpt>A month's worth of development means a lot of new features to test, such as single-threaded web exports and Wayland support!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/>← Previous</a>
<span class=by>Clay John </span><span class=date>&nbsp;-&nbsp;29 February 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 4</h3><p class=excerpt>Another 4.3 dev release means that many more fixes and improvements are on their way!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/>← Previous</a>
<a title="Blog - Pre-release" href=https://godotengine.org/blog/pre-release/>1</a>
<a class=active title="Blog - Pre-release - Page 2" href=https://godotengine.org/blog/pre-release/2/>2</a>
<a title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>
<a title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>
<a title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/4/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-4-and-4-2-2-rc-1.webp) href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/4/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-3-dev-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-3.webp) href=/article/dev-snapshot-godot-4-3-dev-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 February 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 3</h3><p class=excerpt>A month's worth of development means a lot of new features to test, such as single-threaded web exports and Wayland support!</div></article></a><a href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-4-and-4-2-2-rc-1.webp) href=/article/release-candidate-godot-4-1-4-and-4-2-2-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;26 January 2024</span></div><h3>Release candidates: Godot 4.1.4 RC 1 & 4.2.2 RC 1</h3><p class=excerpt>As a double-feature release, Godot 4.1.4 and 4.2.2 are ready for testing with their respective release candidates!</div></article></a><a href=/article/dev-snapshot-godot-3-6-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-3-6-beta-4.webp) href=/article/dev-snapshot-godot-3-6-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;25 January 2024</span></div><h3>Dev snapshot: Godot 3.6 beta 4</h3><p class=excerpt>Godot 3.6 is still in development, slowly but steadily! This snapshot updates toolchains for official builds and adds official Linux ARM binaries, among other improvements.</div></article></a><a href=/article/dev-snapshot-godot-4-3-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-2.webp) href=/article/dev-snapshot-godot-4-3-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 January 2024</span></div><h3>Dev snapshot: Godot 4.3 dev 2</h3><p class=excerpt>After a well-deserved holiday break, the team is back on Godot 4.3 development at full speed, with over 200 improvements merged in the first 10 days of the year!</div></article></a><a href=/article/dev-snapshot-godot-4-3-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-3-dev-1.webp) href=/article/dev-snapshot-godot-4-3-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 August 2023</span></div><h3>Dev snapshot: Godot 3.6 beta 3</h3><p class=excerpt>Slowly but surely, Godot 3.6 is shaping up to be a great release. This third snapshot adds long awaited 2D physics interpolation, and another great optimization with 2D hierarchical culling.</div></article></a><a href=/article/dev-snapshot-godot-4-2-dev-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-3.webp) href=/article/dev-snapshot-godot-4-2-dev-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 August 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 3</h3><p class=excerpt>One month into the release cycle for Godot 4.2, things are well under way. This third dev snapshot features a lot of improvements to C# and rendering.</div></article></a><a href=/article/dev-snapshot-godot-4-2-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-2.webp) href=/article/dev-snapshot-godot-4-2-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;28 July 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 2</h3><p class=excerpt>Closing the first month of development of Godot 4.2, the second development snapshot includes both smaller improvements and bigger features.</div></article></a><a href=/article/release-candidate-godot-4-0-4-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-4-rc-1.webp) href=/article/release-candidate-godot-4-0-4-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;21 July 2023</span></div><h3>Release candidate: Godot 4.0.4 RC 1</h3><p class=excerpt>A new batch of backported fixes for Godot 4.0 is ready for testing! Even if you aren't able to move to Godot 4.1 just yet, we can't leave you without support and improvements.</div></article></a><a href=/article/dev-snapshot-godot-4-2-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-1.webp) href=/article/dev-snapshot-godot-4-2-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;19 July 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 1</h3><p class=excerpt>We are ready to share the first batch of improvements coming to Godot 4.2 later this year with the release of the first dev snapshot!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/2/>← Previous</a>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;21 July 2023</span></div><h3>Release candidate: Godot 4.0.4 RC 1</h3><p class=excerpt>A new batch of backported fixes for Godot 4.0 is ready for testing! Even if you aren't able to move to Godot 4.1 just yet, we can't leave you without support and improvements.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/2/>← Previous</a>
<a title="Blog - Pre-release" href=https://godotengine.org/blog/pre-release/>1</a>
<a title="Blog - Pre-release - Page 2" href=https://godotengine.org/blog/pre-release/2/>2</a>
<a class=active title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>
<a title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a title="Blog - Pre-release - Page 6" href=https://godotengine.org/blog/pre-release/6/>6</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/5/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-1-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-1-rc-1.webp) href=/article/release-candidate-godot-4-1-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/5/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-2-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-2-dev-1.webp) href=/article/dev-snapshot-godot-4-2-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;19 July 2023</span></div><h3>Dev snapshot: Godot 4.2 dev 1</h3><p class=excerpt>We are ready to share the first batch of improvements coming to Godot 4.2 later this year with the release of the first dev snapshot!</div></article></a><a href=/article/release-candidate-godot-4-1-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-1-rc-1.webp) href=/article/release-candidate-godot-4-1-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp;12 July 2023</span></div><h3>Release candidate: Godot 4.1.1 RC 1</h3><p class=excerpt>The first round of bugfixes and usability improvements for Godot 4.1 is ready for your consideration!</div></article></a><a href=/article/release-candidate-godot-4-1-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-rc-3.webp) href=/article/release-candidate-godot-4-1-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 4 July 2023</span></div><h3>Release candidate: Godot 4.1 RC 3</h3><p class=excerpt>A few more critical regressions were fixed, and the milestone is now 100% complete. Let's confirm that 4.1 is ready with a (final?) RC.</div></article></a><a href=/article/release-candidate-godot-4-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-rc-2.webp) href=/article/release-candidate-godot-4-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;30 June 2023</span></div><h3>Release candidate: Godot 4.1 RC 2</h3><p class=excerpt>A few more regressions were fixed, and we should now be ready for the Godot 4.1 release. Help us confirm that by testing RC 2!</div></article></a><a href=/article/release-candidate-godot-4-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-1-rc-1.webp) href=/article/release-candidate-godot-4-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 5</h3><p class=excerpt>Three RCs in a row! Yesterday's build introduced a GDScript regression, so here's a new release candidate to fix that.</div></article></a><a href=/article/release-candidate-godot-4-0-rc-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-4.jpg) href=/article/release-candidate-godot-4-0-rc-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;23 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 4</h3><p class=excerpt>As the stable release is imminent, release candidates become more frequent to validate the last minutes fixes we had to make.</div></article></a><a href=/article/release-candidate-godot-4-0-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-3.jpg) href=/article/release-candidate-godot-4-0-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 3</h3><p class=excerpt>We're almost ready to release Godot 4.0! Barring any last minute critical regression, this RC should reflect what the 4.0-stable release will be.</div></article></a><a href=/article/release-candidate-godot-4-0-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-2.jpg) href=/article/release-candidate-godot-4-0-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;14 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 2</h3><p class=excerpt>Tightening a few bolts here and there, Godot 4.0 RC 2 brings us one step closer to the stable release. We're now counting in days!</div></article></a><a href=/article/release-candidate-godot-4-0-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-1.jpg) href=/article/release-candidate-godot-4-0-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp; 8 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 1</h3><p class=excerpt>The wait is almost over! With Godot 4.0 coming close to stable, we finalize our efforts to fix the remaining critical issues and add the last coat of polish with the first Release Candidate.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/3/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;14 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 2</h3><p class=excerpt>Tightening a few bolts here and there, Godot 4.0 RC 2 brings us one step closer to the stable release. We're now counting in days!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/3/>← Previous</a>
<a title="Blog - Pre-release - Page 2" href=https://godotengine.org/blog/pre-release/2/>2</a>
<a title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>
<a class=active title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a title="Blog - Pre-release - Page 6" href=https://godotengine.org/blog/pre-release/6/>6</a>
<a title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/6/>Next →</a></div><div class=posts><a href=/article/android_godot_editor_play_store_beta_release/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/android-godot-editor-play-store-beta-release-cover.png) href=/article/android_godot_editor_play_store_beta_release/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/6/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-0-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-0-rc-1.jpg) href=/article/release-candidate-godot-4-0-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/yuri.jpeg alt="Yuri Sizov" loading=lazy>
<span class=by>Yuri Sizov </span><span class=date>&nbsp;-&nbsp; 8 February 2023</span></div><h3>Release candidate: Godot 4.0 RC 1</h3><p class=excerpt>The wait is almost over! With Godot 4.0 coming close to stable, we finalize our efforts to fix the remaining critical issues and add the last coat of polish with the first Release Candidate.</div></article></a><a href=/article/android_godot_editor_play_store_beta_release/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/android-godot-editor-play-store-beta-release-cover.png) href=/article/android_godot_editor_play_store_beta_release/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/fredia.jpg alt="Fredia Huya-Kouadio" loading=lazy>
<span class=by>Fredia Huya-Kouadio </span><span class=date>&nbsp;-&nbsp; 7 February 2023</span></div><h3>Godot Editor (Beta) arrives to the Play Store</h3><p class=excerpt>Godot Engine arrives to the Google Play Store with an official beta release of the Godot Editor for Android! With the UI adjusted to work better on a tiny screen, you can try your hand at making games on the go.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-17/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-0-beta-17.jpg) href=/article/dev-snapshot-godot-4-0-beta-17/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 1 February 2023</span></div><h3>Dev snapshot: Godot 4.0 beta 17</h3><p class=excerpt>We're now just days away from the Release Candidate, working at full capacity on finalizing as many of the remaining high priority issues as we can. This beta adds audio blending in AnimationTree, fixes GDScript typed arrays, and refactors high quality texture import to enable ASTC support.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-16/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-0-beta-16.jpg) href=/article/dev-snapshot-godot-4-0-beta-16/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 January 2023</span></div><h3>Dev snapshot: Godot 4.0 beta 16</h3><p class=excerpt>We're now just days away from the Release Candidate, working at full capacity on finalizing as many of the remaining high priority issues as we can. This beta includes .NET 7 support, better RichTextLabel minimum size calculation, and a lot of general quality of life improvements.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-15/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-0-beta-15.jpg) href=/article/dev-snapshot-godot-4-0-beta-15/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 September 2022</span></div><h3>Release candidate: Godot 3.5.1 RC 2</h3><p class=excerpt>We released Godot 3.5 in early August, and like any release, there are few rough edges to iron out which warrant making maintenance "patch" releases (3.5.x). This is the second Release Candidate to validate the upcoming 3.5.1 stable release.</div></article></a><a href=/article/dev-snapshot-godot-4-0-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/632/355/534/632355534b2d7687276315.jpg) href=/article/dev-snapshot-godot-4-0-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 September 2022</span></div><h3>The next big step: Godot 4.0 reaches Beta</h3><p class=excerpt>It has been a long road to Godot 4.0 with 17 alpha builds distributed in 2022, and continuous development effort since 2019. We arent done yet, but today marks a major milestone on the road to Godot 4.0: the first beta is out!</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-17/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/632/08f/42e/63208f42e7e15588239571.png) href=/article/dev-snapshot-godot-4-0-alpha-17/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;13 September 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 17</h3><p class=excerpt>We're getting prepared for the imminent release of Godot 4.0 beta 1, and to do so we're having a (last?) alpha 17 release to ensure that things work as best as we can reasonably expect before the beta phase.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-16/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/631/8a4/10f/6318a410f1d2c423222075.png) href=/article/dev-snapshot-godot-4-0-alpha-16/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 7 September 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 16</h3><p class=excerpt>One more alpha build on the way to Godot 4.0 beta! As we're getting closer we're also iterating faster to make sure that we spot and fix the most problematic bugs ahead of the beta phase, to enable broader testing.</div></article></a><a href=/article/release-candidate-godot-3-5-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/631/1d7/7cc/6311d77cc7f5f571027656.jpg) href=/article/release-candidate-godot-3-5-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 2 September 2022</span></div><h3>Release candidate: Godot 3.5.1 RC 1</h3><p class=excerpt>We released Godot 3.5 one month ago, and like any release, there are few rough edges to iron out which warrant making maintenance "patch" releases (3.5.x). A number of issues have been fixed already, so we're having a look at preparing the 3.5.1 update, starting with this Release Candidate.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/4/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 7 September 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 16</h3><p class=excerpt>One more alpha build on the way to Godot 4.0 beta! As we're getting closer we're also iterating faster to make sure that we spot and fix the most problematic bugs ahead of the beta phase, to enable broader testing.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/4/>← Previous</a>
<a title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>
<a title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>
<a class=active title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 6" href=https://godotengine.org/blog/pre-release/6/>6</a>
<a title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>
<a title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/7/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-0-alpha-15/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/630/e31/8a8/630e318a80525807224115.png) href=/article/dev-snapshot-godot-4-0-alpha-15/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/7/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-5-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/631/1d7/7cc/6311d77cc7f5f571027656.jpg) href=/article/release-candidate-godot-3-5-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 2 September 2022</span></div><h3>Release candidate: Godot 3.5.1 RC 1</h3><p class=excerpt>We released Godot 3.5 one month ago, and like any release, there are few rough edges to iron out which warrant making maintenance "patch" releases (3.5.x). A number of issues have been fixed already, so we're having a look at preparing the 3.5.1 update, starting with this Release Candidate.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-15/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/630/e31/8a8/630e318a80525807224115.png) href=/article/dev-snapshot-godot-4-0-alpha-15/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;30 August 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 15</h3><p class=excerpt>The past 2 weeks weeks have been BUSY! We've reviewed and merged a ton of Pull Requests to prepare for the imminent 4.0 beta release and make sure that we're as feature-complete as possible.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-14/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62f/3cf/f69/62f3cff699de5885323719.png) href=/article/dev-snapshot-godot-4-0-alpha-14/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 August 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 14</h3><p class=excerpt>We're working towards finalizing the feature set for 4.0 beta, reviewing many PRs which have been opened prior to our roadmap feature freeze announced a couple of weeks ago. While this process is ongoing, we'll keep releasing alpha builds so here's 4.0 alpha 14!</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-13/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/2d8/d50/62e2d8d50baa2930461492.png) href=/article/dev-snapshot-godot-4-0-alpha-13/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 July 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 13</h3><p class=excerpt>We just announced that we'll enter feature freeze next week to focus on stabilizing the existing functionality in Godot 4.0 and prepare the first beta release. But until then we'll keep having alpha releases to test new features and fixes, so here goes 4.0 alpha 13!</div></article></a><a href=/article/release-candidate-godot-3-5-rc-8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/62e/27e/c1a/62e27ec1a7b70942257259.jpg) href=/article/release-candidate-godot-3-5-rc-8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 April 2022</span></div><h3>Dev snapshot: Godot 3.5 beta 4</h3><p class=excerpt>Another beta build on the road to Godot 3.5. Things are shaping up nicely and we should soon be able to go for a Release Candidate.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-6/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/da1/f3c/624da1f3cff67769282589.jpg) href=/article/dev-snapshot-godot-4-0-alpha-6/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 April 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 6</h3><p class=excerpt>Another alpha build for Godot 4.0 with its share of bugs fixes, as well as a few nifty features such as new .blend and FBX importers, lots of noise features with FastNoiseLite, more GDExtension features, input fixes, and more.</div></article></a><a href=/article/dev-snapshot-godot-3-5-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/624/478/e18/624478e1847b4256833354.jpg) href=/article/dev-snapshot-godot-3-5-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;30 March 2022</span></div><h3>Dev snapshot: Godot 3.5 beta 3</h3><p class=excerpt>We're starting to iterate faster with 3.5 beta builds until we're confident that the new features are working as intended. This new beta adds an initial Android editor port, as well as a fix for low processor usage mode on Android.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-5/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/c78/5f2/623c785f207e4505667472.jpg) href=/article/dev-snapshot-godot-4-0-alpha-5/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 March 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 5</h3><p class=excerpt>Another couple of weeks, another alpha build for Godot 4.0!</div></article></a><a href=/article/release-candidate-godot-3-4-4-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/1c7/d5c/6231c7d5c1f2c958957369.jpg) href=/article/release-candidate-godot-3-4-4-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 March 2022</span></div><h3>Release candidate: Godot 3.4.4 RC 2</h3><p class=excerpt>Users found a number of regressions in our recent Godot 3.4.3 release, so we're fast-tracking the development of Godot 3.4.4 to fix them.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/5/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 March 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 5</h3><p class=excerpt>Another couple of weeks, another alpha build for Godot 4.0!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/5/>← Previous</a>
<a title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>
<a title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a class=active title="Blog - Pre-release - Page 6" href=https://godotengine.org/blog/pre-release/6/>6</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>
<a title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>
<a title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/8/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-3-5-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/0c7/a89/6230c7a89237e646159568.jpg) href=/article/dev-snapshot-godot-3-5-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/8/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-4-4-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/1c7/d5c/6231c7d5c1f2c958957369.jpg) href=/article/release-candidate-godot-3-4-4-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 March 2022</span></div><h3>Release candidate: Godot 3.4.4 RC 2</h3><p class=excerpt>Users found a number of regressions in our recent Godot 3.4.3 release, so we're fast-tracking the development of Godot 3.4.4 to fix them.</div></article></a><a href=/article/dev-snapshot-godot-3-5-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/623/0c7/a89/6230c7a89237e646159568.jpg) href=/article/dev-snapshot-godot-3-5-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 March 2022</span></div><h3>Dev snapshot: Godot 3.5 beta 2</h3><p class=excerpt>It's already been 2 months since 3.5 beta 1, and we have a ton of new changes ready to test! Some of the main highlights added in beta 2 are physics interpolation for 3D, and a new OccluderShaderPolygon for your 3D occlusion needs.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/622/7d1/07d/6227d107d6474712525522.jpg) href=/article/dev-snapshot-godot-4-0-alpha-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 March 2022</span></div><h3>Dev snapshot: Godot 4.0 alpha 4</h3><p class=excerpt>Another couple of weeks, another alpha build for Godot 4.0!</div></article></a><a href=/article/release-candidate-godot-3-4-4-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/622/7be/93b/6227be93b17ef513033459.jpg) href=/article/release-candidate-godot-3-4-4-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 8 March 2022</span></div><h3>Release candidate: Godot 3.4.4 RC 1</h3><p class=excerpt>Users found a number of regressions in our recent Godot 3.4.3 release, so we're fast-tracking the development of Godot 3.4.4 to fix them.</div></article></a><a href=/article/dev-snapshot-godot-4-0-alpha-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/621/561/e9c/621561e9c9799081922431.jpg) href=/article/dev-snapshot-godot-4-0-alpha-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;16 August 2021</span></div><h3>Release candidate: Godot 3.3.3 RC 2</h3><p class=excerpt>Another release candidate for the upcoming Godot 3.3.3, notably with Android builds now targeting the API level 30 (Android 11), which is required for new games on Google Play (and will be required for updates starting November 2021).</div></article></a><a href=/article/dev-snapshot-godot-3-4-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/610/d3d/7c7/610d3d7c75b4e999613924.jpg) href=/article/dev-snapshot-godot-3-4-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 August 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 3</h3><p class=excerpt>We released 3.4 beta 2 ten days ago as a first testing build for the upcoming Godot 3.4 (yes, beta 1 was skipped). Since then, many bugs have been fixed, including some related to upgrading our build environments. This beta 3 should be a lot stabler.</div></article></a><a href=/article/release-candidate-godot-3-3-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/610/a74/76f/610a7476f0ddd438980306.jpg) href=/article/release-candidate-godot-3-3-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 4 August 2021</span></div><h3>Release candidate: Godot 3.3.3 RC 1</h3><p class=excerpt>Godot 3.3.3 will be a maintenance release in the stable 3.3 branch, providing various bug fixes while preserving compatibility for existing Godot 3.3 projects. This first release candidate aims at validating those fixes and ensuring that the update will be regression free.</div></article></a><a href=/article/dev-snapshot-godot-3-4-beta-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/610/012/b82/610012b827c7a703515304.jpg) href=/article/dev-snapshot-godot-3-4-beta-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 July 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 2</h3><p class=excerpt>Here's a first official dev snapshot for the upcoming Godot 3.4, with a lot of important improvements such as portal-based occlusion culling, lightmapper soft shadows, physics fixes, fixes to iOS C# support, Mono support for macOS ARM64, a whole new theme editor, and more!</div></article></a><a href=/article/release-candidate-godot-3-3-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/609/fb3/013/609fb30137c41666258867.jpg) href=/article/release-candidate-godot-3-3-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 May 2021</span></div><h3>Release candidate: Godot 3.3.1 RC 2</h3><p class=excerpt>The first release candidate for Godot 3.3.1 had positive reception, but more important fixes have been merged in the meantime and warrant a second release candidate.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/6/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;27 July 2021</span></div><h3>Dev snapshot: Godot 3.4 beta 2</h3><p class=excerpt>Here's a first official dev snapshot for the upcoming Godot 3.4, with a lot of important improvements such as portal-based occlusion culling, lightmapper soft shadows, physics fixes, fixes to iOS C# support, Mono support for macOS ARM64, a whole new theme editor, and more!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/6/>← Previous</a>
<a title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a title="Blog - Pre-release - Page 6" href=https://godotengine.org/blog/pre-release/6/>6</a>
<a class=active title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>
<a title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>
<a title="Blog - Pre-release - Page 10" href=https://godotengine.org/blog/pre-release/10/>10</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/9/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-3-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/609/941/01d/60994101d3862403610937.jpg) href=/article/release-candidate-godot-3-3-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/9/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-3-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/609/fb3/013/609fb30137c41666258867.jpg) href=/article/release-candidate-godot-3-3-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;15 May 2021</span></div><h3>Release candidate: Godot 3.3.1 RC 2</h3><p class=excerpt>The first release candidate for Godot 3.3.1 had positive reception, but more important fixes have been merged in the meantime and warrant a second release candidate.</div></article></a><a href=/article/release-candidate-godot-3-3-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/609/941/01d/60994101d3862403610937.jpg) href=/article/release-candidate-godot-3-3-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;10 May 2021</span></div><h3>Release candidate: Godot 3.3.1 RC 1</h3><p class=excerpt>There are a number of important bug fixes queued in the 3.3 stable branch for an upcoming Godot 3.3.1 release, so here's a first Release Candidate to test and validate them.</div></article></a><a href=/article/release-candidate-godot-3-3-rc-9/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/607/71c/2db/60771c2db6fd6123159683.jpg) href=/article/release-candidate-godot-3-3-rc-9/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;14 April 2021</span></div><h3>Release candidate: Godot 3.3 RC 9</h3><p class=excerpt>Yet another Release Candidate for Godot 3.3! Fixes a few more issues reported against recent RC builds, bringing us to a state that we're happy to release as stable. So that's what the next build should be (Famous Last Words™)!</div></article></a><a href=/article/release-candidate-godot-3-3-rc-8/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/606/c74/84a/606c7484a882d322344009.jpg) href=/article/release-candidate-godot-3-3-rc-8/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 7 April 2021</span></div><h3>Release candidate: Godot 3.3 RC 8</h3><p class=excerpt>Here's another Release Candidate fixing a few important issues prior to Godot 3.3-stable. We're now really close to calling it final, so it's probably your last chance to try the RC and thwart our hopes to release 3.3 soon ;)</div></article></a><a href=/article/release-candidate-godot-3-3-rc-7/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/606/2f6/b66/6062f6b667e03340153792.jpg) href=/article/release-candidate-godot-3-3-rc-7/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
@@ -36,8 +37,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;31 July 2020</span></div><h3>Release candidate: Godot 3.2.3 RC 3</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/release-candidate-godot-3-2-3-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f2/06d/a44/5f206da44f3b1661449838.jpg) href=/article/release-candidate-godot-3-2-3-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 July 2020</span></div><h3>Release candidate: Godot 3.2.3 RC 2</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/release-candidate-godot-3-2-3-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f1/af6/371/5f1af6371d735642621411.jpg) href=/article/release-candidate-godot-3-2-3-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 July 2020</span></div><h3>Release candidate: Godot 3.2.3 RC 1</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/dev-snapshot-godot-3-2-3-beta-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5f1/564/d56/5f1564d569884631328374.jpg) href=/article/dev-snapshot-godot-3-2-3-beta-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;20 July 2020</span></div><h3>Dev snapshot: Godot 3.2.3 beta 1</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a><a href=/article/release-candidate-godot-3-2-2-rc-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ef/450/702/5ef45070297f5645726026.jpg) href=/article/release-candidate-godot-3-2-2-rc-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;25 June 2020</span></div><h3>Release candidate: Godot 3.2.2 RC 4</h3><p class=excerpt>Yet another release candidate for Godot 3.2.2, including a few new bugfixes that warrant some testing before we can confidently tag it as 3.2.2-stable. We're getting there!</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/7/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;20 July 2020</span></div><h3>Dev snapshot: Godot 3.2.3 beta 1</h3><p class=excerpt>Godot 3.2.2 was released on June 26 with over 3 months' worth of development, including many bugfixes and a handful of features. Some regressions were noticed after the release though, so we decided that Godot 3.2.3 would focus mainly on fixing those new bugs to ensure that all Godot users can have the most stable experience possible.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/7/>← Previous</a>
<a title="Blog - Pre-release - Page 6" href=https://godotengine.org/blog/pre-release/6/>6</a>
<a title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>
<a class=active title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>

View File

@@ -13,7 +13,8 @@
<a class=active title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>
<a title="Blog - Pre-release - Page 10" href=https://godotengine.org/blog/pre-release/10/>10</a>
<a title="Blog - Pre-release - Page 11" href=https://godotengine.org/blog/pre-release/11/>11</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/10/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-2-2-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ef/0ca/3a0/5ef0ca3a02bad250381385.jpg) href=/article/release-candidate-godot-3-2-2-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/10/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-3-2-2-rc-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ef/450/702/5ef45070297f5645726026.jpg) href=/article/release-candidate-godot-3-2-2-rc-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;25 June 2020</span></div><h3>Release candidate: Godot 3.2.2 RC 4</h3><p class=excerpt>Yet another release candidate for Godot 3.2.2, including a few new bugfixes that warrant some testing before we can confidently tag it as 3.2.2-stable. We're getting there!</div></article></a><a href=/article/release-candidate-godot-3-2-2-rc-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ef/0ca/3a0/5ef0ca3a02bad250381385.jpg) href=/article/release-candidate-godot-3-2-2-rc-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;22 June 2020</span></div><h3>Release candidate: Godot 3.2.2 RC 3</h3><p class=excerpt>The upcoming Godot 3.2.2 is turning out to be quite feature-packed and we've been taking the time to iterate since the first dev snapshot mid-April. This new RC 3 build fixes a couple recent regressions. It's now considered release-ready, so unless new regressions are reported in coming days, we plan to release 3.2.2-stable in a day or two.</div></article></a><a href=/article/release-candidate-godot-3-2-2-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ee/b7c/5c0/5eeb7c5c0d2ed339418233.jpg) href=/article/release-candidate-godot-3-2-2-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;18 June 2020</span></div><h3>Release candidate: Godot 3.2.2 RC 2</h3><p class=excerpt>The upcoming Godot 3.2.2 is turning out to be quite feature-packed and we've been taking the time to iterate with four beta snapshots. Last week saw a first release candidate, and now's the second one with a couple regression fixes and more bugfixes and usability improvements.</div></article></a><a href=/article/release-candidate-godot-3-2-2-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5ee/38a/dca/5ee38adca7c14514308047.jpg) href=/article/release-candidate-godot-3-2-2-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;12 June 2020</span></div><h3>Release candidate: Godot 3.2.2 RC 1</h3><p class=excerpt>The upcoming Godot 3.2.2 is turning out to be quite feature-packed and we've been taking the time to iterate with four beta snapshots before reaching a state that we're confident enough to label as release candidate.
@@ -37,8 +38,7 @@ This new RC 1 build should be quite stable and we hope that many Godot 3.2.x use
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 November 2019</span></div><h3>Dev snapshot: Godot 3.2 beta 1</h3><p class=excerpt>After three well-tested and quite stable alpha builds, we're now ready to enter the beta stage for the upcoming Godot 3.2 release. The beta stage corresponds for us to a release freeze, which means that we will only consider critical bug fixes for merging in the master branch, and that until Godot 3.2 is released.</div></article></a><a href=/article/dev-snapshot-godot-3-2-alpha-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5db/1c0/ec6/5db1c0ec6cf8e490600367.png) href=/article/dev-snapshot-godot-3-2-alpha-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;24 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 3</h3><p class=excerpt>While many core contributors were busy with the Godot Sprint and GodotCon last week, the rest of the world has not been idle and we got lots of nice contributions fixing bugs and improving usability. We thus publish Godot 3.2 alpha 3 as our next iteration, fixing various issues from the last build. 150 commits have been merged since 3.2 alpha 2.</div></article></a><a href=/article/dev-snapshot-godot-3-2-alpha-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5da/0d6/c19/5da0d6c198b34564377170.jpg) href=/article/dev-snapshot-godot-3-2-alpha-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;11 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 2</h3><p class=excerpt>It's been less than a week since we published Godot 3.2 alpha 1 as a first development snapshot towards the stable release. But as mentioned, we want to have builds frequently to iterate and improve the stability on a weekly basis, so here comes 3.2 alpha 2. As that branch is already quite mature, this should allow us to publish Godot 3.2-stable in a few weeks.</div></article></a><a href=/article/dev-snapshot-godot-3-2-alpha-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5d9/9bd/66b/5d99bd66b58c5678103264.jpg) href=/article/dev-snapshot-godot-3-2-alpha-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 1</h3><p class=excerpt>After close to 7 months of development and over 4,000 commits since the 3.1 release, we are now happy to release Godot 3.2 alpha 1, our first milestone towards the next stable installment of our free and open source game engine. It brings new features such as an Android plugin/custom build system, C# support for Android, WebRTC support and WebSocket improvements, a fully reworked Visual Shader editor, ARKit and Oculus Go/Quest support and many more.</div></article></a><a href=/article/dev-snapshot-godot-2-1-6-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/app/uploads/public/5cf/69b/132/5cf69b132699d052649367.png) href=/article/dev-snapshot-godot-2-1-6-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 4 June 2019</span></div><h3>Dev snapshot: Godot 2.1.6 RC 1</h3><p class=excerpt>It's been a long time since our previous release in the 2.1 branch! The upcoming 2.1.6 release is intended to address new requirements from Google Play and Apple store, as well as update thirdparty libraries to recent versions to fix known security vulnerabilities (in particular in libpng and openssl).</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/8/>← Previous</a>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp; 6 October 2019</span></div><h3>Dev snapshot: Godot 3.2 alpha 1</h3><p class=excerpt>After close to 7 months of development and over 4,000 commits since the 3.1 release, we are now happy to release Godot 3.2 alpha 1, our first milestone towards the next stable installment of our free and open source game engine. It brings new features such as an Android plugin/custom build system, C# support for Android, WebRTC support and WebSocket improvements, a fully reworked Visual Shader editor, ARKit and Oculus Go/Quest support and many more.</div></article></a></div><div class="flex pagination"><a class=pagination-previous href=https://godotengine.org/blog/pre-release/8/>← Previous</a>
<a title="Blog - Pre-release - Page 7" href=https://godotengine.org/blog/pre-release/7/>7</a>
<a title="Blog - Pre-release - Page 8" href=https://godotengine.org/blog/pre-release/8/>8</a>
<a class=active title="Blog - Pre-release - Page 9" href=https://godotengine.org/blog/pre-release/9/>9</a>

View File

@@ -12,7 +12,8 @@
<a title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>
<a title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>
<a title="Blog - Pre-release - Page 5" href=https://godotengine.org/blog/pre-release/5/>5</a>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/2/>Next →</a></div><div class=posts><a href=/article/release-candidate-godot-4-5-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-5-1-rc-2.webp) href=/article/release-candidate-godot-4-5-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<a class=pagination-next href=https://godotengine.org/blog/pre-release/2/>Next →</a></div><div class=posts><a href=/article/dev-snapshot-godot-4-6-dev-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-6-dev-2.jpg) href=/article/dev-snapshot-godot-4-6-dev-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;20 October 2025</span></div><h3>Dev snapshot: Godot 4.6 dev 2</h3><p class=excerpt>Open the floodgates!</div></article></a><a href=/article/release-candidate-godot-4-5-1-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-5-1-rc-2.webp) href=/article/release-candidate-godot-4-5-1-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 8 October 2025</span></div><h3>Release candidate: Godot 4.5.1 RC 2</h3><p class=excerpt>Hotfixes so nice, we added 'em twice!</div></article></a><a href=/article/release-candidate-godot-4-5-1-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-5-1-rc-1.webp) href=/article/release-candidate-godot-4-5-1-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 2 October 2025</span></div><h3>Release candidate: Godot 4.5.1 RC 1</h3><p class=excerpt>Regression fixes coming in hot!</div></article></a><a href=/article/dev-snapshot-godot-4-6-dev-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-6-dev-1.webp) href=/article/dev-snapshot-godot-4-6-dev-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;30 September 2025</span></div><h3>Dev snapshot: Godot 4.6 dev 1</h3><p class=excerpt>The calm before the storm…</div></article></a><a href=/article/release-candidate-godot-4-5-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-5-rc-2.webp) href=/article/release-candidate-godot-4-5-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
@@ -35,8 +36,7 @@
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;28 February 2025</span></div><h3>Release candidate: Godot 4.4 RC 3</h3><p class=excerpt>We said "final" for the previous release candidate, but good things come in threes, don't they?</div></article></a><a href=/article/release-candidate-godot-4-4-rc-2/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-4-rc-2.webp) href=/article/release-candidate-godot-4-4-rc-2/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;26 February 2025</span></div><h3>Release candidate: Godot 4.4 RC 2</h3><p class=excerpt>With a stable release imminent, join us for one final round of testing.</div></article></a><a href=/article/release-candidate-godot-4-4-rc-1/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/release-candidate-godot-4-4-rc-1.webp) href=/article/release-candidate-godot-4-4-rc-1/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/akien.webp alt="Rémi Verschelde" loading=lazy>
<span class=by>Rémi Verschelde </span><span class=date>&nbsp;-&nbsp;21 February 2025</span></div><h3>Release candidate: Godot 4.4 RC 1</h3><p class=excerpt>Godot 4.4 is now practically ready for its stable release, so it's time for the last round(s) of testing to make sure it's a smooth upgrade for all users.</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-4/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-4.webp) href=/article/dev-snapshot-godot-4-4-beta-4/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;17 February 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 4</h3><p class=excerpt>The 4.4 beta phase nears its end!</div></article></a><a href=/article/dev-snapshot-godot-4-4-beta-3/ style=text-decoration:none><article class=article-card><div class=thumbnail style=background-image:url(/storage/blog/covers/dev-snapshot-godot-4-4-beta-3.webp) href=/article/dev-snapshot-godot-4-4-beta-3/></div><div class=content><div class=info><img class=avatar width=25 height=25 src=/assets/images/authors/repiteo.jpg alt="Thaddeus Crews" loading=lazy>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp; 7 February 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 3</h3><p class=excerpt>Picking up the pace!</div></article></a></div><div class="flex pagination"><a class=active title="Blog - Pre-release" href=https://godotengine.org/blog/pre-release/>1</a>
<span class=by>Thaddeus Crews </span><span class=date>&nbsp;-&nbsp;17 February 2025</span></div><h3>Dev snapshot: Godot 4.4 beta 4</h3><p class=excerpt>The 4.4 beta phase nears its end!</div></article></a></div><div class="flex pagination"><a class=active title="Blog - Pre-release" href=https://godotengine.org/blog/pre-release/>1</a>
<a title="Blog - Pre-release - Page 2" href=https://godotengine.org/blog/pre-release/2/>2</a>
<a title="Blog - Pre-release - Page 3" href=https://godotengine.org/blog/pre-release/3/>3</a>
<a title="Blog - Pre-release - Page 4" href=https://godotengine.org/blog/pre-release/4/>4</a>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,62 @@
<!doctype html><html lang=en><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=author content="Godot Engine"><meta name=description content="Download Godot Engine version 4.6 (dev2) for Linux, macOS, Windows, or Android"><script defer data-domain=godotengine.org src=https://plausible.godot.foundation/js/script.file-downloads.outbound-links.js></script><meta property="og:site_name" content="Godot Engine"><meta property="og:url" content="https://godotengine.org/download/archive/4.6-dev2/"><meta property="og:type" content="website"><meta property="og:description" content="Download Godot Engine version 4.6 (dev2) for Linux, macOS, Windows, or Android"><meta property="og:image" content="https://godotengine.org/assets/share-image.webp"><meta name=twitter:card content="summary_large_image"><meta property="twitter:domain" content="godotengine.org"><meta property="twitter:url" content="https://godotengine.org/download/archive/4.6-dev2/"><meta property="og:title" content="Download Godot 4.6 (dev2) Godot Engine"><title>Download Godot 4.6 (dev2) Godot Engine</title>
<link rel=alternate type=application/rss+xml title="Godot News" href=/rss.xml><link rel=alternate type=application/json title="Godot News" href=/rss.json><link rel=alternate type=application/atom+xml title="Godot News" href=/atom.xml><link rel=icon href=/assets/favicon.png sizes=any><link rel=icon href=/assets/favicon.svg type=image/svg+xml><link rel=stylesheet href=/assets/css/main.css?121><link rel=stylesheet href=/assets/css/header.css?6><link rel=stylesheet href=/assets/css/tobii.min.css><link rel=preload as=font href=/assets/fonts/Montserrat-Italic-VariableFont_wght.woff2 crossorigin><link rel=preload as=font href=/assets/fonts/Montserrat-VariableFont_wght.woff2 crossorigin><link rel=me href=https://mastodon.gamedev.place/@godotengine><input type=checkbox id=nav_toggle_cb><header class="flex column"><div class="container flex align-center"><div id=nav_head><a href=/ id=logo-link><img class=nav-logo src=/assets/logo.svg width=136 height=48 alt="Godot Engine">
<img class="nav-logo dark-logo" src=/assets/logo_dark.svg width=136 height=48 alt="Godot Engine"></a><div class=mobile-links><span class="fund mobile"><a href=https://fund.godotengine.org><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:13px;fill:#fff;margin-right:4px"><path d="M47.6 300.4 228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6.0 115.2.0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg> Donate</a></span>
<label for=nav_toggle_cb id=nav_toggle_btn><img src=/assets/icons/hamburger.svg width=24 height=24 alt="Main menu"></label></div></div><nav id=nav><ul class=left><li><a href=/features/ data-dropdown=features-dropdown>Features</a><li><a href=/showcase/>Showcase</a><li><a href=/blog/>Blog</a><li><a href=/community/ data-dropdown=community-dropdown>Community</a><li><a href=https://godotengine.org/asset-library/asset>Assets</a><li class=mobile-only><a href=/consoles/>Console support</a></ul><ul class=right><li><a href=/download/windows/ class=set-os-download-url>Download</a><li><a href=https://docs.godotengine.org>Docs</a><li><a href=https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>Contribute</a><li class="fund desktop"><a href=https://fund.godotengine.org><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:13px;fill:#fff;margin-right:4px;top:1px;position:relative"><path d="M47.6 300.4 228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6.0 115.2.0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg> Donate</a></ul></nav></div></header><div class=nav-dropdown-menu id=features-dropdown><a href=/features/ class=touch-only>Features</a>
<a href=/consoles/>Console support</a></div><div class=nav-dropdown-menu id=community-dropdown><a href=/community/ class=touch-only>Community</a>
<a href=https://forum.godotengine.org>Forum</a>
<a href=/events/>Events</a></div><script>document.addEventListener("DOMContentLoaded",function(){const e=document.querySelectorAll("[data-dropdown]");e.forEach(e=>{const n=e.getAttribute("data-dropdown"),t=document.getElementById(n);if(t){let n=-1;const i=()=>{if(n===-1)return;clearTimeout(n),n=-1},a=()=>t.style.display==="block",r=()=>{if(a())return;if(window.innerWidth<1200)return;i();const n=e.getBoundingClientRect();t.style.top=n.bottom+"px",t.style.left=n.left+"px",t.style.display="block",e.classList.add("dropdown-open")},s=({instant:s=!1}={})=>{if(!a())return;const o=()=>{i(),t.style.display="none",e.classList.remove("dropdown-open")};if(s){o();return}n=setTimeout(o,100)},l=e=>{if(window.innerWidth<1200)return;e.preventDefault(),a()?s({instant:!0}):r()},c=e=>t=>{t.pointerType==="touch"&&e(t)},o=e=>t=>{t.pointerType!=="touch"&&e(t)};e.addEventListener("pointerup",c(e=>l(e))),document.documentElement.addEventListener("pointerup",c(n=>{!e.contains(n.target)&&!t.contains(n.target)&&s({instant:!0})})),e.addEventListener("pointerenter",o(e=>r())),e.addEventListener("pointerleave",o(e=>s())),t.addEventListener("pointerenter",o(e=>i())),t.addEventListener("pointerleave",o(e=>s()))}})})</script><main><link rel=stylesheet href=/assets/css/download.css?2><link rel=stylesheet href=/assets/css/download-version.css?2><style>.hero{background-image:none;padding-top:54px}.hero h1{text-shadow:none;color:var(--base-color-text-title)}.hero-blurb{color:var(--base-color-text)}.hero-version-flavor{background-color:var(--primary-color);border-radius:1e3px;color:var(--dark-color-text-title);font-size:90%;font-weight:600;padding:.35rem 1.25rem}.other-platforms-wrapper{color:var(--base-color-text)}.preview-cards{display:grid;grid-template-columns:1fr;gap:16px}</style><div class=hero><div class=hero-wrapper><h1>Download<br>Godot 4.6 <span class=hero-version-flavor>dev2</span></h1></div><div class=other-platforms><div class=other-platforms-wrapper>Looking for another version? <a href=/download/archive>Open the archive index!</a></div></div></div><div class=container><div class=padded style=padding-top:0;margin-top:32px><div class=preview-cards><div class="card base-padding preview-download"><h3 id=4.6-dev2>Godot 4.6-dev2</h3><div class=preview-download-primary><div class=preview-notes><p class=preview-download-meta><span>20 October 2025</span><div class=notes-summary><div class=notes-thumbnail style="background-image:url('')"></div><div class=notes-excerpt></div></div><div class=notes-buttons><a class="btn btn-release-notes" href title="Read full release announcement">Read more</a>
<a class="btn btn-release-changelog" href=https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2 title="View complete changelog">View changelog</a></div></div><div><h4>Supported platforms</h4><div class=download-primaries><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/android.svg title=Android alt=Android class=dark-invert>
Android</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor.apk&platform=android.apk" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><div></div><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/linux.svg title=Linux alt=Linux class=dark-invert>
Linux</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.x86_64.zip&platform=linux.64" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_x86_64.zip&platform=linux.64" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/macos.svg title=macOS alt=macOS class=dark-invert>
macOS</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=macos.universal.zip&platform=macos.universal" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_macos.universal.zip&platform=macos.universal" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/windows.svg title=Windows alt=Windows class=dark-invert>
Windows</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=win64.exe.zip&platform=windows.64" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_win64.zip&platform=windows.64" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/web.svg title="Web editor" alt="Web editor" class=dark-invert>
Web editor</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=web_editor.zip&platform=web" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><div></div><hr><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/templates.svg title="Export templates" alt="Export templates" class=dark-invert>
Export templates</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=export_templates.tpz&platform=templates" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_export_templates.tpz&platform=templates" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-mono-note>.NET builds offer support for C# as a scripting language.</div></div></div></div><div class=preview-download-toggle><h4>Show all downloads</h4></div><div class=preview-download-links><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor.apk&platform=android.apk">Android
- APK - Universal
</a></span><span class=download-details>APK download · arm64 · arm32 · x86_64 · x86_32</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor_horizonos.apk&platform=android.horizonos">Horizon OS
- APK - arm64
</a></span><span class=download-details>APK download · Meta Quest 3 & Pro · arm64
</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor_picoos.apk&platform=android.picoos">Pico OS
- APK - arm64
</a></span><span class=download-details>APK download · PICO 4 · arm64</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.x86_64.zip&platform=linux.64">Linux
- x86_64
</a></span><span class=download-details>x86_64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_x86_64.zip&platform=linux.64">Linux - .NET
- x86_64
</a><span class=download-details>x86_64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.x86_32.zip&platform=linux.32">Linux
- x86_32
</a></span><span class=download-details>x86_32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_x86_32.zip&platform=linux.32">Linux - .NET
- x86_32
</a><span class=download-details>x86_32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.arm64.zip&platform=linux.arm64">Linux
- arm64
</a></span><span class=download-details>arm64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_arm64.zip&platform=linux.arm64">Linux - .NET
- arm64
</a><span class=download-details>arm64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.arm32.zip&platform=linux.arm32">Linux
- arm32
</a></span><span class=download-details>arm32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_arm32.zip&platform=linux.arm32">Linux - .NET
- arm32
</a><span class=download-details>arm32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=macos.universal.zip&platform=macos.universal">macOS
- Universal
</a></span><span class=download-details>arm64 (Apple Silicon) · x86_64 (Intel)</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_macos.universal.zip&platform=macos.universal">macOS - .NET
- Universal
</a><span class=download-details>arm64 (Apple Silicon) · x86_64 (Intel) · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=win64.exe.zip&platform=windows.64">Windows
- x86_64
</a></span><span class=download-details>x86_64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_win64.zip&platform=windows.64">Windows - .NET
- x86_64
</a><span class=download-details>x86_64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=win32.exe.zip&platform=windows.32">Windows
- x86_32
</a></span><span class=download-details>x86_32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_win32.zip&platform=windows.32">Windows - .NET
- x86_32
</a><span class=download-details>x86_32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=windows_arm64.exe.zip&platform=windows.arm64">Windows
- arm64
</a></span><span class=download-details>arm64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_windows_arm64.zip&platform=windows.arm64">Windows - .NET
- arm64
</a><span class=download-details>arm64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=web_editor.zip&platform=web">Web editor
</a></span><span class=download-details>Self-hosted · Cross-platform</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=export_templates.tpz&platform=templates">Export templates
</a></span><span class=download-details>Used to export your games to all supported platforms</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_export_templates.tpz&platform=templates">Export templates - .NET
</a><span class=download-details>Used to export your games to all supported platforms · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=template_release.aar&platform=aar_library">AAR library
</a></span><span class=download-details>Android plugins · Java · Kotlin</span></div></div></div></div></div></div><script src=/assets/js/download-version.js></script></main><footer class=footer-global><div class=wrapper><div class=columns><div class=col><h2>Godot Engine</h2><ul><li><a class=set-os-download-url href=/download>Download</a><li><a href=https://docs.godotengine.org>Documentation</a><li><a href=/features/>Features</a><li><a href=https://editor.godotengine.org/releases/latest/>Web editor</a><li><a href=/download/archive/>Release archive</a><li><a href=https://github.com/godotengine>Source code</a></ul></div><div class=col><h2>Project</h2><ul><li><a href=/blog/>Blog</a><li><a href=/code-of-conduct/>Code of conduct</a><li><a href=/governance/>Governance</a><li><a href=/teams/>Teams</a><li><a href=/priorities/>Priorities</a><li><a href=/community/>Communities</a></ul></div><div class=col><h2>Resources</h2><ul><li><a href=https://godotengine.org/asset-library/asset>Asset library</a><li><a href=/press/>Press kit</a><li><a href=/showcase/>Showcase</a><li><a href=/education/>Education</a><li><a href=/consoles/>Console support</a></ul></div><div class=col><h2>Foundation</h2><ul><li><a href=https://godot.foundation/>About</a><li><a href=https://fund.godotengine.org>Donate</a><li><a href=/license/>License</a><li><a href=/privacy-policy/>Privacy policy</a><li><a href=/contact/>Contact us</a></ul></div></div><hr><div class=credits-and-socials><p>© 2007-2025 Juan Linietsky, Ariel Manzur and <a href=https://github.com/godotengine/godot/blob/master/AUTHORS.md target=_blank rel=noopener>contributors</a>. Hosted by the <a href=https://godot.foundation/ target=_blank rel=noopener>Godot Foundation</a>. Website <a href=https://github.com/godotengine/godot-website target=_blank rel=noopener>source code on GitHub</a>.<div class=social><a href=https://github.com/godotengine target=_blank rel=noopener title=GitHub><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6.0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6.0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3.0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1.0-6.2-.3-40.4-.3-61.4.0.0-70 15-84.7-29.8.0.0-11.4-29.1-27.8-36.6.0.0-22.9-15.7 1.6-15.4.0.0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5.0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9.0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4.0 33.7-.3 75.4-.3 83.6.0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6.0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9.0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
</a><a href=https://bsky.app/profile/godotengine.org target=_blank rel=noopener title=Bluesky><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M407.8 294.7c-3.3-.4-6.7-.8-10-1.3 3.4.4 6.7.9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3 61.6-9.4 37.5-1.7 21.6 5.5 3.3 13.8.0 41.9.0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7 3.3-.5 6.6-.9 10-1.4-3.3.5-6.6 1-10 1.4-93.9 14-177.3 48.2-67.9 169.9C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4 102.4-103.4 28.1-156-65.8-169.9-3.3-.4-6.7-.8-10-1.3 3.4.4 6.7.9 10 1.3 64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"/></svg>
</a><a href=https://mastodon.gamedev.place/@godotengine target=_blank rel=noopener title=Mastodon><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5.0.0.0-63.7 28.5-63.7 125.7.0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54a102.5 102.5.0 01-.9-13.9c85.6 20.9 158.7 9.1 178.8 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5H201V197c0-58.5-64-56.6-64-6.9v114.2H90.2c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"/></svg>
</a><a href=https://discord.gg/godotengine target=_blank rel=noopener title=Discord><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M524.5 69.8a1.5 1.5.0 00-.8-.7A485.1 485.1.0 00404.1 32a1.8 1.8.0 00-1.9.9 337.5 337.5.0 00-14.9 30.6 447.8 447.8.0 00-134.4.0 309.5 309.5.0 00-15.1-30.6 1.9 1.9.0 00-1.9-.9A483.7 483.7.0 00116.1 69.1a1.7 1.7.0 00-.8.7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 00.8 1.4A487.7 487.7.0 00176 479.9a1.9 1.9.0 002.1-.7 348.2 348.2.0 0030-48.8 1.9 1.9.0 00-1-2.6 321.2 321.2.0 01-45.9-21.9 1.9 1.9.0 01-.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8.0 011.9-.3c96.2 43.9 200.4 43.9 295.5.0a1.8 1.8.0 011.9.2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9.0 01-.2 3.1 301.4 301.4.0 01-45.9 21.8 1.9 1.9.0 00-1 2.6 391.1 391.1.0 0030 48.8 1.9 1.9.0 002.1.7 486 486 0 00147.2-74.1 1.9 1.9.0 00.8-1.4c12.2-126.7-20.6-236.8-87-334.5zm-302 267.8c-29 0-52.8-26.6-52.8-59.2s23.4-59.3 52.8-59.3c29.7.0 53.3 26.8 52.8 59.2.0 32.7-23.4 59.3-52.8 59.3zm195.4.0c-29 0-52.8-26.6-52.8-59.2s23.3-59.3 52.8-59.3c29.7.0 53.3 26.8 52.8 59.2.0 32.7-23.2 59.3-52.8 59.3z"/></svg>
</a><a href=https://www.reddit.com/r/godot title=Reddit target=_blank rel=noopener><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 256C0 114.6 114.6.0 256 0S512 114.6 512 256 397.4 512 256 512H37.1c-13.7.0-20.5-16.5-10.9-26.2L75 437C28.7 390.7.0 326.7.0 256zM349.6 153.6c23.6.0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6.0-37.8 14.6-41.8 34-34.5 3.7-61.4 33-61.4 68.4v.2c-37.5 1.6-71.8 12.3-99 29.1-10.1-7.8-22.8-12.5-36.5-12.5-33 0-59.8 26.8-59.8 59.8.0 24 14.1 44.6 34.4 54.1 2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54 0-33-26.8-59.8-59.8-59.8-13.7.0-26.3 4.6-36.4 12.4-27.4-17-62.1-27.7-1e2-29.1v-.2c0-25.4 18.9-46.5 43.4-49.9 4.4 18.8 21.3 32.8 41.5 32.8zM177.1 246.9c16.7.0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6-31.4-8.8-30.4-30.5S160.3 247 177 247zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6c-1-21.7 11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2 3.9-6.5 18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1.3 5.1 3.6 3.9 6.5z"/></svg>
</a><a href=/rss.xml title=RSS target=_blank rel=noopener><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M64 32C28.7 32 0 60.7.0 96V416c0 35.3 28.7 64 64 64h320c35.3.0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 136c0-13.3 10.7-24 24-24 137 0 248 111 248 248 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-2e2-2e2-2e2-13.3.0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24 83.9.0 152 68.1 152 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104-13.3.0-24-10.7-24-24zm0 120a32 32 0 1164 0 32 32 0 11-64 0z"/></svg></a></div></div></div></footer><script defer src=/assets/js/localize.js?7></script><script defer src=/assets/js/tobii.min.js></script><script defer src=/assets/js/highlight.min.js?1></script><script defer src=/assets/js/highlight.gdscript.min.js?1></script><script>document.addEventListener("DOMContentLoaded",()=>{document.querySelectorAll("pre:not(.manual) code").forEach(e=>{hljs.highlightBlock(e)}),document.querySelectorAll("[data-post-date]").forEach(e=>{Date.parse(e.dataset.postDate)>Date.now()-1e3*60*60*48&&e.classList.add("post-recent-highlight")}),new Tobii({zoom:!1});const e=document.querySelectorAll(".set-os-download-url");for(let n=0;n<e.length;n++){const s=e[n];let o="download";"version"in s.dataset&&s.dataset.version==="3"&&(o="download/3.x");let t="windows";navigator.platform.indexOf("Mac")!==-1?t="macos":navigator.userAgent.indexOf("Android")!==-1?t="android":navigator.platform.indexOf("Linux")!==-1&&(t="linux"),s.href=`/${o}/${t}/`}})</script>

View File

@@ -4,7 +4,9 @@
<label for=nav_toggle_cb id=nav_toggle_btn><img src=/assets/icons/hamburger.svg width=24 height=24 alt="Main menu"></label></div></div><nav id=nav><ul class=left><li><a href=/features/ data-dropdown=features-dropdown>Features</a><li><a href=/showcase/>Showcase</a><li><a href=/blog/>Blog</a><li><a href=/community/ data-dropdown=community-dropdown>Community</a><li><a href=https://godotengine.org/asset-library/asset>Assets</a><li class=mobile-only><a href=/consoles/>Console support</a></ul><ul class=right><li><a href=/download/windows/ class=set-os-download-url>Download</a><li><a href=https://docs.godotengine.org>Docs</a><li><a href=https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>Contribute</a><li class="fund desktop"><a href=https://fund.godotengine.org><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:13px;fill:#fff;margin-right:4px;top:1px;position:relative"><path d="M47.6 300.4 228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6.0 115.2.0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg> Donate</a></ul></nav></div></header><div class=nav-dropdown-menu id=features-dropdown><a href=/features/ class=touch-only>Features</a>
<a href=/consoles/>Console support</a></div><div class=nav-dropdown-menu id=community-dropdown><a href=/community/ class=touch-only>Community</a>
<a href=https://forum.godotengine.org>Forum</a>
<a href=/events/>Events</a></div><script>document.addEventListener("DOMContentLoaded",function(){const e=document.querySelectorAll("[data-dropdown]");e.forEach(e=>{const n=e.getAttribute("data-dropdown"),t=document.getElementById(n);if(t){let n=-1;const i=()=>{if(n===-1)return;clearTimeout(n),n=-1},a=()=>t.style.display==="block",r=()=>{if(a())return;if(window.innerWidth<1200)return;i();const n=e.getBoundingClientRect();t.style.top=n.bottom+"px",t.style.left=n.left+"px",t.style.display="block",e.classList.add("dropdown-open")},s=({instant:s=!1}={})=>{if(!a())return;const o=()=>{i(),t.style.display="none",e.classList.remove("dropdown-open")};if(s){o();return}n=setTimeout(o,100)},l=e=>{if(window.innerWidth<1200)return;e.preventDefault(),a()?s({instant:!0}):r()},c=e=>t=>{t.pointerType==="touch"&&e(t)},o=e=>t=>{t.pointerType!=="touch"&&e(t)};e.addEventListener("pointerup",c(e=>l(e))),document.documentElement.addEventListener("pointerup",c(n=>{!e.contains(n.target)&&!t.contains(n.target)&&s({instant:!0})})),e.addEventListener("pointerenter",o(e=>r())),e.addEventListener("pointerleave",o(e=>s())),t.addEventListener("pointerenter",o(e=>i())),t.addEventListener("pointerleave",o(e=>s()))}})})</script><main><link rel=stylesheet href=/assets/css/download.css?2><link rel=stylesheet href=/assets/css/download-archive.css><style>.hero{background-image:none;padding-top:54px;padding-bottom:30px}.hero h1{text-shadow:none;color:var(--base-color-text-title)}.hero-blurb{color:var(--base-color-text)}</style><div class=hero><div class=hero-wrapper><h1>Godot archive</h1><div class=hero-blurb><p>Download any officially published release of the engine.</div></div></div><div class=container><div class=padded style=padding-top:0;margin-top:32px><h2>Official releases</h2><div class=archive-list><div class=archive-group><div><h3 id=4.6>Godot 4.6</h3><span>Current state:</span> <span class=archive-version-flavor>dev1</span></div></div><div class="card base-padding archive-releases"><div class=archive-list-item><div class=archive-release><a class=archive-version href=/download/archive/4.6-dev1 title="Open downloads page"><h4 id=4.6-dev1>4.6-dev1</h4><p class=archive-download-meta><span>30 September 2025</span></p></a></div><a class="btn btn-release-download" href=/download/archive/4.6-dev1>Download</a>
<a href=/events/>Events</a></div><script>document.addEventListener("DOMContentLoaded",function(){const e=document.querySelectorAll("[data-dropdown]");e.forEach(e=>{const n=e.getAttribute("data-dropdown"),t=document.getElementById(n);if(t){let n=-1;const i=()=>{if(n===-1)return;clearTimeout(n),n=-1},a=()=>t.style.display==="block",r=()=>{if(a())return;if(window.innerWidth<1200)return;i();const n=e.getBoundingClientRect();t.style.top=n.bottom+"px",t.style.left=n.left+"px",t.style.display="block",e.classList.add("dropdown-open")},s=({instant:s=!1}={})=>{if(!a())return;const o=()=>{i(),t.style.display="none",e.classList.remove("dropdown-open")};if(s){o();return}n=setTimeout(o,100)},l=e=>{if(window.innerWidth<1200)return;e.preventDefault(),a()?s({instant:!0}):r()},c=e=>t=>{t.pointerType==="touch"&&e(t)},o=e=>t=>{t.pointerType!=="touch"&&e(t)};e.addEventListener("pointerup",c(e=>l(e))),document.documentElement.addEventListener("pointerup",c(n=>{!e.contains(n.target)&&!t.contains(n.target)&&s({instant:!0})})),e.addEventListener("pointerenter",o(e=>r())),e.addEventListener("pointerleave",o(e=>s())),t.addEventListener("pointerenter",o(e=>i())),t.addEventListener("pointerleave",o(e=>s()))}})})</script><main><link rel=stylesheet href=/assets/css/download.css?2><link rel=stylesheet href=/assets/css/download-archive.css><style>.hero{background-image:none;padding-top:54px;padding-bottom:30px}.hero h1{text-shadow:none;color:var(--base-color-text-title)}.hero-blurb{color:var(--base-color-text)}</style><div class=hero><div class=hero-wrapper><h1>Godot archive</h1><div class=hero-blurb><p>Download any officially published release of the engine.</div></div></div><div class=container><div class=padded style=padding-top:0;margin-top:32px><h2>Official releases</h2><div class=archive-list><div class=archive-group><div><h3 id=4.6>Godot 4.6</h3><span>Current state:</span> <span class=archive-version-flavor>dev2</span></div></div><div class="card base-padding archive-releases"><div class=archive-list-item><div class=archive-release><a class=archive-version href=/download/archive/4.6-dev2 title="Open downloads page"><h4 id=4.6-dev2>4.6-dev2</h4><p class=archive-download-meta><span>20 October 2025</span></p></a></div><a class="btn btn-release-download" href=/download/archive/4.6-dev2>Download</a>
<a class="btn btn-release-notes" href title="Read release announcement">News</a>
<a class="btn btn-release-changelog" href=https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2 title="View complete changelog">Changelog</a></div><div class=archive-list-item><div class=archive-release><a class=archive-version href=/download/archive/4.6-dev1 title="Open downloads page"><h4 id=4.6-dev1>4.6-dev1</h4><p class=archive-download-meta><span>30 September 2025</span></p></a></div><a class="btn btn-release-download" href=/download/archive/4.6-dev1>Download</a>
<a class="btn btn-release-notes" href title="Read release announcement">News</a>
<a class="btn btn-release-changelog" href=https://godotengine.github.io/godot-interactive-changelog/#4.6-dev1 title="View complete changelog">Changelog</a></div></div><div class=archive-group><div><h3 id=4.5.1>Godot 4.5.1</h3><span>Current state:</span> <span class=archive-version-flavor>stable</span></div></div><div class="card base-padding archive-releases"><div class=archive-list-item><div class=archive-release><a class=archive-version href=/download/archive/4.5.1-stable title="Open downloads page"><h4 id=4.5.1-stable>4.5.1-stable</h4><p class=archive-download-meta><span>15 October 2025</span></p></a></div><a class="btn btn-release-download" href=/download/archive/4.5.1-stable>Download</a>
<a class="btn btn-release-notes" href=/article/maintenance-release-godot-4-5-1/ title="Read release announcement">News</a>

View File

@@ -4,56 +4,56 @@
<label for=nav_toggle_cb id=nav_toggle_btn><img src=/assets/icons/hamburger.svg width=24 height=24 alt="Main menu"></label></div></div><nav id=nav><ul class=left><li><a href=/features/ data-dropdown=features-dropdown>Features</a><li><a href=/showcase/>Showcase</a><li><a href=/blog/>Blog</a><li><a href=/community/ data-dropdown=community-dropdown>Community</a><li><a href=https://godotengine.org/asset-library/asset>Assets</a><li class=mobile-only><a href=/consoles/>Console support</a></ul><ul class=right><li><a href=/download/windows/ class=set-os-download-url>Download</a><li><a href=https://docs.godotengine.org>Docs</a><li><a href=https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html>Contribute</a><li class="fund desktop"><a href=https://fund.godotengine.org><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:13px;fill:#fff;margin-right:4px;top:1px;position:relative"><path d="M47.6 300.4 228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6.0 115.2.0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg> Donate</a></ul></nav></div></header><div class=nav-dropdown-menu id=features-dropdown><a href=/features/ class=touch-only>Features</a>
<a href=/consoles/>Console support</a></div><div class=nav-dropdown-menu id=community-dropdown><a href=/community/ class=touch-only>Community</a>
<a href=https://forum.godotengine.org>Forum</a>
<a href=/events/>Events</a></div><script>document.addEventListener("DOMContentLoaded",function(){const e=document.querySelectorAll("[data-dropdown]");e.forEach(e=>{const n=e.getAttribute("data-dropdown"),t=document.getElementById(n);if(t){let n=-1;const i=()=>{if(n===-1)return;clearTimeout(n),n=-1},a=()=>t.style.display==="block",r=()=>{if(a())return;if(window.innerWidth<1200)return;i();const n=e.getBoundingClientRect();t.style.top=n.bottom+"px",t.style.left=n.left+"px",t.style.display="block",e.classList.add("dropdown-open")},s=({instant:s=!1}={})=>{if(!a())return;const o=()=>{i(),t.style.display="none",e.classList.remove("dropdown-open")};if(s){o();return}n=setTimeout(o,100)},l=e=>{if(window.innerWidth<1200)return;e.preventDefault(),a()?s({instant:!0}):r()},c=e=>t=>{t.pointerType==="touch"&&e(t)},o=e=>t=>{t.pointerType!=="touch"&&e(t)};e.addEventListener("pointerup",c(e=>l(e))),document.documentElement.addEventListener("pointerup",c(n=>{!e.contains(n.target)&&!t.contains(n.target)&&s({instant:!0})})),e.addEventListener("pointerenter",o(e=>r())),e.addEventListener("pointerleave",o(e=>s())),t.addEventListener("pointerenter",o(e=>i())),t.addEventListener("pointerleave",o(e=>s()))}})})</script><main><link rel=stylesheet href=/assets/css/transparent-nav.css?2><link rel=stylesheet href=/assets/css/download.css?2><link rel=stylesheet href=/assets/css/download-version.css?2><style>.hero{background-image:url(/assets/download/download-background-preview.webp)}.hero-blurb{color:var(--download-hero-color)}.preview-cards{display:grid;grid-template-columns:1fr;gap:16px}</style><div class=hero><div class=hero-wrapper><h1>Download Godot preview builds</h1><div class=hero-blurb><p>Help test the upcoming release of the engine,<br>and be the first to benefit from new features.</div></div><div class=other-platforms><div class=other-platforms-wrapper>Looking for the stable version? <a href=#stable>See below!</a></div></div></div><div class=container><div class=padded style=padding-top:0;margin-top:32px><h2>Latest preview builds</h2><div class=preview-cards><div class="card base-padding preview-download"><h3 id=4.6-dev1>Godot 4.6-dev1</h3><div class=preview-download-primary><div class=preview-notes><p class=preview-download-meta><span>30 September 2025</span><div class=notes-summary><div class=notes-thumbnail style="background-image:url('')"></div><div class=notes-excerpt></div></div><div class=notes-buttons><a class="btn btn-release-notes" href title="Read full release announcement">Read more</a>
<a class="btn btn-release-changelog" href=https://godotengine.github.io/godot-interactive-changelog/#4.6-dev1 title="View complete changelog">View changelog</a></div></div><div><h4>Supported platforms</h4><div class=download-primaries><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/android.svg title=Android alt=Android class=dark-invert>
Android</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=android_editor.apk&platform=android.apk" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><div></div><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/linux.svg title=Linux alt=Linux class=dark-invert>
Linux</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=linux.x86_64.zip&platform=linux.64" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_linux_x86_64.zip&platform=linux.64" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/macos.svg title=macOS alt=macOS class=dark-invert>
macOS</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=macos.universal.zip&platform=macos.universal" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_macos.universal.zip&platform=macos.universal" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/windows.svg title=Windows alt=Windows class=dark-invert>
Windows</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=win64.exe.zip&platform=windows.64" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_win64.zip&platform=windows.64" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/web.svg title="Web editor" alt="Web editor" class=dark-invert>
Web editor</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=web_editor.zip&platform=web" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><div></div><hr><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/templates.svg title="Export templates" alt="Export templates" class=dark-invert>
Export templates</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=export_templates.tpz&platform=templates" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_export_templates.tpz&platform=templates" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-mono-note>.NET builds offer support for C# as a scripting language.</div></div></div></div><div class=preview-download-toggle><h4>Show all downloads</h4></div><div class=preview-download-links><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=android_editor.apk&platform=android.apk">Android
<a href=/events/>Events</a></div><script>document.addEventListener("DOMContentLoaded",function(){const e=document.querySelectorAll("[data-dropdown]");e.forEach(e=>{const n=e.getAttribute("data-dropdown"),t=document.getElementById(n);if(t){let n=-1;const i=()=>{if(n===-1)return;clearTimeout(n),n=-1},a=()=>t.style.display==="block",r=()=>{if(a())return;if(window.innerWidth<1200)return;i();const n=e.getBoundingClientRect();t.style.top=n.bottom+"px",t.style.left=n.left+"px",t.style.display="block",e.classList.add("dropdown-open")},s=({instant:s=!1}={})=>{if(!a())return;const o=()=>{i(),t.style.display="none",e.classList.remove("dropdown-open")};if(s){o();return}n=setTimeout(o,100)},l=e=>{if(window.innerWidth<1200)return;e.preventDefault(),a()?s({instant:!0}):r()},c=e=>t=>{t.pointerType==="touch"&&e(t)},o=e=>t=>{t.pointerType!=="touch"&&e(t)};e.addEventListener("pointerup",c(e=>l(e))),document.documentElement.addEventListener("pointerup",c(n=>{!e.contains(n.target)&&!t.contains(n.target)&&s({instant:!0})})),e.addEventListener("pointerenter",o(e=>r())),e.addEventListener("pointerleave",o(e=>s())),t.addEventListener("pointerenter",o(e=>i())),t.addEventListener("pointerleave",o(e=>s()))}})})</script><main><link rel=stylesheet href=/assets/css/transparent-nav.css?2><link rel=stylesheet href=/assets/css/download.css?2><link rel=stylesheet href=/assets/css/download-version.css?2><style>.hero{background-image:url(/assets/download/download-background-preview.webp)}.hero-blurb{color:var(--download-hero-color)}.preview-cards{display:grid;grid-template-columns:1fr;gap:16px}</style><div class=hero><div class=hero-wrapper><h1>Download Godot preview builds</h1><div class=hero-blurb><p>Help test the upcoming release of the engine,<br>and be the first to benefit from new features.</div></div><div class=other-platforms><div class=other-platforms-wrapper>Looking for the stable version? <a href=#stable>See below!</a></div></div></div><div class=container><div class=padded style=padding-top:0;margin-top:32px><h2>Latest preview builds</h2><div class=preview-cards><div class="card base-padding preview-download"><h3 id=4.6-dev2>Godot 4.6-dev2</h3><div class=preview-download-primary><div class=preview-notes><p class=preview-download-meta><span>20 October 2025</span><div class=notes-summary><div class=notes-thumbnail style="background-image:url('')"></div><div class=notes-excerpt></div></div><div class=notes-buttons><a class="btn btn-release-notes" href title="Read full release announcement">Read more</a>
<a class="btn btn-release-changelog" href=https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2 title="View complete changelog">View changelog</a></div></div><div><h4>Supported platforms</h4><div class=download-primaries><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/android.svg title=Android alt=Android class=dark-invert>
Android</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor.apk&platform=android.apk" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><div></div><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/linux.svg title=Linux alt=Linux class=dark-invert>
Linux</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.x86_64.zip&platform=linux.64" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_x86_64.zip&platform=linux.64" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/macos.svg title=macOS alt=macOS class=dark-invert>
macOS</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=macos.universal.zip&platform=macos.universal" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_macos.universal.zip&platform=macos.universal" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/windows.svg title=Windows alt=Windows class=dark-invert>
Windows</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=win64.exe.zip&platform=windows.64" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_win64.zip&platform=windows.64" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/web.svg title="Web editor" alt="Web editor" class=dark-invert>
Web editor</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=web_editor.zip&platform=web" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><div></div><hr><div class=download-platform><img width=24 height=24 src=/assets/images/platforms/templates.svg title="Export templates" alt="Export templates" class=dark-invert>
Export templates</div><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=export_templates.tpz&platform=templates" class="btn btn-download btn-download-primary"><div class=download-title>Standard</div></a><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_export_templates.tpz&platform=templates" class="btn btn-download btn-download-primary btn-download-primary--mono"><div class=download-title>.NET</div></a><div class=download-mono-note>.NET builds offer support for C# as a scripting language.</div></div></div></div><div class=preview-download-toggle><h4>Show all downloads</h4></div><div class=preview-download-links><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor.apk&platform=android.apk">Android
- APK - Universal
</a></span><span class=download-details>APK download · arm64 · arm32 · x86_64 · x86_32</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=android_editor_horizonos.apk&platform=android.horizonos">Horizon OS
</a></span><span class=download-details>APK download · arm64 · arm32 · x86_64 · x86_32</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor_horizonos.apk&platform=android.horizonos">Horizon OS
- APK - arm64
</a></span><span class=download-details>APK download · Meta Quest 3 & Pro · arm64
</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=android_editor_picoos.apk&platform=android.picoos">Pico OS
</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=android_editor_picoos.apk&platform=android.picoos">Pico OS
- APK - arm64
</a></span><span class=download-details>APK download · PICO 4 · arm64</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=linux.x86_64.zip&platform=linux.64">Linux
</a></span><span class=download-details>APK download · PICO 4 · arm64</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.x86_64.zip&platform=linux.64">Linux
- x86_64
</a></span><span class=download-details>x86_64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_linux_x86_64.zip&platform=linux.64">Linux - .NET
</a></span><span class=download-details>x86_64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_x86_64.zip&platform=linux.64">Linux - .NET
- x86_64
</a><span class=download-details>x86_64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=linux.x86_32.zip&platform=linux.32">Linux
</a><span class=download-details>x86_64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.x86_32.zip&platform=linux.32">Linux
- x86_32
</a></span><span class=download-details>x86_32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_linux_x86_32.zip&platform=linux.32">Linux - .NET
</a></span><span class=download-details>x86_32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_x86_32.zip&platform=linux.32">Linux - .NET
- x86_32
</a><span class=download-details>x86_32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=linux.arm64.zip&platform=linux.arm64">Linux
</a><span class=download-details>x86_32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.arm64.zip&platform=linux.arm64">Linux
- arm64
</a></span><span class=download-details>arm64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_linux_arm64.zip&platform=linux.arm64">Linux - .NET
</a></span><span class=download-details>arm64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_arm64.zip&platform=linux.arm64">Linux - .NET
- arm64
</a><span class=download-details>arm64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=linux.arm32.zip&platform=linux.arm32">Linux
</a><span class=download-details>arm64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=linux.arm32.zip&platform=linux.arm32">Linux
- arm32
</a></span><span class=download-details>arm32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_linux_arm32.zip&platform=linux.arm32">Linux - .NET
</a></span><span class=download-details>arm32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_linux_arm32.zip&platform=linux.arm32">Linux - .NET
- arm32
</a><span class=download-details>arm32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=macos.universal.zip&platform=macos.universal">macOS
</a><span class=download-details>arm32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=macos.universal.zip&platform=macos.universal">macOS
- Universal
</a></span><span class=download-details>arm64 (Apple Silicon) · x86_64 (Intel)</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_macos.universal.zip&platform=macos.universal">macOS - .NET
</a></span><span class=download-details>arm64 (Apple Silicon) · x86_64 (Intel)</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_macos.universal.zip&platform=macos.universal">macOS - .NET
- Universal
</a><span class=download-details>arm64 (Apple Silicon) · x86_64 (Intel) · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=win64.exe.zip&platform=windows.64">Windows
</a><span class=download-details>arm64 (Apple Silicon) · x86_64 (Intel) · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=win64.exe.zip&platform=windows.64">Windows
- x86_64
</a></span><span class=download-details>x86_64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_win64.zip&platform=windows.64">Windows - .NET
</a></span><span class=download-details>x86_64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_win64.zip&platform=windows.64">Windows - .NET
- x86_64
</a><span class=download-details>x86_64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=win32.exe.zip&platform=windows.32">Windows
</a><span class=download-details>x86_64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=win32.exe.zip&platform=windows.32">Windows
- x86_32
</a></span><span class=download-details>x86_32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_win32.zip&platform=windows.32">Windows - .NET
</a></span><span class=download-details>x86_32</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_win32.zip&platform=windows.32">Windows - .NET
- x86_32
</a><span class=download-details>x86_32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=windows_arm64.exe.zip&platform=windows.arm64">Windows
</a><span class=download-details>x86_32 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=windows_arm64.exe.zip&platform=windows.arm64">Windows
- arm64
</a></span><span class=download-details>arm64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_windows_arm64.zip&platform=windows.arm64">Windows - .NET
</a></span><span class=download-details>arm64</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_windows_arm64.zip&platform=windows.arm64">Windows - .NET
- arm64
</a><span class=download-details>arm64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=web_editor.zip&platform=web">Web editor
</a></span><span class=download-details>Self-hosted · Cross-platform</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=export_templates.tpz&platform=templates">Export templates
</a></span><span class=download-details>Used to export your games to all supported platforms</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=mono_export_templates.tpz&platform=templates">Export templates - .NET
</a><span class=download-details>Used to export your games to all supported platforms · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev1&slug=template_release.aar&platform=aar_library">AAR library
</a><span class=download-details>arm64 · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=web_editor.zip&platform=web">Web editor
</a></span><span class=download-details>Self-hosted · Cross-platform</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=export_templates.tpz&platform=templates">Export templates
</a></span><span class=download-details>Used to export your games to all supported platforms</span></div><div class=download><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_export_templates.tpz&platform=templates">Export templates - .NET
</a><span class=download-details>Used to export your games to all supported platforms · C# support</span></div><div class=download><span><a href="https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=template_release.aar&platform=aar_library">AAR library
</a></span><span class=download-details>Android plugins · Java · Kotlin</span></div></div></div></div></div></div><script src=/assets/js/download-version.js></script><style>.section-download{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;background-color:var(--dark-color);padding:24px;padding-bottom:60px;width:auto;max-width:100%}@media(max-width:900px){.section-download{padding:20px}}.section-download h2{color:var(--dark-color-text-title);font-weight:600;margin:0;margin-bottom:16px}.section-download p{color:var(--dark-color-text);margin:0}.section-download-ready{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:26px}.section-download-ready .btn-download{min-width:310px}.section-download .download-3{text-align:center;color:#ffffffd6;font-weight:300;font-size:15px}.section-download .download-3 a{color:inherit;text-decoration-color:inherit;text-decoration-thickness:1px}.section-download .download-3 a:hover{color:#fff}</style><div id=stable class="container card section-download"><h2>Need a stable version?</h2><div class=section-download-ready><p>Download the <strong>latest version of Godot 4</strong> right now and begin your creative journey!</p><a href=/download/windows/ class="btn btn-download set-os-download-url" data-version=4 title="Download the latest version of Godot 4"><div class=download-title>Download Latest</div><div class=download-hint>4.5.1</div></a><span class=download-3>Looking for <a href=/download/windows/ class=set-os-download-url data-version=3 title="Download the long-term support version of Godot 3">Godot 3</a>, our <a href=/download/archive>experimental releases</a>, or a <a href=/download/archive>previous version</a>?</span></div></div></main><footer class=footer-global><div class=wrapper><div class=columns><div class=col><h2>Godot Engine</h2><ul><li><a class=set-os-download-url href=/download>Download</a><li><a href=https://docs.godotengine.org>Documentation</a><li><a href=/features/>Features</a><li><a href=https://editor.godotengine.org/releases/latest/>Web editor</a><li><a href=/download/archive/>Release archive</a><li><a href=https://github.com/godotengine>Source code</a></ul></div><div class=col><h2>Project</h2><ul><li><a href=/blog/>Blog</a><li><a href=/code-of-conduct/>Code of conduct</a><li><a href=/governance/>Governance</a><li><a href=/teams/>Teams</a><li><a href=/priorities/>Priorities</a><li><a href=/community/>Communities</a></ul></div><div class=col><h2>Resources</h2><ul><li><a href=https://godotengine.org/asset-library/asset>Asset library</a><li><a href=/press/>Press kit</a><li><a href=/showcase/>Showcase</a><li><a href=/education/>Education</a><li><a href=/consoles/>Console support</a></ul></div><div class=col><h2>Foundation</h2><ul><li><a href=https://godot.foundation/>About</a><li><a href=https://fund.godotengine.org>Donate</a><li><a href=/license/>License</a><li><a href=/privacy-policy/>Privacy policy</a><li><a href=/contact/>Contact us</a></ul></div></div><hr><div class=credits-and-socials><p>© 2007-2025 Juan Linietsky, Ariel Manzur and <a href=https://github.com/godotengine/godot/blob/master/AUTHORS.md target=_blank rel=noopener>contributors</a>. Hosted by the <a href=https://godot.foundation/ target=_blank rel=noopener>Godot Foundation</a>. Website <a href=https://github.com/godotengine/godot-website target=_blank rel=noopener>source code on GitHub</a>.<div class=social><a href=https://github.com/godotengine target=_blank rel=noopener title=GitHub><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6.0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6.0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3.0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1.0-6.2-.3-40.4-.3-61.4.0.0-70 15-84.7-29.8.0.0-11.4-29.1-27.8-36.6.0.0-22.9-15.7 1.6-15.4.0.0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5.0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9.0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4.0 33.7-.3 75.4-.3 83.6.0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6.0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9.0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
</a><a href=https://bsky.app/profile/godotengine.org target=_blank rel=noopener title=Bluesky><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M407.8 294.7c-3.3-.4-6.7-.8-10-1.3 3.4.4 6.7.9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3 61.6-9.4 37.5-1.7 21.6 5.5 3.3 13.8.0 41.9.0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7 3.3-.5 6.6-.9 10-1.4-3.3.5-6.6 1-10 1.4-93.9 14-177.3 48.2-67.9 169.9C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4 102.4-103.4 28.1-156-65.8-169.9-3.3-.4-6.7-.8-10-1.3 3.4.4 6.7.9 10 1.3 64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"/></svg>
</a><a href=https://mastodon.gamedev.place/@godotengine target=_blank rel=noopener title=Mastodon><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M433 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.6-28.4-290.5.0.0.0-63.7 28.5-63.7 125.7.0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54a102.5 102.5.0 01-.9-13.9c85.6 20.9 158.7 9.1 178.8 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5H201V197c0-58.5-64-56.6-64-6.9v114.2H90.2c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"/></svg>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
mirrorlist/4.6.dev2.json Normal file
View File

@@ -0,0 +1 @@
{"mirrors":[{"name":"Official Releases mirror","url":"https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=export_templates.tpz&platform=templates"}]}

View File

@@ -0,0 +1 @@
{"mirrors":[{"name":"Official Releases mirror","url":"https://downloads.godotengine.org/?version=4.6&flavor=dev2&slug=mono_export_templates.tpz&platform=templates"}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

586
rss.xml
View File

@@ -1,4 +1,328 @@
<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Godot Engine Official</title><link/><description/><atom:link href="https://godotengine.org/rss.xml" rel="self" type="application/rss+xml"/><item><title>Maintenance release: Godot 4.5.1</title><link>https://godotengine.org/article/maintenance-release-godot-4-5-1/</link><summary>4.5's first maintenance release arrives!</summary><description>&lt;p>We saw the release of &lt;a href="/releases/4.5/">Godot 4.5&lt;/a> less than a month ago, and have already been absolutely overwhelmed with the positive reception. Since then, our team has been hard at work on the development phase of Godot 4.6 (and subsequently its &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">first snapshot&lt;/a>), and ensuring that any new regressions/bugs reported after the release of 4.5 are dealt with swiftly. The community has done an absolutely fantastic job at helping our team find and squash all of those aforementioned issues, and paved the way for us to deliver 4.5.1-stable for you today!&lt;/p>
<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Godot Engine Official</title><link/><description/><atom:link href="https://godotengine.org/rss.xml" rel="self" type="application/rss+xml"/><item><title>Dev snapshot: Godot 4.6 dev 2</title><link>https://godotengine.org/article/dev-snapshot-godot-4-6-dev-2/</link><summary>Open the floodgates!</summary><description>&lt;p>With our &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">first dev snapshot&lt;/a> out of the way, the 4.6 development cycle is no longer constraining itself to the territory of bugfixes. Many long-awaited features and enhancements are seeing the light of day at long last, as this behemoth of a snapshot boasts &lt;strong>over 300&lt;/strong> improvements in all! This blog post will aim to highlight the heavy-hitters to the best of its ability, but the sheer number of changes may warrant users to check the &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2">interactive changelog&lt;/a> for a more thorough dive. With new features comes the potential of new bugs, so early testing and reporting will be essential to catching regressions as quickly as possible.&lt;/p>
&lt;p>Please consider &lt;a href="#support">supporting the project financially&lt;/a>, if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.&lt;/p>
&lt;p>&lt;a href="#downloads">Jump to the &lt;strong>Downloads&lt;/strong> section&lt;/a>, and give it a spin right now, or continue reading to learn more about improvements in this release. You can also try the &lt;a href="https://editor.godotengine.org/releases/4.6.dev/">&lt;strong>Web editor&lt;/strong>&lt;/a>, the &lt;a href="https://www.meta.com/s/3yJ7i8kop">&lt;strong>XR editor&lt;/strong>&lt;/a>, or the &lt;a href="https://play.google.com/store/apps/details?id=org.godotengine.editor.v4">&lt;strong>Android editor&lt;/strong>&lt;/a> for this release. If you are interested in the latter, please request to join &lt;a href="https://groups.google.com/g/godot-testers">our testing group&lt;/a> to get access to pre-release builds.&lt;/p>
&lt;hr />
&lt;p>&lt;em>The cover illustration is from&lt;/em> &lt;a href="https://store.steampowered.com/app/3606890/Upload_Labs/?curator_clanid=41324400">&lt;strong>Upload Labs&lt;/strong>&lt;/a>, &lt;em>an idle game where you build and optimize your computers system from the ground up. You can get the game for free on &lt;a href="https://store.steampowered.com/app/3606890/Upload_Labs/?curator_clanid=41324400">Steam&lt;/a>, and follow the developers on &lt;a href="https://www.youtube.com/@enigmadevstudios">YouTube&lt;/a> or &lt;a href="https://discord.com/invite/enigmadev">Discord&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="highlights">Highlights&lt;/h2>
&lt;h3 id="build-godot-engine-as-a-library">Build Godot Engine as a library&lt;/h3>
&lt;p>A very common request weve seen regarding Godot is the ability to build the engine as a standalone library. In the past, its not something weve actively pursued, as the engine paradigm is so central to many of our design philosophies. However, as time has gone on, weve encountered more and more scenarios where simply having the ability to access Godot in an isolated context is absolutely necessary for certain workflows. So while a fully-fledged integration of this concept isnt something we fully support at this time, &lt;a href="https://github.com/kisg">Gergely Kis&lt;/a> has put in the work to allow for a functional baseline (&lt;a href="https://github.com/godotengine/godot/pull/110863">GH-110863&lt;/a>). Currently dubbed &lt;code class="language-plaintext highlighter-rouge">LibGodot&lt;/code> internally, theres now a basic support for a &lt;code class="language-plaintext highlighter-rouge">GodotInstance&lt;/code> to function as an entry point for these specialized workflows.&lt;/p>
&lt;h3 id="objectdb-profiling-tool">&lt;code class="language-plaintext highlighter-rouge">ObjectDB&lt;/code> profiling tool&lt;/h3>
&lt;p>Another common request from more technically-minded users has been a proper means of profiling &lt;code class="language-plaintext highlighter-rouge">ObjectDB&lt;/code>, which can be considered the heart of our entire &lt;code class="language-plaintext highlighter-rouge">Object&lt;/code> structure. First-time contributor &lt;a href="https://github.com/AleksLitynski">Aleksander Litynski&lt;/a> took to this daunting task, bringing us the &lt;code class="language-plaintext highlighter-rouge">ObjectDB Profiler&lt;/code> tool (&lt;a href="https://github.com/godotengine/godot/pull/97210">GH-97210&lt;/a>). With this, users will be able to take snapshots of the current &lt;code class="language-plaintext highlighter-rouge">ObjectDB&lt;/code> state during debug sessions, and compare that to other snapshots at a given point in time. These snapshots can also be viewed in a variety of contexts detailed in the PRs original post, but the short version is finding or exporting a diff between states has never been easier or more accessible!&lt;/p>
&lt;p>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/objectdb-profiler.jpg" alt="ObjectDB Profiler" />&lt;/p>
&lt;h3 id="improved-automatic-mesh-lod-using-component-pruning">Improved automatic mesh LOD using component pruning&lt;/h3>
&lt;p>Our mesh simplifier currently supports the ability to collapse edges, but lacked functionality for simplifying the components themselves. &lt;a href="https://github.com/zeux">Arseny Kapoulkine&lt;/a> has addressed this shortcoming, enabling topologically complex sections of a larger mesh to more easily reach the desired &lt;abbr title="Level of Detail">LOD&lt;/abbr> target (&lt;a href="https://github.com/godotengine/godot/pull/110028">GH-110028&lt;/a>).&lt;/p>
&lt;p>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/mesh-component-prune.jpg" alt="Pruned components in simplified mesh" />&lt;/p>
&lt;h3 id="rotation-visualization-and-snapping">Rotation visualization and snapping&lt;/h3>
&lt;p>The way that we present and handle our 3D space has already seen a fair number of improvements in the 4.6 cycle, but these two warrant particular mention for implementing popular features that are found in many 3D modelling programs today. Firstly, &lt;a href="https://github.com/ryevdokimov">Robert Yevdokimov&lt;/a> has expanded the 3D Transform gizmo to visualize the current delta angle of a rotation operation (&lt;a href="https://github.com/godotengine/godot/pull/108576">GH-108576&lt;/a>). This process is non-accumulating, meaning rotations beyond 360° are reset.&lt;/p>
&lt;video autoplay="" loop="" muted="" playsinline="" title="Rotation accumulation">
&lt;source src="/storage/blog/dev-snapshot-godot-4-6-dev-2/rotation-accumulation.mp4?1" type="video/mp4" />
&lt;/video>
&lt;p>The second comes to us from &lt;a href="https://github.com/passivestar">passivestar&lt;/a>, who integrated orbit snapping to the 3D Viewport (&lt;a href="https://github.com/godotengine/godot/pull/111509">GH-111509&lt;/a>). While holding &lt;code class="language-plaintext highlighter-rouge">Alt&lt;/code>, exiting an orbit pan will cause the resulting view to be snapped to a static, 45° offset. This is similar to directly swapping to an orthographic view, but from the convenience of orbitting and allowing for more granular 45° midpoints.&lt;/p>
&lt;video autoplay="" loop="" muted="" playsinline="" title="Rotation snapping">
&lt;source src="/storage/blog/dev-snapshot-godot-4-6-dev-2/rotation-snapping.mp4?1" type="video/mp4" />
&lt;/video>
&lt;h3 id="rendering-blend-glow-before-tonemapping-and-change-default-to-screen">Rendering: Blend glow before tonemapping and change default to screen&lt;/h3>
&lt;p>&lt;abbr title="High dynamic range">&lt;a href="https://en.wikipedia.org/wiki/High_dynamic_range">HDR&lt;/a>&lt;/abbr> has been growing in prevalence as a feature in modern displays, but actual support of the feature is lagging behind somewhat. This is largely because most existing programs were designed with &lt;abbr title="Standard RGB">&lt;a href="https://en.wikipedia.org/wiki/SRGB">sRGB&lt;/a>&lt;/abbr> in mind, and necessitate retrofitting themselves to handle HDR. This process is much easier said than done, and sometimes the effects can be invisible to the average user, meaning such advancements are rarely given a proper highlight. &lt;a href="https://github.com/allenwp">Allen Pestaluky&lt;/a> has broken this convention, with a PR that improves visual quality for all users &lt;strong>and&lt;/strong> sets the stage for HDR output support (&lt;a href="https://github.com/godotengine/godot/pull/110671">GH-110671&lt;/a>).&lt;/p>
&lt;p>The first change was to blend glow before tonemapping for all rendering methods and blend modes (except soft light). While this was always the case in the Compatibility renderer, the functionality has been expanded to the Mobile and Forward+ renderers as well. Blending beforehand results in the glow effect blending in a more realistic fashion, sidestepping the hard edges and hue shifts if blended after.&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Original scene&lt;/th>
&lt;th>Before tonemapping (screen, AgX, 16.29 white)&lt;/th>
&lt;th>After tonemapping (screen, AgX, 16.29 white)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/glow-original.jpg" alt="Original Scene" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/glow-before.jpg" alt="Before tonemapping (screen, AgX, 16.29 white)" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/glow-after.jpg" alt="After tonemapping (screen, AgX, 16.29 white)" />&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>The second change was adjusting the default blend mode from soft light to screen for all renderers. This too was already the case for the Compatibility renderer, though that default was set with the behavior of blend glow before tonemapping in mind. As such, a change in the other renderers to match the new behavior is to be expected.&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Renderer&lt;/th>
&lt;th>Soft light blend mode&lt;/th>
&lt;th>Screen blend mode&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Mobile&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/soft-light-blend-mobile.jpg" alt="Mobile renderer, soft light blend mode" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/screen-blend-mobile.jpg" alt="Mobile renderer, screen blend mode" />&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Forward+&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/soft-light-blend-forward.jpg" alt="Forward+ renderer, soft light blend mode" />&lt;/td>
&lt;td>&lt;img src="/storage/blog/dev-snapshot-godot-4-6-dev-2/screen-blend-forward.jpg" alt="Forward+ renderer, screen blend mode" />&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;div class="card card-warning">
&lt;p>This change technically breaks compatibility since it will result in a noticeable visual change, and the previous behavior cannot be restored by simply adjusting settings. In most cases we are confident that this change in behavior will be a direct upgrade. But this change is something to be aware of if your game is using Glow at all.&lt;/p>
&lt;/div>
&lt;h3 id="and-more">And more!&lt;/h3>
&lt;p>There are too many exciting changes to list them all here, but heres a curated selection:&lt;/p>
&lt;ul>
&lt;li>Core: Add &lt;code class="language-plaintext highlighter-rouge">reserve_exact&lt;/code> to &lt;code class="language-plaintext highlighter-rouge">CowData&lt;/code>, and change growth factor to 1.5x (&lt;a href="https://github.com/godotengine/godot/pull/106039">GH-106039&lt;/a>).&lt;/li>
&lt;li>Core: Add &lt;code class="language-plaintext highlighter-rouge">reserve&lt;/code> function to &lt;code class="language-plaintext highlighter-rouge">Array&lt;/code>, &lt;code class="language-plaintext highlighter-rouge">Vector&lt;/code>, and &lt;code class="language-plaintext highlighter-rouge">String&lt;/code> (&lt;a href="https://github.com/godotengine/godot/pull/105928">GH-105928&lt;/a>).&lt;/li>
&lt;li>Core: Add unique Node IDs to support base and instantiated scene refactorings (&lt;a href="https://github.com/godotengine/godot/pull/106837">GH-106837&lt;/a>).&lt;/li>
&lt;li>Documentation: Drop the experimental label for the Jolt Physics integration (&lt;a href="https://github.com/godotengine/godot/pull/111115">GH-111115&lt;/a>).&lt;/li>
&lt;li>Editor: Add game speed controls to the embedded game window (&lt;a href="https://github.com/godotengine/godot/pull/107273">GH-107273&lt;/a>).&lt;/li>
&lt;li>Editor: Add source lines to file locations on POT generation (&lt;a href="https://github.com/godotengine/godot/pull/111419">GH-111419&lt;/a>).&lt;/li>
&lt;li>Editor: Make file part of errors/warnings clickable in Output panel (&lt;a href="https://github.com/godotengine/godot/pull/108473">GH-108473&lt;/a>).&lt;/li>
&lt;li>Editor: Rework editor docks (&lt;a href="https://github.com/godotengine/godot/pull/106503">GH-106503&lt;/a>).&lt;/li>
&lt;li>Editor: Store script states for built-in scripts (&lt;a href="https://github.com/godotengine/godot/pull/93713">GH-93713&lt;/a>).&lt;/li>
&lt;li>GDScript: Add opt-in GDScript warning for when calling coroutine without &lt;code class="language-plaintext highlighter-rouge">await&lt;/code> (&lt;a href="https://github.com/godotengine/godot/pull/107936">GH-107936&lt;/a>).&lt;/li>
&lt;li>GUI: Add &lt;code class="language-plaintext highlighter-rouge">pivot_offset_ratio&lt;/code> property to Control (&lt;a href="https://github.com/godotengine/godot/pull/70646">GH-70646&lt;/a>).&lt;/li>
&lt;li>GUI: Add auto-scroll behavior when selecting text outside the visible area in RichTextLabel (&lt;a href="https://github.com/godotengine/godot/pull/104715">GH-104715&lt;/a>).&lt;/li>
&lt;li>GUI: Visualize MarginContainer margins when selected (&lt;a href="https://github.com/godotengine/godot/pull/111095">GH-111095&lt;/a>).&lt;/li>
&lt;li>Import: OBJ: Support bump multiplier (normal scale) (&lt;a href="https://github.com/godotengine/godot/pull/110925">GH-110925&lt;/a>).&lt;/li>
&lt;li>Network: Add Core UNIX domain socket support (&lt;a href="https://github.com/godotengine/godot/pull/107954">GH-107954&lt;/a>).&lt;/li>
&lt;li>Physics: Add MeshInstance3D primitive conversion options (&lt;a href="https://github.com/godotengine/godot/pull/101521">GH-101521&lt;/a>).&lt;/li>
&lt;li>Physics: Add MultiMesh physics interpolation for 2D transforms (MultiMeshInstance2D) (&lt;a href="https://github.com/godotengine/godot/pull/107666">GH-107666&lt;/a>).&lt;/li>
&lt;li>Rendering: Add material debanding for use in Mobile rendering method (&lt;a href="https://github.com/godotengine/godot/pull/109084">GH-109084&lt;/a>).&lt;/li>
&lt;li>Rendering: Implement motion vectors in compatibility renderer (&lt;a href="https://github.com/godotengine/godot/pull/97151">GH-97151&lt;/a>).&lt;/li>
&lt;li>Rendering: Make &lt;code class="language-plaintext highlighter-rouge">OpenXRCompositionLayer&lt;/code> and its children safe for multithreaded rendering (&lt;a href="https://github.com/godotengine/godot/pull/109431">GH-109431&lt;/a>).&lt;/li>
&lt;/ul>
&lt;h2 id="changelog">Changelog&lt;/h2>
&lt;p>&lt;strong>114 contributors&lt;/strong> submitted &lt;strong>323 fixes&lt;/strong> for this release. See our &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.6-dev2">&lt;strong>interactive changelog&lt;/strong>&lt;/a> for the complete list of changes since &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">4.6-dev1&lt;/a>. You can also review &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.6">all changes included in 4.6&lt;/a> compared to the previous &lt;a href="/releases/4.5/">4.5 feature release&lt;/a>.&lt;/p>
&lt;p>This release is built from commit &lt;a href="https://github.com/godotengine/godot/commit/7864ac80192e9e91bf56176af9f04cc013b580aa">&lt;code class="language-plaintext highlighter-rouge">7864ac801&lt;/code>&lt;/a>.&lt;/p>
&lt;h2 id="downloads">Downloads&lt;/h2>
&lt;div class="card card-download">
&lt;a class="card-download-link" href="/download/archive/4.6-dev2">
Download Godot 4.6 dev2
&lt;/a>
&lt;div class="card-download-details">
&lt;img class="lightbox-ignore" src="" />
&lt;div class="card-download-platforms">
&lt;div class="download-platform platform-linux">
&lt;img width="24" height="24" src="/assets/images/platforms/linux.svg" title="Linux" alt="Linux" class="lightbox-ignore" />
Linux
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=linux.x86_64.zip&amp;amp;platform=linux.64" class="btn btn-download btn-download-primary platform-linux">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=mono_linux_x86_64.zip&amp;amp;platform=linux.64" class="btn btn-download btn-download-primary btn-download-primary--mono platform-linux">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;div class="download-platform platform-macos">
&lt;img width="24" height="24" src="/assets/images/platforms/macos.svg" title="macOS" alt="macOS" class="lightbox-ignore" />
macOS
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=macos.universal.zip&amp;amp;platform=macos.universal" class="btn btn-download btn-download-primary platform-macos">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=mono_macos.universal.zip&amp;amp;platform=macos.universal" class="btn btn-download btn-download-primary btn-download-primary--mono platform-macos">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;div class="download-platform platform-windows">
&lt;img width="24" height="24" src="/assets/images/platforms/windows.svg" title="Windows" alt="Windows" class="lightbox-ignore" />
Windows
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=win64.exe.zip&amp;amp;platform=windows.64" class="btn btn-download btn-download-primary platform-windows">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.6&amp;amp;flavor=dev2&amp;amp;slug=mono_win64.zip&amp;amp;platform=windows.64" class="btn btn-download btn-download-primary btn-download-primary--mono platform-windows">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;/div>
&lt;/div>
&lt;div class="card-download-sublinks">
&lt;a class="card-download-other" href="/download/archive/4.6-dev2">
Export templates and other downloads
&lt;/a>
&lt;a class="card-download-donate" href="https://fund.godotengine.org/">
Make a Donation
&lt;/a>
&lt;/div>
&lt;/div>
&lt;style>
.thankyou-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 10;
}
.thankyou {
background: var(--base-color);
box-shadow: var(--more-shadow);
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
border-radius: 13px;
}
.thankyou-reading {
font-size: 16px;
}
.thankyou-reading-list {
font-size: 16px;
margin: 0;
margin-left: 48px;
padding-left: 0;
}
.thankyou-donate {
margin-bottom: 24px;
text-align: center;
}
.btn.btn-donate {
background-color: var(--primary-color);
color: hsla(0, 0%, 100%, 0.9);
font-size: 22px;
font-weight: 600;
margin-bottom: 26px;
}
.thankyou h2 {
text-shadow: var(--base-shadow);
font-size: 36px;
font-weight: 800;
margin-bottom: 12px;
}
.thankyou h2 .anchored-link {
/* Hiding the anchored text automatically added on blogposts */
display: none !important;
}
.thankyou p {
max-width: 620px;
font-size: 25px;
}
@media (max-width: 768px) {
.thankyou-wrapper {
display: block;
}
.thankyou {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: scroll;
padding: 30px 40px 18px 40px;
}
.thankyou-reading-list {
margin-left: 24px;
}
.btn-close-thankyou-popup {
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
}
.btn-close-thankyou-popup {
cursor: pointer;
position: absolute;
top: 12px;
right: 12px;
}
.btn-close-thankyou-popup img {
background: transparent !important; /* for overwriting the style in the blogposts img */
}
@media (prefers-color-scheme: light) {
.btn-close-thankyou-popup img {
filter: invert(1);
opacity: 0.75;
}
}
&lt;/style>
&lt;script>
document.addEventListener('DOMContentLoaded', () => {
const thankYouWrapper = document.getElementById('thank-you');
// Close itself, when clicked outside of the popup area.
thankYouWrapper.addEventListener('click', (e) => {
if (e.target === thankYouWrapper) {
thankYouWrapper.style.display = 'none';
}
});
// Close with a close button.
const thankYouBackButton = document.querySelector('.btn-close-thankyou-popup');
thankYouBackButton.addEventListener('click', () => {
thankYouWrapper.style.display = 'none';
});
// Open from the main download buttons.
const downloadButtons = document.querySelectorAll('.btn-download, .download-button');
downloadButtons.forEach((it) => {
if (it.dataset?.external === "yes") {
return;
}
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
document.querySelector('.btn.btn-donate').focus();
});
});
// Open from the all downloads list.
const downloadLinks = document.querySelectorAll('.download-link');
downloadLinks.forEach((it) => {
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
});
});
// Close the dialog when the user presses the escape key.
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') {
thankYouWrapper.style.display = 'none';
}
});
});
&lt;/script>
&lt;div class="thankyou-wrapper" id="thank-you" style="display: none;">
&lt;div class="thankyou">
&lt;h2>Godot is downloading...&lt;/h2>
&lt;p class="thankyou-donate">
Godot exists thanks to donations from people like you. Help us continue our work:
&lt;/p>
&lt;a href="https://fund.godotengine.org" class="btn btn-donate">
Make a Donation
&lt;/a>
&lt;div class="btn-close-thankyou-popup">
&lt;img src="/assets/icons/cross.svg" width="24" height="24" alt="Close this popup" class="lightbox-ignore" />
&lt;/div>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Standard build&lt;/strong> includes support for GDScript and GDExtension.&lt;/p>
&lt;p>&lt;strong>.NET build&lt;/strong> (marked as &lt;code class="language-plaintext highlighter-rouge">mono&lt;/code>) includes support for C#, as well as GDScript and GDExtension.&lt;/p>
&lt;div class="card card-warning">
&lt;p>
While engine maintainers try their best to ensure that each preview snapshot and release candidate is stable, this is by definition &lt;strong>a pre-release piece of software&lt;/strong>. Be sure to make frequent backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss.
&lt;/p>
&lt;/div>
&lt;h2 id="known-issues">Known issues&lt;/h2>
&lt;p>There are currently no known issues introduced by this release.&lt;/p>
&lt;p>With every release we accept that there are going to be various issues, which have already been reported but havent been fixed yet. See the GitHub issue tracker for a complete list of &lt;a href="https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Abug">known bugs&lt;/a>.&lt;/p>
&lt;h2 id="bug-reports">Bug reports&lt;/h2>
&lt;p>As a tester, we encourage you to &lt;a href="https://github.com/godotengine/godot/issues">open bug reports&lt;/a> if you experience issues with this release. Please check the &lt;a href="https://github.com/godotengine/godot/issues">existing issues on GitHub&lt;/a> first, using the search function with relevant keywords, to ensure that the bug you experience is not already known.&lt;/p>
&lt;p>In particular, any change that would cause a regression in your projects is very important to report (e.g. if something that worked fine in previous 4.x releases, but no longer works in this snapshot).&lt;/p>
&lt;h2 id="support">Support&lt;/h2>
&lt;p>Godot is a non-profit, open source game engine developed by hundreds of contributors on their free time, as well as a handful of part and full-time developers hired thanks to &lt;a href="https://fund.godotengine.org/">generous donations from the Godot community&lt;/a>. A big thank you to everyone who has contributed &lt;a href="https://github.com/godotengine/godot/blob/master/AUTHORS.md">their time&lt;/a> or &lt;a href="https://github.com/godotengine/godot/blob/master/DONORS.md">their financial support&lt;/a> to the project!&lt;/p>
&lt;p>If youd like to support the project financially and help us secure our future hires, you can do so using the &lt;a href="https://fund.godotengine.org/">Godot Development Fund&lt;/a> platform managed by &lt;a href="https://godot.foundation/">Godot Foundation&lt;/a>. There are also several &lt;a href="/donate">alternative ways to donate&lt;/a> which you may find more suitable.&lt;/p>
&lt;p>&lt;a class="btn" href="https://fund.godotengine.org/">Donate now&lt;/a>&lt;/p></description><category>Pre-release</category><guid>https://godotengine.org/article/dev-snapshot-godot-4-6-dev-2/</guid><dc:creator>Thaddeus Crews</dc:creator><pubDate>Mon, 20 Oct 2025 12:00:00 +0000</pubDate><image>https://godotengine.org/storage/blog/covers/dev-snapshot-godot-4-6-dev-2.jpg</image></item><item><title>Maintenance release: Godot 4.5.1</title><link>https://godotengine.org/article/maintenance-release-godot-4-5-1/</link><summary>4.5's first maintenance release arrives!</summary><description>&lt;p>We saw the release of &lt;a href="/releases/4.5/">Godot 4.5&lt;/a> less than a month ago, and have already been absolutely overwhelmed with the positive reception. Since then, our team has been hard at work on the development phase of Godot 4.6 (and subsequently its &lt;a href="/article/dev-snapshot-godot-4-6-dev-1/">first snapshot&lt;/a>), and ensuring that any new regressions/bugs reported after the release of 4.5 are dealt with swiftly. The community has done an absolutely fantastic job at helping our team find and squash all of those aforementioned issues, and paved the way for us to deliver 4.5.1-stable for you today!&lt;/p>
&lt;p>Maintenance releases are expected to be safe for an upgrade, but we recommend to always make backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss.&lt;/p>
&lt;p>Please consider &lt;a href="#support">supporting the project financially&lt;/a>, if you are able. Godot is maintained by the efforts of volunteers and a small team of paid contributors. Your donations go towards sponsoring their work and ensuring they can dedicate their undivided attention to the needs of the project.&lt;/p>
&lt;p>&lt;a href="/download/">&lt;strong>Download Godot 4.5.1 now&lt;/strong>&lt;/a> or try the &lt;a href="https://editor.godotengine.org/4.5.1.stable/">online version of the Godot editor&lt;/a>.&lt;/p>
@@ -2419,262 +2743,4 @@ While engine maintainers try their best to ensure that each preview snapshot and
&lt;h2 id="need-inspiration">Need inspiration?&lt;/h2>
&lt;p>Check out our &lt;a href="https://www.youtube.com/watch?v=n1Lon_Q2T18&amp;amp;list=PLeG_dAglpVo6EpaO9A1nkwJZOwrfiLdQ8&amp;amp;index=1">showreel playlist&lt;/a> for some creative sparks and see what makes a great submission! Here is last years showreel:&lt;/p>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/n1Lon_Q2T18" frameborder="0" allowfullscreen="" style="width: 100%; aspect-ratio: 16 / 9; height: auto;">&lt;/iframe>
&lt;p>Good luck! We cant wait to see your creations!&lt;/p></description><category>News</category><guid>https://godotengine.org/article/submissions-open-godot-2025-showreel/</guid><dc:creator>Emi</dc:creator><pubDate>Fri, 15 Aug 2025 13:00:00 +0000</pubDate><image>https://godotengine.org/storage/blog/covers/godot-showreel-2023.webp</image></item><item><title>Dev snapshot: Godot 4.5 beta 5</title><link>https://godotengine.org/article/dev-snapshot-godot-4-5-beta-5/</link><summary>Back to our regularly scheduled schedule!</summary><description>&lt;p>The weekly pace of beta snapshots returns with a bang! While the overall number of changes might be smaller, thats simply a logical consequence of a much tighter scope on what can be integrated at this stage, with even generic bugfixes given a higher scrutiny. Regression fixes are our number one priority as we grow closer to the end of the beta period, and our contributors have been putting in the work to make that happen; shoutouts to everyone whos lent a hand!&lt;/p>
&lt;p>&lt;a href="#downloads">Jump to the &lt;strong>Downloads&lt;/strong> section&lt;/a>, and give it a spin right now, or continue reading to learn more about improvements in this release. You can also try the &lt;a href="https://editor.godotengine.org/releases/4.5.beta5/">&lt;strong>Web editor&lt;/strong>&lt;/a>, the &lt;a href="https://www.meta.com/s/h9JcJGHfg">&lt;strong>XR editor&lt;/strong>&lt;/a>, or the &lt;a href="https://play.google.com/store/apps/details?id=org.godotengine.editor.v4">&lt;strong>Android editor&lt;/strong>&lt;/a> for this release. If you are interested in the latter, please request to join &lt;a href="https://groups.google.com/g/godot-testers">our testing group&lt;/a> to get access to pre-release builds.&lt;/p>
&lt;hr />
&lt;p>&lt;em>The cover illustration is from&lt;/em> &lt;a href="https://store.steampowered.com/app/3385370/Maze_Mice/?curator_clanid=41324400">&lt;strong>Maze Mice&lt;/strong>&lt;/a>, a bullet heaven roguelite where time only moves when you move! You can buy the game on &lt;a href="https://store.steampowered.com/app/3385370/Maze_Mice/?curator_clanid=41324400">Steam&lt;/a> or &lt;a href="https://trampolinetales.itch.io/maze-mice">itch.io&lt;/a>, and follow the developers on &lt;a href="https://bsky.app/profile/TrampolineTales.com">Bluesky&lt;/a>.&lt;/p>
&lt;h2 id="highlights">Highlights&lt;/h2>
&lt;p>For an overview of whats new overall in Godot 4.5, have a look at the highlights for &lt;a href="/article/dev-snapshot-godot-4-5-beta-1/">4.5 beta 1&lt;/a>, which cover a lot of the changes. This blog post only covers the changes between beta 4 and beta 5. This section covers the most relevant changes made since the beta 4 snapshot, which are largely regression fixes:&lt;/p>
&lt;ul>
&lt;li>2D: Rename Camera2D &lt;code class="language-plaintext highlighter-rouge">set_position_smoothing_enabled&lt;/code> parameter (&lt;a href="https://github.com/godotengine/godot/pull/109147">GH-109147&lt;/a>).&lt;/li>
&lt;li>3D: Fix missing 3D gizmos (&lt;a href="https://github.com/godotengine/godot/pull/109029">GH-109029&lt;/a>).&lt;/li>
&lt;li>Audio: Fix &lt;code class="language-plaintext highlighter-rouge">AudioListener3D&lt;/code> not tracking velocity for doppler (&lt;a href="https://github.com/godotengine/godot/pull/108051">GH-108051&lt;/a>).&lt;/li>
&lt;li>C#: Fix &lt;code class="language-plaintext highlighter-rouge">Quaternion(Vector3, Vector3)&lt;/code> constructor when vectors are the same (&lt;a href="https://github.com/godotengine/godot/pull/109281">GH-109281&lt;/a>).&lt;/li>
&lt;li>Core: Ensure that threads only process one pump task (&lt;a href="https://github.com/godotengine/godot/pull/108697">GH-108697&lt;/a>).&lt;/li>
&lt;li>Core: Fix translation remaps incorrectly falling back (&lt;a href="https://github.com/godotengine/godot/pull/103838">GH-103838&lt;/a>).&lt;/li>
&lt;li>Documentation: Add search keywords for CheckButton and ButtonGroup (&lt;a href="https://github.com/godotengine/godot/pull/109089">GH-109089&lt;/a>).&lt;/li>
&lt;li>Editor: Fix inconsistent thumbnail width (&lt;a href="https://github.com/godotengine/godot/pull/109199">GH-109199&lt;/a>).&lt;/li>
&lt;li>GUI: Deactivate orientation gizmo on window exit (&lt;a href="https://github.com/godotengine/godot/pull/108374">GH-108374&lt;/a>).&lt;/li>
&lt;li>GUI: Fix ColorPicker linear mode sliders color (&lt;a href="https://github.com/godotengine/godot/pull/108328">GH-108328&lt;/a>).&lt;/li>
&lt;li>I18n: Disable auto translation of flag names in the inspector (&lt;a href="https://github.com/godotengine/godot/pull/109294">GH-109294&lt;/a>).&lt;/li>
&lt;li>Import: Prevent generating Editor 3D scene preview in headless mode (&lt;a href="https://github.com/godotengine/godot/pull/109116">GH-109116&lt;/a>).&lt;/li>
&lt;li>Input: Fix the usage of udev and dbus with SDL joystick input driver (&lt;a href="https://github.com/godotengine/godot/pull/108373">GH-108373&lt;/a>).&lt;/li>
&lt;li>Navigation: Fix path post-processing edgecentered (&lt;a href="https://github.com/godotengine/godot/pull/109196">GH-109196&lt;/a>).&lt;/li>
&lt;li>Physics: Revert “SoftBody3D: Support physics Interpolation” (&lt;a href="https://github.com/godotengine/godot/pull/109265">GH-109265&lt;/a>).&lt;/li>
&lt;li>Rendering: D3D12: Fix shader model check, initialization error handling (&lt;a href="https://github.com/godotengine/godot/pull/108919">GH-108919&lt;/a>).&lt;/li>
&lt;li>Rendering: OpenGL: Fix crash at startup with “Thread Model” set to “Separate” (&lt;a href="https://github.com/godotengine/godot/pull/109057">GH-109057&lt;/a>).&lt;/li>
&lt;li>Thirdparty: Update access-kit to 0.17.0 (&lt;a href="https://github.com/godotengine/godot/pull/108924">GH-108924&lt;/a>).&lt;/li>
&lt;/ul>
&lt;h2 id="changelog">Changelog&lt;/h2>
&lt;p>&lt;strong>43 contributors&lt;/strong> submitted &lt;strong>66 fixes&lt;/strong> for this release. See our &lt;a href="https://godotengine.github.io/godot-interactive-changelog/#4.5-beta5">&lt;strong>interactive changelog&lt;/strong>&lt;/a> for the complete list of changes since the previous 4.5-beta4 snapshot.&lt;/p>
&lt;p>This release is built from commit &lt;a href="https://github.com/godotengine/godot/commit/c81fd6c51233a727da528cf7f74137d56b5d6efe">&lt;code class="language-plaintext highlighter-rouge">c81fd6c51&lt;/code>&lt;/a>.&lt;/p>
&lt;h2 id="downloads">Downloads&lt;/h2>
&lt;div class="card card-download">
&lt;a class="card-download-link" href="/download/archive/4.5-beta5">
Download Godot 4.5 beta5
&lt;/a>
&lt;div class="card-download-details">
&lt;img class="lightbox-ignore" src="/storage/blog/covers/dev-snapshot-godot-4-5-beta-5.webp" />
&lt;div class="card-download-platforms">
&lt;div class="download-platform platform-linux">
&lt;img width="24" height="24" src="/assets/images/platforms/linux.svg" title="Linux" alt="Linux" class="lightbox-ignore" />
Linux
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.5&amp;amp;flavor=beta5&amp;amp;slug=linux.x86_64.zip&amp;amp;platform=linux.64" class="btn btn-download btn-download-primary platform-linux">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.5&amp;amp;flavor=beta5&amp;amp;slug=mono_linux_x86_64.zip&amp;amp;platform=linux.64" class="btn btn-download btn-download-primary btn-download-primary--mono platform-linux">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;div class="download-platform platform-macos">
&lt;img width="24" height="24" src="/assets/images/platforms/macos.svg" title="macOS" alt="macOS" class="lightbox-ignore" />
macOS
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.5&amp;amp;flavor=beta5&amp;amp;slug=macos.universal.zip&amp;amp;platform=macos.universal" class="btn btn-download btn-download-primary platform-macos">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.5&amp;amp;flavor=beta5&amp;amp;slug=mono_macos.universal.zip&amp;amp;platform=macos.universal" class="btn btn-download btn-download-primary btn-download-primary--mono platform-macos">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;div class="download-platform platform-windows">
&lt;img width="24" height="24" src="/assets/images/platforms/windows.svg" title="Windows" alt="Windows" class="lightbox-ignore" />
Windows
&lt;/div>
&lt;a href="https://downloads.godotengine.org/?version=4.5&amp;amp;flavor=beta5&amp;amp;slug=win64.exe.zip&amp;amp;platform=windows.64" class="btn btn-download btn-download-primary platform-windows">
&lt;div class="download-title">
Standard
&lt;/div>
&lt;/a>
&lt;a href="https://downloads.godotengine.org/?version=4.5&amp;amp;flavor=beta5&amp;amp;slug=mono_win64.zip&amp;amp;platform=windows.64" class="btn btn-download btn-download-primary btn-download-primary--mono platform-windows">
&lt;div class="download-title">
.NET
&lt;/div>
&lt;/a>
&lt;/div>
&lt;/div>
&lt;div class="card-download-sublinks">
&lt;a class="card-download-other" href="/download/archive/4.5-beta5">
Export templates and other downloads
&lt;/a>
&lt;a class="card-download-donate" href="https://fund.godotengine.org/">
Make a Donation
&lt;/a>
&lt;/div>
&lt;/div>
&lt;style>
.thankyou-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 10;
}
.thankyou {
background: var(--base-color);
box-shadow: var(--more-shadow);
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
border-radius: 13px;
}
.thankyou-reading {
font-size: 16px;
}
.thankyou-reading-list {
font-size: 16px;
margin: 0;
margin-left: 48px;
padding-left: 0;
}
.thankyou-donate {
margin-bottom: 24px;
text-align: center;
}
.btn.btn-donate {
background-color: var(--primary-color);
color: hsla(0, 0%, 100%, 0.9);
font-size: 22px;
font-weight: 600;
margin-bottom: 26px;
}
.thankyou h2 {
text-shadow: var(--base-shadow);
font-size: 36px;
font-weight: 800;
margin-bottom: 12px;
}
.thankyou h2 .anchored-link {
/* Hiding the anchored text automatically added on blogposts */
display: none !important;
}
.thankyou p {
max-width: 620px;
font-size: 25px;
}
@media (max-width: 768px) {
.thankyou-wrapper {
display: block;
}
.thankyou {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: scroll;
padding: 30px 40px 18px 40px;
}
.thankyou-reading-list {
margin-left: 24px;
}
.btn-close-thankyou-popup {
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
}
.btn-close-thankyou-popup {
cursor: pointer;
position: absolute;
top: 12px;
right: 12px;
}
.btn-close-thankyou-popup img {
background: transparent !important; /* for overwriting the style in the blogposts img */
}
@media (prefers-color-scheme: light) {
.btn-close-thankyou-popup img {
filter: invert(1);
opacity: 0.75;
}
}
&lt;/style>
&lt;script>
document.addEventListener('DOMContentLoaded', () => {
const thankYouWrapper = document.getElementById('thank-you');
// Close itself, when clicked outside of the popup area.
thankYouWrapper.addEventListener('click', (e) => {
if (e.target === thankYouWrapper) {
thankYouWrapper.style.display = 'none';
}
});
// Close with a close button.
const thankYouBackButton = document.querySelector('.btn-close-thankyou-popup');
thankYouBackButton.addEventListener('click', () => {
thankYouWrapper.style.display = 'none';
});
// Open from the main download buttons.
const downloadButtons = document.querySelectorAll('.btn-download, .download-button');
downloadButtons.forEach((it) => {
if (it.dataset?.external === "yes") {
return;
}
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
document.querySelector('.btn.btn-donate').focus();
});
});
// Open from the all downloads list.
const downloadLinks = document.querySelectorAll('.download-link');
downloadLinks.forEach((it) => {
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
});
});
// Close the dialog when the user presses the escape key.
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') {
thankYouWrapper.style.display = 'none';
}
});
});
&lt;/script>
&lt;div class="thankyou-wrapper" id="thank-you" style="display: none;">
&lt;div class="thankyou">
&lt;h2>Godot is downloading...&lt;/h2>
&lt;p class="thankyou-donate">
Godot exists thanks to donations from people like you. Help us continue our work:
&lt;/p>
&lt;a href="https://fund.godotengine.org" class="btn btn-donate">
Make a Donation
&lt;/a>
&lt;div class="btn-close-thankyou-popup">
&lt;img src="/assets/icons/cross.svg" width="24" height="24" alt="Close this popup" class="lightbox-ignore" />
&lt;/div>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Standard build&lt;/strong> includes support for GDScript and GDExtension.&lt;/p>
&lt;p>&lt;strong>.NET build&lt;/strong> (marked as &lt;code class="language-plaintext highlighter-rouge">mono&lt;/code>) includes support for C#, as well as GDScript and GDExtension.&lt;/p>
&lt;div class="card card-warning">
&lt;p>
While engine maintainers try their best to ensure that each preview snapshot and release candidate is stable, this is by definition &lt;strong>a pre-release piece of software&lt;/strong>. Be sure to make frequent backups, or use a version control system such as Git, to preserve your projects in case of corruption or data loss.
&lt;/p>
&lt;/div>
&lt;h2 id="known-issues">Known issues&lt;/h2>
&lt;p>During the beta stage, we focus on solving both regressions (i.e. something that worked in a previous release is now broken) and significant new bugs introduced by new features. You can have a look at our current &lt;a href="https://github.com/orgs/godotengine/projects/61">list of regressions and significant issues&lt;/a> which we aim to address before releasing 4.5. This list is dynamic and will be updated if we discover new showstopping issues after more users start testing the beta snapshots.&lt;/p>
&lt;p>With every release, we accept that there are going to be various issues which have already been reported but havent been fixed yet. See the GitHub issue tracker for a complete list of &lt;a href="https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Abug">known bugs&lt;/a>.&lt;/p>
&lt;h2 id="bug-reports">Bug reports&lt;/h2>
&lt;p>As a tester, we encourage you to &lt;a href="https://github.com/godotengine/godot/issues">open bug reports&lt;/a> if you experience issues with this release. Please check the &lt;a href="https://github.com/godotengine/godot/issues">existing issues on GitHub&lt;/a> first, using the search function with relevant keywords, to ensure that the bug you experience is not already known.&lt;/p>
&lt;p>In particular, any change that would cause a regression in your projects is very important to report (e.g. if something that worked fine in previous 4.x releases, but no longer works in this snapshot).&lt;/p>
&lt;h2 id="support">Support&lt;/h2>
&lt;p>Godot is a non-profit, open source game engine developed by hundreds of contributors on their free time, as well as a handful of part or full-time developers hired thanks to &lt;a href="https://fund.godotengine.org/">generous donations from the Godot community&lt;/a>. A big thank you to everyone who has contributed &lt;a href="https://github.com/godotengine/godot/blob/master/AUTHORS.md">their time&lt;/a> or &lt;a href="https://github.com/godotengine/godot/blob/master/DONORS.md">their financial support&lt;/a> to the project!&lt;/p>
&lt;p>If youd like to support the project financially and help us secure our future hires, you can do so using the &lt;a href="https://fund.godotengine.org/">Godot Development Fund&lt;/a> platform managed by &lt;a href="https://godot.foundation/">Godot Foundation&lt;/a>. There are also several &lt;a href="/donate">alternative ways to donate&lt;/a> which you may find more suitable.&lt;/p></description><category>Pre-release</category><guid>https://godotengine.org/article/dev-snapshot-godot-4-5-beta-5/</guid><dc:creator>Thaddeus Crews</dc:creator><pubDate>Wed, 06 Aug 2025 12:00:00 +0000</pubDate><image>https://godotengine.org/storage/blog/covers/dev-snapshot-godot-4-5-beta-5.webp</image></item></channel></rss>
&lt;p>Good luck! We cant wait to see your creations!&lt;/p></description><category>News</category><guid>https://godotengine.org/article/submissions-open-godot-2025-showreel/</guid><dc:creator>Emi</dc:creator><pubDate>Fri, 15 Aug 2025 13:00:00 +0000</pubDate><image>https://godotengine.org/storage/blog/covers/godot-showreel-2023.webp</image></item></channel></rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long