LoginSignup
3
2

More than 5 years have passed since last update.

MissingFieldException: Field 'UnityEditor.Scripting.Compilers.ScriptCompilerBase._island' not found.

Last updated at Posted at 2018-12-22

詳細

他にも
Exception generating network code: System.Exception: Assembly Temp\Unity.TextMeshPro.dll does not exist!
Windows10
Unity2018.2.5をUnity2018.2.20にアップデートしてプロジェクト開いたら発生してました
症状としてはcompile error状態です
Package ManagerがWindowのところに表示されなくなったりもしました

https://forum.unity.com/threads/2018-3-0-b6-conflicts-with-incremental-compiler-solution-within.570865/
incremental compilerとtextmeshproを削除してmanifestからも消すんだ、と書いてありますが
そんなことしたらmissingだらけになって僕が死んでしまいます

修正方法

Unity2018.2.5のPackage ManagerでIncrementalCompilerをRemoveしました
(一応気休めにTextMeshProを最新の1.3.0にしました
その後アップデートしたらうまくいきました

もしかしたらmanifestから直接incremantal compilerの項目を消しても治ったかもしれません
http://kan-kikuchi.hatenablog.com/entry/PackageManager
{unityprojectフォルダ}/Packages/manifest.json

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2