random reachable points in the volume #23
|
How do i get an agent to go to random reachable points in the volume? i cant tell from the descriptions and it looks like i should beagle to use the built in nav nodes but the ai move to is not working |
Answered by
darbycostello
Jan 20, 2026
Replies: 1 comment
|
I suggest you get started with this example project. If the randomised location within the volume is occluded the pathfinder should still try to find the nearest non-occluded location to it. The AI Move to implementation was stubbed out recently while I was addressing other critical systems, so I'll be putting that back in shortly. |
0 replies
Answer selected by
darbycostello
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest you get started with this example project. If the randomised location within the volume is occluded the pathfinder should still try to find the nearest non-occluded location to it. The AI Move to implementation was stubbed out recently while I was addressing other critical systems, so I'll be putting that back in shortly.