美文网首页
Unity Debug时,需为VSCode配置的launch.j

Unity Debug时,需为VSCode配置的launch.j

作者: 全新的饭 | 来源:发表于2023-06-28 18:19 被阅读0次
    {
        // Use IntelliSense to learn about possible attributes.
        // Hover to view descriptions of existing attributes.
        // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
        "version": "0.2.0",
            "configurations": [
            {
                "name": "Unity Editor",
                "type": "unity",
                "path": "/${Unity工程路径}/Library/EditorInstance.json",
                "request": "launch"
            }
        ]
    }
    

    相关文章

      网友评论

          本文标题:Unity Debug时,需为VSCode配置的launch.j

          本文链接:https://www.haomeiwen.com/subject/xenoydtx.html