Search Unity

Serialization of gameobjects and storing them in a database

Discussion in 'AR' started by mKhandekar, Mar 23, 2019.

  1. mKhandekar

    mKhandekar

    Joined:
    Sep 20, 2018
    Posts:
    5
    I am trying to serialize the detected plane prefab of ARCore and store it in a Postgre sql. I am able to do it successfully. However, when I try to deserialise it, it doesn't work; the script does not load with the deserialised object. Anyone who has worked on serialisation of gameobjects and knows how the references work?