VRPN in Unity

Hi there! Here is the case:

I’m trying to conect VRPN with Unity using this plugin or this one too, with no results.

Anyone can guide me a little bit?

Thank’s a lot :slight_smile:

@red__carrot

I know it’s an old thread but FWIW, Unity supports VRPN natively through the Cluster Input Manager. You used to be able to access the manager programatically to add VRPN support through code, but at some point it stopped working unless you were running in cluster mode.

I’m not sure how VRPN would fit in with the new input system, or when we’ll see the new input system integrated, but I’d sure like to have a VRPN option as well.

Looks like there’s an open feature request here to vote on it.
https://feedback.unity3d.com/suggestions/add-vrpn-support

Hey @mikewarren,
to follow up on you, i know its an old thread :slight_smile:

I am currently looking into connecting Unity and VRED via VRPN to link some components.

Do you have any recommendation for a good tutorial or example to use the ClusterInput class?

MH