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 March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

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,703
    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".