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

ClientDriven example only works on Client+Host. Clients break #161

Open
paatz04 opened this issue Mar 26, 2024 · 1 comment
Open

ClientDriven example only works on Client+Host. Clients break #161

paatz04 opened this issue Mar 26, 2024 · 1 comment

Comments

@paatz04
Copy link

paatz04 commented Mar 26, 2024

The sample works locally when starting it as Client+Host. But when joining a HOST with a CLIENT, the physics interaction doesn't work for the CLIENT, and picking up an ingredient and then dropping it drops it in unexpected places.

When building a dedicated server (after adding code to run the headless version as a server) and connecting with 2 clients the same issue persists on both clients. Although one client's position is also completely off. (They are replicated underground)

To Reproduce
Steps to reproduce the behavior:

  1. Create a clone with ParrelSync
  2. Start one as Host and one as Client

Expected behavior
Player's should sync correctly across all clients. Ingredients should be dropped at correct positions, physics on client should work.

Environment

  • OS: Windows 10
  • Unity Version: 2022.3.21
  • Bitesize Samples Repository latest main branch

image

@UnityMark
Copy link

Same problem

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

2 participants