Godot TiltFive Plugin
by Mux213
TiltFiveGodot4
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.
Platforms
Renderer Forward+ |
Renderer Mobile |
Renderer Compatibility |
|
---|---|---|---|
Windows | ✅ | ✅ | ✅ |
Linux1 | ✓ | ✓ | ✓ |
Android | ❌ |
Usage
TiltFiveGodot4 is available in the Godot Asset Library.
Installable Releases can also be found here.
- Use
gdtiltfive_gdscript.zip
for gdscript projects - Use
gdtiltfive_csharp.zip
for C# projects
Please refer to this documentation for installation.
Build
Prerequisites
This extension requires a C++20 capable compiler.
Things you will need to know how to do.
Building the extension
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.
Using the build products
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.
Download
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author