【Unity エラー】UnityException : Textureの読み書き

デバイスでバグが確認でき、バグの原因がデバイスだけでわからない時、Android Device Monitor を使って確認する。(モニターでのチェックは必須..?)

エラー

03-30 16:13:01.606: I/Unity(3016): UnityException: 
Texture 'frame_share_000' is not readable, the texture memory can not be accessed from scripts. 
You can make the texture readable in the Texture Import Settings.

解決法

  • texture[texture type : advance]をスクリプトから読み書きする時、使用する"Read / Write anabled" を"true"にする必要がある。