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のアイコンを設定しようとすると画像のエラーが出てくる
対策
対象のアイコンにAdvanced -> Read/Write Enabledにチェックを入れてApplyする
解決すると以下のようにエラーが出なくなります。
アイコンサイズについて
Type: Small Iconだと「48×48」
Type: Large Iconだと「192×192」
が必要設定になっています。