(:3[kanのメモ帳]
id:kan_kikuchi
non-readable 'TextureName' texture is not allowed!【Unity】【エディタ拡張】【トラブルシューティング】
エディタ拡張とは この記事でのバージョン Unity 5.1.0f3 Personal はじめに 今回はテクスチャを読み込み、インスタンス化しようとした際にnon-readable 'TextureName' texture is not allowed!と表示される場合の対処法です。 Texture texture = Instantiate(Resources.Load ("Black")) as Texture; 上記の画像はBlackと…