コガネブログ

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

【Unity】AssetBundleBrowser: Bundle name 'XXXX' contains a period

概要

AssetBundleBrowser: Bundle name 'XXXX' contains a period.  
Internally Unity keeps 'bundleName' and 'variantName' separate, 
but externally treat them as 'bundleName.variantName'.  
If a bundleName contains a period, the build will (probably) succeed, 
but this tool cannot tell which portion is bundle and 
which portion is variant.

AssetBundle Browser で Configure タブを開いた時に上記のエラーが発生する場合は
アセットバンドル名から . を削除する必要がある