我正在尝试构建一个Godot项目,它是我刚刚从我的回购系统中克隆出来的,可以在我的另一台机器上工作。
当我尝试在中构建时,我得到了错误
error CS0246: The type or namespace name 'Godot' could not be found (are you missing a using directive or an assembly reference?)我可以通过在Godot中创建一个基本的空场景项目并在Visual中打开新的解决方案并尝试构建来复制这一点。
https://stackoverflow.com/questions/71533027
复制相似问题