0

[这个问题有 unity3d 标签,我无法将其更改为 unity2d]
我试图通过教程使用 ViGEm 来帮助我。
但是在我写代码的时候,上面出现了一条红色的下划线,上面写着using Nefarius.ViGEm.Client;
The type or namespace 'Nefarius' could not be found. (are you missing a using directive or an assembly reference?)

如何使用 Unity 进行这项工作?我已经仔细完成了教程的每一步。

4

1 回答 1

0

这些步骤修复了它:

  1. 转到 nuget 网站并下载软件包。
  2. 将文件解压缩为 .zip 文件。
  3. 进入lib文件夹并将 .dll 文件复制到 [Unity Project]\Assets\Plugins (如果文件夹不存在,则创建该文件夹)
于 2020-11-27T02:58:20.183 回答