axmol/samples/Cpp/AssetsManagerTest
minggo 4f484cbcbf enable c++11 for android projects 2013-06-03 11:02:41 +08:00
..
Classes issue #1859:download resources in a new thread 2013-05-15 17:09:28 +08:00
Resources make AssetsManager work on iOS 2013-03-18 15:57:30 +08:00
proj.android enable c++11 for android projects 2013-06-03 11:02:41 +08:00
proj.ios enable c++11 for iOS projects 2013-06-03 10:57:06 +08:00
proj.win32 issue #1859:fix compiling error of AssetsManager.cpp 2013-05-17 09:47:31 +08:00
README.md Update samples/Cpp/AssetsManagerTest/README.md 2013-02-22 17:26:21 +08:00

README.md

This sample shows how to use AssetsManager to auto-update application resources(pictures or scripts).

In this sample, there is a scene which contains three items:

  • enter

    Start to run script.

  • reset

    Delete downloaded resources and delete recorded version code.

  • update

    Download new version of package if it exits.

You can use this sample like this:

  • Run original version application(refered as v1)
start application
click "enter"
  • Run new version application(v2)
start application
click "update"
click "enter"

You will find the changes.

  • Run v1 again after running v2
start application
click "reset"
click "enter"

The application turns back to v1. Ofcourse you can run v2 again as mentioned abave.