Godot Version
4.2
Question
How do you export an ARMv8 file within my game when exporting to mobile? I know there is an export filters section but I don’t know what to write since there isn’t a .suffix to such files.
4.2
How do you export an ARMv8 file within my game when exporting to mobile? I know there is an export filters section but I don’t know what to write since there isn’t a .suffix to such files.
Didn’t work. I tried filters “servTestMobile*” and “servTestMobile” but still got exceptions.
In that case you need to use the full path to the file from res://
. In your case it would be Bin/servTestMobile
It worked! Thanks a lot.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.