Client can't walk on spawned actors ONLY IN PACKAGED VERSION

Simple project with network replication and procedural generated dungeon via replicated seed. (Seed generated on server, replicated in game state, map generated on client by seed. Game is listen server, bug not reproducing in any net mode)

During devlopment, all works properly. Same seed, same dungeon on server and client.
WHEN ITS PACKAGED VERSION - same seed and same dungeon on server and client, nothing unusual. BUT WHEN THE CLIENT STEPS ON GENERATED MESH - he will be corrected by server and change move direction, desyncs client movement, until he walks back.

Meshed generated by simple spawn actor node.

Also, if you just jumping - it will not correct client.

And again - that only in packaged version of the project. Any ideas?



So, the solution - MAKE SURE THAT YOUR GENERATED MESHES HAS STATIC MOBILITY!

REMEMBER KIDS: IF YOUR STATIC MESH HAS MOVABLE MOBILITY, YOU WILL BE REJECTED BY SERVER IF ITS NOT REPLICATED

If you cant change them in Editor, do it by blueprints (in BeginPlay)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.