Scrawk / CGALDotNetUnity

CGALDotNet examples in Unity
MIT License
58 stars 10 forks source link

'DllNotFoundException' error for CGALWrapper.dll #6

Closed sakiraykurt closed 11 months ago

sakiraykurt commented 11 months ago

CGALWWrapper.dll file is not referencable to the project. I get DllNotFoundException' when I run the example, demo scenes. Can you check the native libraries?

sakiraykurt commented 11 months ago

I see the source codes of the libraries are only for Windows platform. So plugins only work on Windows. Maybe plugins can be built for MacOS and other platforms in future. Thanks.