Inhumate RTI
Inhumate RTI Integration - for co-simulation, networking, prototyping etc
com.inhumatesystems.rti 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/rti.git?path=Packages/com.inhumatesystems.rti README Markdown
Copy this to your project's README.md
## Installation
Add **Inhumate RTI** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/rti.git?path=Packages%2Fcom.inhumatesystems.rti
```
[](https://www.pkglnk.dev/pkg/rti)README
Inhumate RTI Integration Package for Unity
Package for integrating your Unity-based simulator or application with Inhumate RTI (Runtime Infrastructure), part of Inhumate Suite.
Read more in the documentation.
Installation
OpenUPM
A simple way to install the package is using the OpenUPM command-line tool:
openupm add com.inhumatesystems.rti
If you don't feel comfortable with the command-line tool you can also manually install from OpenUPM using the package manager in Unity.
Install from tarball
You can install this package from a tarball (.tgz file) downloaded from Inhumate.
See the section Installing a UPM package from a local tarball file from the Unity manual for instructions.
Dependencies
This package uses the brilliant NaughtyAttributes package. If you install via OpenUPM it should be solved automatically. For the asset store version, the dependency is bundled.
If you need to, you can get NaughtyAttributes from OpenUPM or Unity Asset Store, or directly from github, by adding this line to your manifest.json dependencies:
"com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm",
Development
CI Build
The CI build is based on the fantastic work of Gabriel Le Breton and his docker images. See https://gitlab.com/gableroux/unity3d-gitlab-ci-example.
To upgrade to a new Unity version, you need to update the license Gitlab CI uses. Please see https://gitlab.com/gableroux/unity3d-gitlab-ci-example#b-locally for instructions.
No comments yet. Be the first!