Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Unity Multiplayer Rigidbodys and Unity Multiplayer

Discussion in 'Multiplayer' started by petey, Jun 19, 2015.

  1. petey

    petey

    Joined:
    May 20, 2009
    Posts:
    1,732
    Hi there,

    I was wondering how do you handle dynamic objects in multiplayer?
    Say for example you made a simple pong game where the ball was dynamic (rigidbody), would both sides be able to interact with that object? So far with multiplayer I have just passed simple position data back and forth so I'm pretty new to it all so this concept was hurting my brain...

    Thanks,
    Pete