MirrorNetworking / Mirror

#1 Open Source Unity Networking Library
https://mirror-networking.com
MIT License
5.15k stars 764 forks source link

Host's client can move but other players can't #3871

Closed GruffL0rd closed 2 months ago

GruffL0rd commented 2 months ago

For some reason only the hoster of the server's client moves, the other clients cannot move. The game recognises them as different clients and enables their player controller accordingly, but for some reason non host clients cannot move.

MrGadget1024 commented 2 months ago

Not a Mirror bug - please join our Discord for support.

Lessyzz commented 2 months ago

Check your NetworkTransform component switch it Sync Direction to Client To Server

GruffL0rd commented 2 months ago

the characters can't move even on their own screen. i will try your suggestion tho

GruffL0rd commented 2 months ago

i fixed it

Lessyzz commented 2 months ago

How? What was the problem

GruffL0rd commented 2 months ago

i forgot