NavMesh no created on Client side

I created my game with Top Down Template. I switch the number of players to 2. but when the client join into the server. The navMesh of the current level no construct on the client side.

I would very appreciate if anyone could help me.

1 Like

Hello,

I do not believe this is a bug. In Edit->Project Settings->Navigation System, you’ll need to enable the option for Allow Client Side Navigation. This will allow the Nav Mesh to draw on the client.

Let me know if you need further assistance.

Have a great day

3 Likes

Thanks, that`s the reason.

I dont get it? i have put mine to “Allow Client Side Nav” and stil my clients are just standing there facing the right direction?

Im using SimpleMoveToLocation, what are you using?

SimpleMoveToLocation is not meant to be used in multiplayer. Keep in mind that templates are not set up to work with multiplayer by default, and are only meant to showcase functionality in single player. This is by design. You can take a look at the following thread if you want to mess around with getting something working for multiplayer: