我已经在Visual Studio中安装了Microsoft.Identity.Client,现在可以在代码中声明using Microsoft.Identity.Client;
。 Visual Studio很高兴。但是,Unity不是。
Assets\Scripts\AutoKhan.cs(8,17): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
我该怎么做才能使Unity同样快乐?
使用外部库时,我遇到了类似的问题。由于Unity如何编译您的项目,通常会向您的项目添加一个dll。