Visual Studio上でNUnitのプロジェクトから、Unity本体のプロジェクトを参照させて、Unity本体のプロジェクトのコードの一部をテストさせようとしたところ、下記のエラーメッセージが出力され、Debugディレクトリにアセンブリが生成されず、NUnitを実行することができませんでした。
Metadata file 'ProjectFolder\Temp\bin\Debug\Assembly-CSharp.dll' could not be found.
Google先生で検索したところStack Overflowでドンピシャの質問を見つけました。
https://stackoverflow.com/questions/58614995/visual-studio-doesnt-put-binaries-of-unity-project-to-output-folder
コメント