コガネブログ

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

【Unity】Your project path contains non-ASCII characters

概要

Your project path contains non-ASCII characters. 
This will most likely cause the build to fail on Windows. 
Please move your project to a different directory. 
See http://b.android.com/95744 for details. 
This warning can be disabled by adding the line 
'android.overridePathCheck=true' to gradle.properties file 
in the project directory.
  • Unity プロジェクトが存在するファイルパスに日本語が含まれている状態で
    Android ビルドしようとしたところ、上記のエラーが発生した
  • Unity プロジェクトを日本語が含まれていないファイルパスに移動したら
    正常にビルドできるようになった