Hello to everyone,
I am trying to use an external DLL in Unity. I have added the external DLL in the `Assets/Plugins` directory. But at run time I get the following error:
System.Runtime.InteropServices.SEHException (0x80004005): Error creating connector at RTI.Connext.Connector.Interface.Connector..ctor (System.String configName, System.String configFile) [0x00026] in C:\rticonnextdds-connector-cs\src\Connector\Interface\Connector.cs:29 at RTI.Connext.Connector.Connector..ctor (System.String configName, System.String configFile) [0x00044] in C:\rticonnextdds-connector-cs\src\Connector\Connector.cs:39
The external DLL is working properly outside of Unity, but I get an error in Unity. What could be the reason for this problem?
↧