Hi!
I’d like to use A* for a planetary environment (similar to Mario Galaxy, moving around a sphere).
1:
Is this possible with A*? What kind of Graph would you suggest? I’d like to use local avoidance with up to 200 agents and procedual generated obstacles.
2:
I am using a concept of faux gravity that requires a rigid body: http://pastebin.com/YBbFGZzD
The problem is that the character controller doesn’t work with this concept. The character falls down the sphere. Can I use A* with a rigid body instead of a character controller?
Thank you!