Unity dll

i’m using a dll in unity. in editor is working perfectly but when i build the project is not working.

Hi,

which target platform?
where did you placed the dll file?
what kind of dll it is?

1 Like

x64
plugins
is a dll from quixant

if you manually copy that dll into executable folder (after build), does that work?

also check player log, to see whats the error message.

I copied in plugin folder and is not working.
I’ll see player log.

I found the problem. thanks.

what was the issue?