ガレージ暮らしのトライタム

プログラムやツールの解説や技術を公開する場所

Mobile Notificationsのアイコン設定でSpecified texture can't be used because: Read/Write is not enabled in the texture importer.が出てくる

これはなに?

Unity製のローカル通知機能でアイコンを設定するときに出たエラーとその対策です
エラーは以下です
Specified texture can't be used because: Read/Write is not enabled in the texture importer

確認環境

  • Unity 2019.3.0f6
  • Mobile Notifications 1.0.3

問題

MobileNotificationsのアイコンを設定しようとすると画像のエラーが出てくる
f:id:traitam:20200405132651p:plain

対策

対象のアイコンにAdvanced -> Read/Write Enabledにチェックを入れてApplyする
f:id:traitam:20200405133137p:plain

解決すると以下のようにエラーが出なくなります。
f:id:traitam:20200405133215p:plain

アイコンサイズについて

Type: Small Iconだと「48×48」
Type: Large Iconだと「192×192」
が必要設定になっています。
f:id:traitam:20200405133528p:plain