Lachee / unity-named-pipes

A native named pipe wrapper for Unity3D
MIT License
60 stars 7 forks source link

Pipes works in Editor, but not in Build #5

Closed TheSabotender closed 3 years ago

TheSabotender commented 3 years ago

I'm using NamedPipes to tell Streamlabs OBS to change scene, thanks to this dll, i got it working in the Unity Editor, but it doesnt work when I make my build. Is there something that needs to be changed in my project settings? (I have already set Api Compatibility Level to .NET 4.x, but that is the only thing i have changed)

Lachee commented 3 years ago

What version of unity are you using?

TheSabotender commented 3 years ago

Unity 2020.1.10f1

TheSabotender commented 3 years ago

Aha, I had to change the Architecture to x86_64 in the build settings, please include this in the README.md :)

Lachee commented 3 years ago

ah yes, I only bothered building 64bit versions of the native library. I should mention that, thanks.