Search Unity

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 ?