Hello Aron, I haven’t purchased your product yet as I already have an optimized A* solution for our game Goldfather but seeing there’s a plugin that has so much focus on A* I was wondering whether this would improve our games experience.
-
Does your algoirthm support queuing of sorts? If you watch our video we have a lot of characters in our game which can sometimes walk through each other so we’re looking to update this at some point to either create queues which will wait for one character to walk first and then the rest will continue etc. Also is it optimized for use such as this?
-
I’ve seen that your system supports proceedural environment, does that have any kind of limitation? We don’t support huge environments in our project but do they need to have specific colliders attached or anything similar to that?
-
For meshes that you’d want to avoid but also interact with such as a couch where you wouldn’t want to fall onto or go through it’s back but you can sit on fron the front, is there an “entrance” system or something similar to handle something like that?
-
Is your system through monobehaviours or can it be just a call on the code which will get position X for destination?
Thanks in advance, you have a great product and I see you try your best to answer everyone