launch.json 236 B

123456789101112
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Unity Editor",
  6. "type": "mono",
  7. "request": "attach",
  8. "address": "localhost",
  9. "port": 56000
  10. }
  11. ]
  12. }