launch.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. // Use IntelliSense to learn about possible attributes.
  3. // Hover to view descriptions of existing attributes.
  4. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "name": "Unity Editor",
  9. "type": "unity",
  10. "path": "/F:/Unity/Projects/RoomBuilder/Library/EditorInstance.json",
  11. "request": "launch"
  12. },
  13. {
  14. "name": "Windows Player",
  15. "type": "unity",
  16. "request": "launch"
  17. },
  18. {
  19. "name": "OSX Player",
  20. "type": "unity",
  21. "request": "launch"
  22. },
  23. {
  24. "name": "Linux Player",
  25. "type": "unity",
  26. "request": "launch"
  27. },
  28. {
  29. "name": "iOS Player",
  30. "type": "unity",
  31. "request": "launch"
  32. },
  33. {
  34. "name": "Android Player",
  35. "type": "unity",
  36. "request": "launch"
  37. },
  38. {
  39. "name": "Xbox One Player",
  40. "type": "unity",
  41. "request": "launch"
  42. },
  43. {
  44. "name": "PS4 Player",
  45. "type": "unity",
  46. "request": "launch"
  47. },
  48. {
  49. "name": "SwitchPlayer",
  50. "type": "unity",
  51. "request": "launch"
  52. },
  53. {
  54. "name": "Unity Editor",
  55. "type": "unity",
  56. "path": "/F:/Unity/Projects/RoomBuilder/Library/EditorInstance.json",
  57. "request": "launch"
  58. },
  59. {
  60. "name": "Windows Player",
  61. "type": "unity",
  62. "request": "launch"
  63. },
  64. {
  65. "name": "OSX Player",
  66. "type": "unity",
  67. "request": "launch"
  68. },
  69. {
  70. "name": "Linux Player",
  71. "type": "unity",
  72. "request": "launch"
  73. },
  74. {
  75. "name": "iOS Player",
  76. "type": "unity",
  77. "request": "launch"
  78. },
  79. {
  80. "name": "Android Player",
  81. "type": "unity",
  82. "request": "launch"
  83. },
  84. {
  85. "name": "Xbox One Player",
  86. "type": "unity",
  87. "request": "launch"
  88. },
  89. {
  90. "name": "PS4 Player",
  91. "type": "unity",
  92. "request": "launch"
  93. },
  94. {
  95. "name": "SwitchPlayer",
  96. "type": "unity",
  97. "request": "launch"
  98. }
  99. ]
  100. }