limbonaut / limboai

LimboAI - Behavior Trees and State Machines for Godot 4
MIT License
780 stars 24 forks source link

Android Export #146

Closed AndromeDIE closed 1 week ago

AndromeDIE commented 1 week ago

Already posted this on the discord, but when I try to remote debug my project on a VR Headset via Android Export Preset I get this error message. image Are Android Exports not supported yet?

limbonaut commented 1 week ago

Only module version is supported at the moment via custom templates. Currently, we don't build Android libraries for GDExtension. Simply because I didn't add that part to our GitHub build process yet. You could probably build those libs on your own, and I don't think there is any serious reason why it wouldn't be compatible. The module version already compiles with no issues so far.