PlayerControls.inputactions 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "PlayerControls",
  3. "maps": [
  4. {
  5. "name": "Player",
  6. "id": "bc3cb044-79f5-4ede-aac6-d5cc5fe19c72",
  7. "actions": [
  8. {
  9. "name": "Jump",
  10. "type": "Button",
  11. "id": "e01a34e0-bba5-4a28-a468-fb9d573af973",
  12. "expectedControlType": "Button",
  13. "processors": "",
  14. "interactions": "",
  15. "initialStateCheck": false
  16. },
  17. {
  18. "name": "Walk",
  19. "type": "Value",
  20. "id": "e797de02-177d-4a3a-9f28-2cf7407d7309",
  21. "expectedControlType": "Axis",
  22. "processors": "",
  23. "interactions": "",
  24. "initialStateCheck": true
  25. }
  26. ],
  27. "bindings": [
  28. {
  29. "name": "",
  30. "id": "7520c61c-996d-4dc5-8ebf-2ec455a04fb3",
  31. "path": "<Keyboard>/w",
  32. "interactions": "",
  33. "processors": "",
  34. "groups": "",
  35. "action": "Jump",
  36. "isComposite": false,
  37. "isPartOfComposite": false
  38. },
  39. {
  40. "name": "",
  41. "id": "bce29226-d26a-42d4-b2fe-d346adf61de5",
  42. "path": "<Keyboard>/space",
  43. "interactions": "",
  44. "processors": "",
  45. "groups": "",
  46. "action": "Jump",
  47. "isComposite": false,
  48. "isPartOfComposite": false
  49. },
  50. {
  51. "name": "1D Axis",
  52. "id": "fb1f0838-c6ad-46bd-9431-7d2a3b9afa03",
  53. "path": "1DAxis",
  54. "interactions": "",
  55. "processors": "",
  56. "groups": "",
  57. "action": "Walk",
  58. "isComposite": true,
  59. "isPartOfComposite": false
  60. },
  61. {
  62. "name": "negative",
  63. "id": "5b903d3d-8d58-4318-b638-9bd48ee1b7db",
  64. "path": "<Keyboard>/a",
  65. "interactions": "",
  66. "processors": "",
  67. "groups": "",
  68. "action": "Walk",
  69. "isComposite": false,
  70. "isPartOfComposite": true
  71. },
  72. {
  73. "name": "positive",
  74. "id": "fb642c86-db2a-40af-8bce-b2311adec905",
  75. "path": "<Keyboard>/d",
  76. "interactions": "",
  77. "processors": "",
  78. "groups": "",
  79. "action": "Walk",
  80. "isComposite": false,
  81. "isPartOfComposite": true
  82. }
  83. ]
  84. }
  85. ],
  86. "controlSchemes": []
  87. }