-
Notifications
You must be signed in to change notification settings - Fork 195
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
NewtonVR in Multiplayer? #104
Comments
This was something that was partially addressed in this old pull request. Now that there's an abstraction of the hardware platforms, it should be relatively straight-forward to add NPC / remote abstractions too. |
I just added PR #114 that adds an |
Very cool, look forward to testing it out eventually! |
I think its a bit naive to think you can write an entire multiplayer game around an abstraction of NVRHand. Our game http://store.steampowered.com/app/517020 is a mix of NewtonVR and VRTK and its alot of effort getting the physics clientside prediction to work etc. New players also need to be synced so the items in scene have the correct state on all machines etc. |
@AndersMalmgren you are 100% correct. There's a lot of complexity in client-side prediction. There may also be differences in approach depending on the type of game (whether there's a server as single source of truth or just p2p, for example), but having a virtual hand that can simulate actions of remote users and leaving the prediction up to the developer is IMO a good first step. That said, the next step I think is to remove the dependence on |
Hi,
NewtonVR is a great product and I try to develop my first game with it.
Do you have multiplayer support for NewtonVR? I think It would be very useful.
Thanks again and good luck!
The text was updated successfully, but these errors were encountered: