Blog

Filtered by: Progress Report

Bastiaan Olij Bastiaan Olij  -  2 October 2024

Godot XR update - October 2024

Looking back at a year of XR development.

Clay John Clay John  - 23 September 2024

Godot Rendering Priorities: September 2024

4.3 is out. It's time for an update!

Silc Renew Silc Renew  - 12 August 2024

Design of the Skeleton Modifier 3D

We have reworked the skeleton bone update process to add SkeletonModifier3D for modifying the Skeleton.

Lyuma Lyuma  -  2 August 2024

Introducing the improved ufbx importer in Godot 4.3

Godot 4.3 now includes native .fbx support

Silc Renew Silc Renew  -  4 June 2024

Migrating Animations from Godot 4.0 to 4.3

In Godot 4.3, a large number of animation features have been reworked since 4.0, so it's time to migrate your animations.

Adam Scott Adam Scott  - 15 May 2024

Web Export in 4.3

With single-threaded builds and sample playback, it's now easier than ever to export your game to the Web with Godot 4.3. And more!

Mark DiBarry Mark DiBarry  -  2 April 2024

Parallax2D Progress Report

A new node is on its way to help with parallax in 2D.

Darío Banini Darío Banini  - 16 February 2024

GPU synchronization in Godot 4.3 is getting a major upgrade

Say goodbye to placing barriers, hello to the new acyclic graph

Raul Santos Raul Santos  - 26 January 2024

Current state of C# platform support in Godot 4.2

How the transition to a unified .NET has impacted platform support, and re-adding the ability to port to mobile.

Clay John Clay John  - 16 January 2024

Godot Rendering Priorities: January 2024

4.2 brought a lot of improvements to Godot's renderer and ongoing work is paving the way for new features

Ilaria Cislaghi Ilaria Cislaghi  - 23 October 2023

State of particles and future updates

An update on the current state of the particle system in Godot, and some hints about what the future holds!

Bastiaan Olij Bastiaan Olij  - 11 September 2023

Godot XR update - September 2023

Updates on various things XR in Godot, a new version of the OpenXR plugin, a new version of the tools library and an update on Godot 4 support.

Clay John Clay John  -  9 August 2023

Godot Rendering Priorities: July 2023

The Godot rendering team continues to focus on stability, performance and usability

Clay John Clay John  - 18 April 2023

Godot 4.1 Rendering Priorities

For 4.1 the rendering team will be focusing on performance, stability, and usability.

Pedro J. Estébanez Pedro J. Estébanez  - 14 April 2023

Direct3D 12: Adventures in Shaderland

Godot is about to get a Direct3D 12 rendering driver. This is a discussion on the exotic approaches taken to face some of the challenges posed in the area of shaders.

Raul Santos Raul Santos  - 25 February 2023

What's new in C# for Godot 4.0

All about changes and improvements that Godot 4.0 offers to C# developers.

Fabio Alessandrelli Fabio Alessandrelli  - 23 February 2023

Multiplayer in Godot 4.0: Scene Replication

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!

Bastiaan Olij Bastiaan Olij  - 31 January 2023

Godot XR update - January 2023

Updates on various things XR in Godot as per January 2023. New Godot XR Tools, new documentation for Godot 4, new supported renderers and devices.

Clay John Clay John  - 20 December 2022

Status of the OpenGL 3 renderer

Godot 4.0 will ship with an OpenGL-based renderer designed for older and low-end devices, but it won't be totally feature-complete at the time 4.0 is released.

Hugo Locurcio Hugo Locurcio  - 14 November 2022

Movie Maker mode arrives in Godot 4.0

With the addition of non-real-time video recording, Godot opens itself to new use cases such as architecture visualization and cutscene rendering.

Silc Renew Silc Renew  -  7 November 2022

Animation Retargeting in Godot 4.0

Godot 4.0 comes with an animation retargeting system to allow for easy sharing of animations between similar models.

Clay John Clay John  - 17 October 2022

Emulating Double Precision on the GPU to Render Large Worlds

One of the problems with developing games with large game worlds is that objects start to jitter and teleport around as you move away from the world origin. This post is about how we overcame one challenge in particular and what we did.

Rémi Verschelde Rémi Verschelde  - 15 September 2022

The next big step: Godot 4.0 reaches Beta

It has been a long road to Godot 4.0 with 17 alpha builds distributed in 2022, and continuous development effort since 2019. We aren’t done yet, but today marks a major milestone on the road to Godot 4.0: the first beta is out!

Juan Linietsky Juan Linietsky  - 23 August 2022

Godot 4.0 will discontinue VisualScript

Godot's visual scripting language, VisualScript, was introduced in Godot 3.0, almost five years ago. Despite our continuous effort, it never gained traction and the path to improve it was never clear. Because of this, for Godot 4.0, we decided to accept that the approach we took from the start was simply not the right one and decided to remove it from the engine. If enough volunteer interest exists, it may be moved to an extension.