i’m building an application for Hololens , i have a dll build for target platform UWP.
And i also tried to build it for .net platform. in both the cases i cant able to use my dll, cant access any class/functions.
Also i tried to build a test dll which has just one function, which works all fine.
Anybody knows if any specific reason for this?
Can you elaborate on “can’t use my dll”? What does that mean? Do you get any errors?
Nope, no errors only i cant access the class/functions from that dll, even dll itself is not getting recognize when i try to make a object of it in c# script.
So if you get no errors, what happens when you try to access it? How is the DLL configured in plugin inspector? Can you show me a screenshot?