anome / Unity-VideoOutput

Plugin to send Unity frames via Syphon/Spout/NDI
Other
64 stars 8 forks source link

Can't build application (Unity 2020.1.4f1 Win10 x64) #7

Open benkuper opened 4 years ago

benkuper commented 4 years ago

Hello, When building an app, I get several compiler errors, mainly due to calls to EditorApplication that should be guarded between #if UNITY_EDITOR But even with those fixes, it eventually fails with an untraceable error ("Build failed with some errors"), and I can't find anything to do. Removing the plugin from the scene and from the project makes it compile ok again

Gabana commented 3 years ago

I´m having a similar issue in a Mac Mini (with M1 processor). I can build fine but when i start using Syphon, it stops working and shows this error in XCode: image

@mto-anomes any idea why this could be happening?

Thanks! D