Unable to find dll in the Builds

Hi,

I have a small project that uses LSL4Unity as a plugin in its asset. I have in LSL4Unity a folder with liblsl64.dll.
When I build the project, Unity creates a folder Data/Plugins/x86_64 where it puts the dlls.
However it says that it was not able to find the liblsl64.dll in the folder Data/Plugins, is there a step in the building step I missed ?

Thanks in advance,
Tristan

These are not the same thing. Is that your problem?

1 Like

Hi sorry, that was a typing mistake in my precedent message.

No it is the same liblsl64.dll
FileNotFoundException: D:/Unity/hello-world-master/Builds/Windows/Hello World_Data\Plugins\liblsl64.dll does not exist
the path is in slash and backslash is it normal in unity ? (I am on windows 10, with Unity version 2019.4.18f1)
Tristan