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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

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?