차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
unity:downloadingassetbundles [2015/05/21 23:34] – 문서가 unity3d:downloadingassetbundles에서 unity:downloadingassetbundles(으)로 옮겨졌습니다 V_Lunity:downloadingassetbundles [2018/02/22 03:04] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +{{tag>유니티 unity}}
  
 =====Downloading AssetBundles===== =====Downloading AssetBundles=====
  
-This section assumes you already learned how to build asset bundlesIf 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 Unity’s 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 Unity’s 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 Unity’s 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 Unity’s 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.
줄 69: 줄 70:
 [[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)