mirror of https://github.com/axmolengine/axmol.git
Update samples/Cpp/AssetsManagerTest/README.md
This commit is contained in:
parent
32fbced31f
commit
2d225437e5
|
@ -2,19 +2,24 @@ This sample shows how to use AssetsManager to auto-update application resources(
|
||||||
|
|
||||||
In this sample, there is a scene which contains three items:
|
In this sample, there is a scene which contains three items:
|
||||||
* enter
|
* enter
|
||||||
Start to run script.
|
|
||||||
|
Start to run script.
|
||||||
* reset
|
* reset
|
||||||
Delete downloaded resources and delete recorded version code.
|
|
||||||
|
Delete downloaded resources and delete recorded version code.
|
||||||
* update
|
* update
|
||||||
Download new version of package if it exits.
|
|
||||||
|
Download new version of package if it exits.
|
||||||
|
|
||||||
You can use this sample like this:
|
You can use this sample like this:
|
||||||
* Run original version application(refered as v1)
|
* Run original version application(refered as v1)
|
||||||
|
|
||||||
```
|
```
|
||||||
start application
|
start application
|
||||||
click "enter"
|
click "enter"
|
||||||
```
|
```
|
||||||
* Run new version application(v2)
|
* Run new version application(v2)
|
||||||
|
|
||||||
```
|
```
|
||||||
start application
|
start application
|
||||||
click "update"
|
click "update"
|
||||||
|
@ -22,10 +27,11 @@ click "enter"
|
||||||
```
|
```
|
||||||
You will find the changes.
|
You will find the changes.
|
||||||
* Run v1 again after running v2
|
* Run v1 again after running v2
|
||||||
|
|
||||||
```
|
```
|
||||||
start application
|
start application
|
||||||
click "reset"
|
click "reset"
|
||||||
click "enter"
|
click "enter"
|
||||||
```
|
```
|
||||||
The application turns back to v1. Ofcourse you can run v2 again as mentioned abave.
|
The application turns back to v1. Ofcourse you can run v2 again as mentioned abave.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue