Using Unity, I want an Agent to path-find in a runtime generated scene. Normally, Unity provides a baked solution for path-finding, but I don't know how to implement it in runtime, or whether it is even possible.
How can I path-find in runtime with Unity?
Thank you for your help.