Godot XR Community Game Jam
Starting on 8 September 2025 the Godot XR Community is hosting its fourth Godot XR game jam.
Participants have a week to put together a small XR game using the Godot Game Engine. In addition, special consideration will be given to participants using the Godot XR editor to create their entry!
This is a great way to try out some XR development and hone your game design skills, as well as provide feedback to help improve the XR editor.
We invite you to take this opportunity to try out Godot as an XR platform! The XR channel on the official Godot Discord is a great place to get help.
Creating a game entirely in the XR editor
And on the topic of using the XR editor to create an XR game, during the Godot Wild Jam in May, David and Logan challenged themselves to create their entry entirely in VR - without using their PCs at all!
In this devlog video by Logan, they explain how it went:
Were they successful? Watch to find out!
Pre-release channels on HorizonOS
To improve development and testing of the XR editor, we have set up DEV, BETA, and RC (release candidate) pre-release channels in the Horizon store to provide the community with pre-release builds of the XR editor.
Interested users can self-subscribe to the pre-release channels using the following links:
After joining the pre-release channels, users can change the XR editor active channel by visiting the app’s “Settings” page in-headset, or via the “Version” dropdown in the app’s store page.
Render models support coming in Godot 4.5
Render models is a new API added to OpenXR 1.1.49 that provides access to various 3D assets accessible in the runtime.
Its main focus is to provide accurate render models for the physical controllers the player is using and accurately placing those in the virtual world. These models come with metadata and tracking data that result in full animation of these assets. Thus they react properly to button presses and other interactions the player is performing.
The implementation in Godot was made possible thanks to the Godot Integration Project that Khronos is currently funding and allowed Godot to implement this logic early. In doing so, runtime implementations could be tested and this provided feedback that allowed this API to be published.
- SteamVR added support for this API in their 2.12 release.
- PICO has added support for this API in their 5.14.0 release, currently supporting PICO 4 Ultra devices.
- Other vendors are expected to provide support in the near future.