Problems about nav mesh bound volume

Hi, everyone!

Well, i made a child level inside my persist level in order to use load level stream node. Then i tried to create a nav mesh volume in the child level, and nothing happened, the ai won’t move, just standing there and watching me jumping around them. But when i placed the nav mesh volume into the persist level, everything works expected.

Did i miss something? OR the nav mesh bound volume has to be placed in the persist level to work normally?

Hello,

It is proper workflow to keep your NavMesh in the persistent level, so this seems to be working as intended.

Are you experiencing any issues at all when your Nav Mesh is in the persistent level? If not, then I can conclude this is working correctly.

Have a great day!

All right! Thanks for replying!