TiltFiveGodot4 is GDExtension for the Godot 4 engine to connect to the Tilt Five system. It extends Godot's XRInterface and adds T5 Nodes to handle the creation of the XR rigs in the scene.
| Renderer Forward+ |
Renderer Mobile |
Renderer Compatibility |
|
|---|---|---|---|
| Windows | ✅ | ✅ | ✅ |
| Linux1 | ✓ | ✓ | ✓ |
| Android | ❌ |
TiltFiveGodot4 is available in the Godot Asset Library.
Installable Releases can also be found here.
- Use
gdtiltfive_gdscript.zipfor gdscript projects - Use
gdtiltfive_csharp.zipfor C# projects
Please refer to this documentation for installation.
This extension requires a C++20 capable compiler.
Things you will need to know how to do.
To build the plugin invoke scons from the root directory of the project. The build product will in build\bin. Invoking scons example will build the product and copy the binaries to the example.gd\addons\tilt-five\bin and example.csharp\addons\tilt-five\bin directories.
When built with the example option the addons\tilt-five directory can be copied from the example.gd or example.csharp directories into the root directory of a new Godot project.