Files
YooAsset/Docs/AssetBundleDeployer.md
2022-07-27 10:25:46 +08:00

23 lines
550 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 资源部署
在资源补丁包构建成功之后需要将补丁包传输到CDN服务器上。
如果是本地测试可以在本地创建一个WEB服务器然后将补丁包拷贝到WEB服务器下。
**按照游戏版本目录部署**
在业务开发过程中每个游戏版本实际都会创建一个SVN分支该分支工程内每次构建的补丁包上传到对应的CDN目录下即可。
````
CDN
└─android
├─v1.0
├─v1.1
└─v2.0
└─iphone
├─v1.0
├─v1.1
└─v2.0
````