Godot Version
4.5.1
Question
We have taken reference from this gitHub link
Tried methods:
Approach 1: as suggested in github link
→ this approach copies the whole Godot project into Android Assets folder.
→ In this case Godot resources are easily available from apk, as its not encrypted.
→ How to use Godot setup in this case for releasing Apk into playstore, so that we can protect Godot project
Approach 2:
we have tried below export options in Godot ide:
- Have exported godot project as zip
- Unzipped the exported file and kept in assets folder
- this didn’t work for us.
Our main problem:
- Since we are copying the whole project in asset folder → the files are in readable form
- How to use Godot setup in this case for releasing Apk into playstore, so that we can protect Godot project
- Please help us and provide relevant resources.