コガネブログ

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

【Unity】Script 'XXXX' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file.

概要

f:id:baba_s:20190930202251p:plain

Script 'XXXX' will not be compiled because it exists outside the Assets 
folder and does not to belong to any assembly definition file.

Packages に存在するスクリプトが Assembly Definition File に属していない場合
上記の警告が出力されます

f:id:baba_s:20190930202400p:plain

Project ビューの Create メニューから「Assembly Definition」を選択して

f:id:baba_s:20190930202406p:plain

Assembly Definition File を作成することで、警告が出力されなくなります