Search Unity

Need advice on syncing custom types like items

Discussion in 'Multiplayer' started by Loppy, Jun 30, 2015.

  1. Loppy

    Loppy

    Joined:
    Jun 19, 2015
    Posts:
    11
    If i want to sync an item created from my itemscript which has multiple variables like damage, health etc. Do i need to write my own serialization ? Unity networking gives a realtivly easy way for complex serialization i guess but is there a better way? Like syncing with commands?