demo_ar_unity/.vscode/launch.json
2025-03-18 09:34:42 +07:00

10 lines
178 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}