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

2023-06-28  本文已影响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"
        }
    ]
}
上一篇下一篇

猜你喜欢

热点阅读