godot_card_engine
godot_card_engine copied to clipboard
Android folder incompatibility
First of all, brilliant work @BraindeadBZH !
Second I saw you didn't enable Android compilation for the project so this feedback might not be useful as of now.
Anyways, from my experience Android won't allow you to read/write from folders starting with underscore "_".
If you try to compile and run your code for Android you'll get issues that are very hard to relate to that cause.
My suggestion: rename _private to just private
I have tried that and it works, best of luck!
Thank you for your feedback, I'm not familiar with mobile development so I was not aware of this limitation. I will try to change that when I have time.