想要导入到unity内的类库需要放在特殊文件夹Plugins下。
Untiy_外部引入类库
导入之后,Unity就自动添加了这些类库。

关于类库生成时,需要将C#的目标框架版本降到.NET 2.0 ,因为unity本身框架最高为2.0 ,且低版本不会适配高版本。
Untiy_外部引入类库

PS:The classes in the module cannot be loaded. 出现类似报错信息是因为,导入类库没有进行重新生成,Unity无法分辨版本。

相关文章:

  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-10-04
  • 2022-12-23
  • 2021-10-16
  • 2021-12-03
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-12-03
  • 2022-12-23
  • 2021-11-07
相关资源
相似解决方案