Files
charade_experiment/vrcharades-unity/vrcharades-master/.vscode/launch.json
2025-09-17 13:19:48 +02:00

10 lines
178 B
JSON

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