|
|
| (同じ利用者による、間の3版が非表示) |
| 行1: |
行1: |
| − | ==AssetBundleとは==
| + | [[Unity/AssetBundle/基本]] |
| − | Assetをまとめて固めたもの
| + | |
| | | | |
| − | 参考:AssetBundleを完全に理解する:https://qiita.com/k7a/items/d27640ac0276214fc850
| + | [[Unity/AssetBundle/AssetBundleBrower]] |
| | | | |
| − | 参考:AssetBundleの簡単なつくり方:https://your-3d.com/unity-assetbundle-simple/
| + | [[Unity/AssetBundle/AssetBundle作り方]] |
| | | | |
| − | ==補助ツール==
| + | [[Unity/AssetBundle/AssetBundle読込]] |
| − | AssetBundleBrowerツール
| + | |
| − | 公式:https://docs.unity3d.com/jp/current/Manual/AssetBundles-Browser.html
| + | |
| | | | |
| − | ===AssetBundleBrowerツールのインストール===
| + | [[Unity/AssetBundle/AssetBundleをサーバーから読込]] |
| − | PackageManagerか、Githubか、どちらかからインストール
| + | |
| − | | + | |
| − | ====PackageManagerからインストール====
| + | |
| − | #Unityメインメニュー/window/PackageManager/assetと入れる
| + | |
| − | #でてくるAssetBundleBrowerをinstall
| + | |
| − | #Packagesフォルダの下にAssetBundleBrowerが入る
| + | |
| − | | + | |
| − | Unity2019ではでたが、Unity2020ではAssetBundleBrowerがhitしなかった。
| + | |
| − | | + | |
| − | 参考:https://your-3d.com/unity-assetbundle-simple/
| + | |
| − | | + | |
| − | ====Githubからインストール====
| + | |
| − | #https://github.com/Unity-Technologies/AssetBundles-Browser でDL
| + | |
| − | #Editorをプロジェクトへドラッグ
| + | |
| − | | + | |
| − | ===AssetBundleBrowerツールの使い方===
| + | |
| − | #Unityメインメニュー/window/AssetBundleBrowerを選択
| + | |
| − | | + | |
| − | ==AssetBundleの作り方==
| + | |
| − | #適当なファイルをAssetsの下につくる
| + | |
| − | #window/AssetBundleBrowerを選択し、そのファイルを、Configureの中にDragしていれる
| + | |
| − | #Buildタグを選択し、
| + | |
| − | #BuildTargetにWebGLを選択
| + | |
| − | #OutputPathが、AssetBundles/WebGLであることを確認
| + | |
| − | #ClearHoldersだけチェック
| + | |
| − | #Buildボタンを押と、AssetBundles/WebGLの下にファイルが出来る。
| + | |
| − | | + | |
| − | これAssetBundles/WebGLのフォルダはできたが、その下にファイルができなかった・・。
| + | |
| − | | + | |
| − | 参考:https://your-3d.com/unity-assetbundle-simple/
| + | |
2021年8月5日 (木) 16:52時点における最新版
Unity/AssetBundle/基本
Unity/AssetBundle/AssetBundleBrower
Unity/AssetBundle/AssetBundle作り方
Unity/AssetBundle/AssetBundle読込
Unity/AssetBundle/AssetBundleをサーバーから読込