-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for macOS #5
Comments
Hey, I don't have a mac to test on but my post on how to (maybe) get it working for Android should apply to Mac as well: #4 (comment) Let me know how it goes |
Oh yes, thanks, sorry I'm not used to cmake. This is how to make it work:
But the problem now is that I get files that are not
So I think you need to support that name as well:
|
Okay I made a new branch (https://github.com/DoubleDeez/UnrealFastNoise2/tree/multi-platform-support) with some changes to FastNoise2.build.cs that will hopefully support Mac (and iOS and Android). I've added the binaries for Mac (and linux) so you should only need to pull the branch and try building. Let me know how that goes @andraghetti |
Thanks for your effort and sorry for the late response! I ended up using this plugin so I could build the original FastNoise2 and link it automatically without having the binaries saved in a usually gitignored folder ( Anyway, your branch works so I think we can close this. |
Thanks for verifying! |
Hi!
Thank you for this plugin! Really useful!
I would like to expand it adding support for macOS. Can you tell me briefly how to achieve that?
Thank you!
The text was updated successfully, but these errors were encountered: