차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 |
unity:downloadingassetbundles [2015/05/22 15:39] – 링크가 옮기기 작업 때문에 적응했습니다 66.249.71.103 | unity:downloadingassetbundles [2018/02/22 03:04] (현재) – 바깥 편집 127.0.0.1 |
---|
| {{tag>유니티 unity}} |
| |
=====Downloading AssetBundles===== | =====Downloading AssetBundles===== |
| |
This section assumes you already learned how to build asset bundles. If you have not, please see [[BuildingAssetBundles|Building AssetBundles]] | 이 섹션에서는 당신이 이미 에셋 번들을 빌드하는 법을 배웠다고 가정한다. 만약 안 배웠다면 [[BuildingAssetBundles|Building AssetBundles]] 문서를 보시오. |
| |
There are two ways to download an AssetBundle | 에셋번들을 다운로드하는 방법은 두 가지가 있다. |
- _Non-caching:_ This is done using a creating a new [[ScriptRef:WWW.WWW.html|WWW object]]. The AssetBundles are not cached to Unitys Cache folder in the local storage device. | - _Non-caching:_ This is done using a creating a new [[ScriptRef:WWW.WWW.html|WWW object]]. The AssetBundles are not cached to Unitys Cache folder in the local storage device. |
- _Caching:_ This is done using the [[ScriptRef:WWW.LoadFromCacheOrDownload.html|WWW.LoadFromCacheOrDownload]] call. The AssetBundles are cached to Unitys Cache folder in the local storage device. The WebPlayer shared cache allows up to 50 MB of cached AssetBundles. PC/Mac Standalone applications and iOS/Android applications have a limit of 4 GB. WebPlayer applications that make use of a dedicated cache are limited to the number of bytes specified in the caching license agreement. | - _Caching:_ This is done using the [[ScriptRef:WWW.LoadFromCacheOrDownload.html|WWW.LoadFromCacheOrDownload]] call. The AssetBundles are cached to Unitys Cache folder in the local storage device. The WebPlayer shared cache allows up to 50 MB of cached AssetBundles. PC/Mac Standalone applications and iOS/Android applications have a limit of 4 GB. WebPlayer applications that make use of a dedicated cache are limited to the number of bytes specified in the caching license agreement. |
[[AssetBundlesIntro|back to AssetBundles Intro]] | [[AssetBundlesIntro|back to AssetBundles Intro]] |
| |
{{tag>유니티 unity}} | |
* 출처: [[http://unitykoreawiki.com/index.php?n=KrMain.DownloadingAssetBundles|유니티코리아위키]] (CC BY-NC-SA 2.0) | * 출처: [[http://unitykoreawiki.com/index.php?n=KrMain.DownloadingAssetBundles|유니티코리아위키]] (CC BY-NC-SA 2.0) |
| |