你好,我正在获取"cd "c:UsersUMUTDesktopUnity Projects latest Assets";如果($?) {dotnet run $Player_Movement}"消息,我得到这个错误消息&"无法找到一个项目运行。"确保项目存在于C:UsersUMUTDesktopUnity Projects latest Assets中,或者使用——project."传递项目路径;在我的Vs code Unity项目。İn我的另一个旧项目我有一个名为Player_Movement的c#脚本,但当我尝试调试项目时,我在我的新Unity项目中得到了这个错误。我下载了c#扩展。有什么解决办法或原因吗?
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class New : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Debug.Log("hi");
}
// Update is called once per frame
void Update()
{
}
}
我将Vs code设置重置为默认值,我的问题解决了。