You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to embed small games inside an Android app. The issue I’m facing right now is that the project files need to be in the assets folder.
If there’s a feature that allows us to specify the execution folder to the engine at the start, we can manage this situation.
Additionally, the game files might be compressed and hosted online, and with this feature, we could download the files separately and set the execution path in the app so the game loads from the desired folder.
If I want to load separate games, it’s not possible right now, and I want to organize them into separate folders, keeping them independent of each other.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to embed small games inside an Android app. The issue I’m facing right now is that the project files need to be in the assets folder.
If there’s a feature that allows us to specify the execution folder to the engine at the start, we can manage this situation.
Additionally, the game files might be compressed and hosted online, and with this feature, we could download the files separately and set the execution path in the app so the game loads from the desired folder.
If I want to load separate games, it’s not possible right now, and I want to organize them into separate folders, keeping them independent of each other.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions