Untiy_外部引入类库

想要导入到unity内的类库需要放在特殊文件夹Plugins下。 导入之后,Unity就自动添加了这些类库。 关于类库生成时,需要将C#的目标框架版本降到.NET 2.0 ,因为unity本身框架最高为2.0 ,且低版本不会适配高版本。 PS:The classes in the module cannot be loaded. 出现类似报错信息是因为,导入类库没有进行重新生成,Unity无法分辨
相关文章
相关标签/搜索