JarkkoPar / Utility_AI_GDExtension

This repository contains the binaries and example project for the Utility AI GDExtension.
MIT License
75 stars 2 forks source link

Add macOS distributions #7

Closed madeleineostoja closed 10 months ago

madeleineostoja commented 10 months ago

The GDExtension doesn't currently ship binaries that support mac (intel or arm64), would it be possible to add them?

JarkkoPar commented 10 months ago

I managed to set up cross compiling for macos, but as I don't have a Mac, I cannot test the resulting binaries.

I've attached the binaries to this message, could you please test if they work? You just need to download the zip, extract it somewhere and then copy the contained utility_ai folder to the addons folder in your Godot project.

utility_ai_macos_test.zip

madeleineostoja commented 10 months ago

Haven't dug too deep yet but seems to work well in Godot 4.2!

Only thing to note is that unless it's code signed (needs apple dev license) users will get an "unidentified developer" warning and need to manually allow it to be run in systems settings (one time operation).

JarkkoPar commented 10 months ago

Good that it is working! I'm including this unsigned version in 1.5 as an experimental feature until a signed build can be provided.