プログラミング逆引き辞典

~ 多言語対応のプログラミングレシピ ~

Unity ERROR “The name `AssetDatabase’ does not exist in the current context”

■Unityで「ERROR “The name `AssetDatabase’ does not exist in the current context”」が出た時の解決法
 
①コンソールログからエラーになっているスクリプトを探す
 
②名前空間で「using UnityEditor;」が使われていることを確認
 
③②のスクリプトをEditorフォルダに配置する
※Editorフォルダが無い場合は新規作成して配置