-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement pathfinding #12
Milestone
Comments
Indy2222
added
C-Enhancement
A-Movement
S-Needs-Investigation
E-Complex
P-Critical
and removed
enhancement
labels
May 4, 2022
After doing a bit more research, I decided to go with a version of NavMesh in the first iteration:
|
Indy2222
added a commit
that referenced
this issue
May 31, 2022
Will be used by path finding plugin. Relates to #12.
Indy2222
added a commit
that referenced
this issue
May 31, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Indy2222
added a commit
that referenced
this issue
Jun 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #11 is implemented adapt it to proper object movement.
There are several requirements:
Research available algorithms. Plain A* won't work.
The text was updated successfully, but these errors were encountered: