How do I update my game asset/skin online without update apk/aab (android)?

0 favourites
  • 3 posts
From the Asset Store
Fantasy Game includes more than 600 sound effects inspired by hit computer games like World of Warcraft and Diablo.
  • Hi,

    can I update my game asset online without updating apk/aab file on google play console?

    the game assets its like skin player, etc.

  • You'll need to use a Content Delivery Network (CDN) or make your own. It could be as simple as downloading files over http or integrating into something like Azure.

    Unfortunately you're limited in how much data can be stored locally. I don't know the best workarounds for this but you'd need to figure out a plan before you commit to any system.

    There's also the matter of dynamically loading sprites/etc., which Construct does well but you'll need to do a fair bit of setup to make it work like you want. For example if you're adding new objects with their own collision polygons and instance variables.

    For my own projects, I tend to only use a CDN to pull through data (json and html files) and a handful of images for special events in the game. All other objects are loaded into the project, even if they're not always used.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • thanks for the detailed explanation.

    I think I'm still far from being able to make such a system.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)