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 SyncVars on inherited behaviours

Discussion in 'Multiplayer' started by Nemahs, Jun 29, 2015.

  1. Nemahs

    Nemahs

    Joined:
    Feb 12, 2013
    Posts:
    1
    So I have a few SyncVars on a class named Selectable which inherits from NetworkBehaviour.
    However, my object has a component using the Unit script which inherits from Selectable. Only the SyncVars on Unit are sent across the network, none of the inherited SyncVars from Selectable are synced.

    Is this supposed to happen?