Hi all,
Here is a question about person walk in A* system and the behavior when towarding to waiting line.
To control objects easily, we grouped some objects on plane. However, we found that when objects are grouped with plane, person can't not access the waiting line. Person will emerge in the waiting line after they walked to the edge of the A* control area. Further more, we found this situation only occurs in waiting line.
I do some simple examples and wonder if there is a solution of this situation.
- queue3 is binding on plane and person can't access waiting line.
- queue2 is not binding on plane and person can access waiting line.
- queue4 is binding on plane and person can access queue5.
Thank you.