Updating game contents after distribution

Is there a simple way to use custom contents after release my game? How do I can setup that?
For example, new images/objects to interact with a hero character, like an helm or new weapon…

Thanks! [import]uid: 54349 topic_id: 30472 reply_id: 330472[/import]

Easiest way is to include them in the initial game and then unlock/unhide them later.

Or, if you really do want to deliver them later, you can use something like network.download() to grab a new image and save it to the user’s device.

Jay [import]uid: 9440 topic_id: 30472 reply_id: 122083[/import]

I have thought of include the contents, but the second way seems to give more freedom to future updates!

Thanks Jay!!! [import]uid: 54349 topic_id: 30472 reply_id: 122095[/import]

Easiest way is to include them in the initial game and then unlock/unhide them later.

Or, if you really do want to deliver them later, you can use something like network.download() to grab a new image and save it to the user’s device.

Jay [import]uid: 9440 topic_id: 30472 reply_id: 122083[/import]

I have thought of include the contents, but the second way seems to give more freedom to future updates!

Thanks Jay!!! [import]uid: 54349 topic_id: 30472 reply_id: 122095[/import]