Skip to content

Enemy ai#26

Open
vnagarkar3 wants to merge 3 commits intoyamEater20:mainfrom
vnagarkar3:EnemyAI
Open

Enemy ai#26
vnagarkar3 wants to merge 3 commits intoyamEater20:mainfrom
vnagarkar3:EnemyAI

Conversation

@vnagarkar3
Copy link
Contributor

Implemented NavMesh 2D using Unity.AI which allows all enemy players to avoid the obstacles that are placed in the scene. NavMesh is baked at Compile time and can adapt to the scene as well.

I add two new scripts, NavMeshAgent (which represents the enemy) and RenderingOffset which solves the Offset problem Alex and I were facing.

Implemented NavMesh 2D using Unity.AI which allows all enemy players to avoid the obstacles that are placed in the scene. NavMesh is baked at Compile time and can adapt to the scene as well.

I add two new scripts, NavMeshAgent (which represents the enemy) and RenderingOffset which solves the Offset problem Alex and I were facing.
Changes made that lead up to the same implementations made in the previous commit
Changes made that lead up to the same implementations made in the previous commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant