godot_card_engine icon indicating copy to clipboard operation
godot_card_engine copied to clipboard

Android folder incompatibility

Open DiegoParadeda opened this issue 3 years ago • 1 comments

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!

DiegoParadeda avatar Sep 17 '22 20:09 DiegoParadeda

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.

BraindeadBZH avatar Sep 20 '22 17:09 BraindeadBZH