Search Unity

Does the NetworkView send Child positions as well?

Discussion in 'Multiplayer' started by spiralgear, Apr 22, 2008.

  1. spiralgear

    spiralgear

    Joined:
    Dec 13, 2007
    Posts:
    528
    if I attach a networkview component to "John Doe", who is a rigged model, does it send the position of his bones across the network?

    If so, then why would you need to be able to send animations across the network?
    http://unity3d.com/support/documentation/Components/net-StateSynchronization.html

    If the bones are already moving wouldnt the mesh be moving with them?



    And since his camera and sword are child objects, does it send that across the network as well?
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    No, that would eat up a TON of bandwidth and make lag shoot through the roof.

    By and large, if you're unsure whether a NetworkView sends something, the answer is usually going to be "only if you tell it to".