コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】BetterStreamingAssets: file assets/XXXX is where Streaming Assets are put, but is compressed.

概要

BetterStreamingAssets: file assets/XXXX is 
where Streaming Assets are put, 
but is compressed. If this is a App Bundle build, 
see README.md for a possible workaround. 
If this file is not a Streaming Asset 
(has been on purpose by hand or by another plug-in), 
handle CompressedStreamingAssetFound event or implement 
AndroidIsCompressedFileStreamingAsset partial method 
to prevent this message from appearing again. 

Android App Bundle で BetterStreamingAssets を使用すると
上記のエラーが発生することがある

README に記載されている通り、
StreamingAssets に格納するファイルの名前をすべて小文字にすると
エラーが発生しなくなる