「Unity/Addressable」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→Addressableの再生成) |
|||
行1: | 行1: | ||
==Addressableとは== | ==Addressableとは== | ||
外部サーバーで使えるResources | 外部サーバーで使えるResources | ||
+ | |||
+ | ==インストール== | ||
+ | #Unityマインメニュー/Window/Package Manager/Unity Registryが選択"addressable"を検索 | ||
+ | #Addressablesをinstall | ||
==Addressableの削除== | ==Addressableの削除== |
2021年7月30日 (金) 22:17時点における版
目次
Addressableとは
外部サーバーで使えるResources
インストール
- Unityマインメニュー/Window/Package Manager/Unity Registryが選択"addressable"を検索
- Addressablesをinstall
Addressableの削除
- Window/Asset Management/Addressables/Groups
- Build/CleanBuild/AllとContent BuildersとBuild Pipeline Cache
Addressableの再生成
- Window/Asset Management/Addressables/Groups
- Build/New Build/Default Build Script
プロジェクト以下/ServerData/WebGL/とかにできる
ServerData/WebGL/catalog_v1.0.hash ServerData/WebGL/catalog_v1.0.json ServerData/WebGL/localization-assets-shared_assets_all.bundle ServerData/WebGL/localization-string-tables-chinese(traditional)(zh-tw)_assets_all.bundle ServerData/WebGL/localization-string-tables-english(unitedstates)(en-us)_assets_all.bundle ServerData/WebGL/localization-string-tables-japanese(japan)(ja-jp)_assets_all.bundle
AddressablesのRemoteLoadPathの変更
- Window/Asset Management/Addressables/Groups
- Profile:WebGLを選択
- ManageProfiles
- RemoteLoadPathを変更する
https://qiita.com/tetr4lab/items/1b26755089820b041b4f