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.
Dismiss Notice
Join us now in the Performance Profiling Dev Blitz Day 2023 - Q&A forum where you can connect with our teams behind the Memory and CPU Profilers and the Frame Debugger.

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 ?