Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Entity Serialization

Discussion in 'Project Tiny' started by Xfer83, Feb 14, 2019.

  1. Xfer83

    Xfer83

    Joined:
    Nov 1, 2014
    Posts:
    1
    Greetings,
    I am interested in figuring out how to serialize entities and transmit them over network. It seems that live link has the capability to send these back over socket connection to unity editor, but if anybody has information about where I can peek at the code responsible for that it'd be appreciated. Alternatively, if somebody knows the methods needed to fully JSON,Stringify an Entity / Entity group, that'd be great. (Standard stringify appears to only produce a reference, might be an easy answer here but I'm not well versed in javascript)
    Thanks!