Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow mounting resource archives manually #8847

Closed
akrause-ms opened this issue Apr 25, 2024 · 0 comments · Fixed by #8857
Closed

Allow mounting resource archives manually #8847

akrause-ms opened this issue Apr 25, 2024 · 0 comments · Fixed by #8857
Assignees
Labels
engine Issues related to the Defold engine feature request A suggestion for a new feature live update Issue related to the Live Update feature

Comments

@akrause-ms
Copy link

Is your feature request related to a problem? Please describe (REQUIRED):
In the current mounting system, there is no way to control which files will be selected for boostrap. This may cause loading errors before any line of client code has been invoked. As an example, you can take OBB files on the Android platform, which in most cases are downloaded together with the APK file during upgrade in the Google Play Store, but there are cases where this does not happen and the old OBB file is used. As the Budle file has higher priority when selecting a given file in the virtual file system, this may cause format errors when loading first game entry points.

Describe the solution you'd like (REQUIRED):
Having a flag in game.project that will allow you to disable auto-mounting and require the user to take care of which bundles will be used and at what point.

Describe alternatives you've considered (REQUIRED):
Having native liveupdate API support and entry point before bootstrap resources are loaded.

@akrause-ms akrause-ms added the feature request A suggestion for a new feature label Apr 25, 2024
@britzl britzl added engine Issues related to the Defold engine editor Issues related to the Defold editor live update Issue related to the Live Update feature and removed editor Issues related to the Defold editor labels Apr 25, 2024
@AGulev AGulev self-assigned this Apr 26, 2024
@britzl britzl changed the title Allow manual mount for each session Allow mounting resource archives manually May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issues related to the Defold engine feature request A suggestion for a new feature live update Issue related to the Live Update feature
Projects
Status: Done
3 participants