-
{{ product.dl_count_total|number_format }}
{{ item.dl_count|number_format }} - {{ product.dl_count|number_format }}
-
{{ product.rate_average_2dp }}
({{ product.rate_count|number_format }})
作品内容
内容
本書は技術書です。
目的
Addressablesの基本的な使い方を理解しアプリサイズを縮小することです。
本書の対象読者
・アプリサイズを小さくしたい人
・アプリ起動を早くしたい人
・Resources.LoadからAddressablesに移行したい人
前提とする知識
・Unityでのビルドの基礎知識
・C#の基礎知識
・Unityについての基礎知識






















{
const fallbackSrc = '/modpub/images/web/home/not_found_img_main.png'
if (e.target.src === fallbackSrc) return;
e.target.onerror = null;
e.target.src = fallbackSrc;
}"
>