Inhumate RTI Integration Addon for Godot
Addon for integrating your Godot-based simulator or application with the RTI (Runtime Infrastructure) of Inhumate Suite.
Read more in the documentation.
Work in progress.
Usage
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 add to .csproj:<ItemGroup><PackageReference Include="Inhumate.RTI" Version="1.5.1" /></ItemGroup>
- Build project (hammer icon)
- Project Settings > Plugins tab > check Enabled