Godot Integration
This guide is a walk-through of adding the Inhumate RTI Godot integration to a project and getting it up and running for co-simulation purposes.
Getting started
Adding the addon
Add to new project:
- Download zip-file
- AssetLib tab, click Import…, select zip-file, check Ignore asset root, click Install
- Verify
res://addons/inhumate_rti
- Project > Tools > C# > Create C# solution
dotnet add package Inhumate.RTI
or<ItemGroup><PackageReference Include="Inhumate.RTI" Version="1.5.1" /></ItemGroup>
- Build project (hammer icon)
- Project Settings > Plugins tab > check Enabled
Scaffold a Godot-based RTI simulator
TODO… stay tuned.