Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkTransformReliable doesn't work with KCP Transport #48

Open
KarmyDev opened this issue May 2, 2023 · 0 comments
Open

NetworkTransformReliable doesn't work with KCP Transport #48

KarmyDev opened this issue May 2, 2023 · 0 comments

Comments

@KarmyDev
Copy link

KarmyDev commented May 2, 2023

When new player joins and moves, only the old player will see the update, but if old player moves, the new player won't see update.

Steps to reproduce:

  1. Make a new Unity project (Unity 2021.3.21f1)
  2. Add Mirror (Mirror-78.4.3)
  3. Make a Manager Game Object with NetworkManager, NetworkManagerHUD, and KcpTransport and assign it to NetworkManager
  4. Make player game object with simple Movement script
  5. Add NetworkTransformReliable to player object and select SyncDirection to ClientToServer.
  6. Turn that player into prefab and assign it to NetworkManager, remove it from scene and build the game
  7. Play and move on host and on client to see the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant