Moved from swarm to NavMesh - need to fix the enemy navigation! Review the animation controller to see if anything is being triggered.

This commit is contained in:
2026-06-19 16:20:36 +01:00
parent 14371de4e6
commit e058a7984f
705 changed files with 2046326 additions and 219 deletions

View File

@@ -86,6 +86,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Repair",
"type": "Button",
"id": "ebf1fc31-ad4a-479b-89a7-8002e36f95bf",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -385,6 +394,28 @@
"action": "Attack",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "627e81c9-a30c-497f-bbed-cfdc79f3a0f8",
"path": "<Keyboard>/r",
"interactions": "",
"processors": "",
"groups": ";Keyboard and Mouse",
"action": "Repair",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d59edd54-8ff7-49e2-b568-6b6983bc7e6a",
"path": "<Gamepad>/buttonEast",
"interactions": "",
"processors": "",
"groups": ";Gamepad",
"action": "Repair",
"isComposite": false,
"isPartOfComposite": false
}
]
}