Version: 2019.2
配布の方法
さまざまなスプライトアトラスのシナリオの解決

遅延バインディング

Late Binding is the name of a process in which you load or swap in the desired Sprite Atlas at run time via the Sprite Atlas API. This is necessary when the build does not automatically load a prepared Sprite Atlas at run time (for example, when no Sprite Atlases are included in the build.

実行時のスプライト列挙

ランタイムにスプライトアトラスのコンテンツを取得するには、以下の手順を行います。

  1. SpriteAtlas をパブリック変数として使用する カスタムコンポーネント を作成します。
  2. フィールドに スプライトアトラス を割り当てます。
  3. エディターを 再生モード にします。
  4. 変数にアクセスしてプロパティー .GetSprites を呼び出し、選択したアトラスにパックしたスプライトの配列を取得します。
配布の方法
さまざまなスプライトアトラスのシナリオの解決