Page 1 of 1

NatNetML.dll in Unity

Posted: Mon Jun 07, 2021 7:19 am
by fazoll
Hi!
I want to send some commands through NatNet to Motive from Unity app.
Looking at examples it should be easy - just import NatNetML.dll into unity, create and connect NatNetMLClient and it is ready to send commands. Problem is that Unity recognizes this DLL as native - but looking for information about that on the internet it should be managed (as it looks in example c# projects, or even in file info). Because of that missing library I can't do what I need.
Am I missing something? Is there any way to send NatNet messages directly from Unity app?