## 运行游戏模式后,Editor就会报“Unity.Model”这个程序集找不到。

TypeLoadException: Could not load type of field ‘ET.Battle.Editor.SkillActionScriptedImporter:asset’ (2) due to: Could not load file or assembly ‘Unity.Model, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies.
## 修改一下代码,编译后。会变正常

## 大佬门,是因为运行时,加载程序集的原因吗?需要怎么改?
这里的编辑器器会依赖“Unity.Model”的一个数据结构代码