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

serializing arrays and serializing networkViewID

Discussion in 'Multiplayer' started by llavigne, Mar 21, 2008.

  1. llavigne

    llavigne

    Joined:
    Dec 27, 2007
    Posts:
    977
    How do I serialize an array ?

    also networkViewID.ToString() exists so I can serialize that but then how do I do the reverse ie: turn the string back into a networkViewID struct ??

    [EDIT] Actually I mis-read, serialize() accepts only char ... how do I move a networkViewID through serialize ?