kitsilanosoftware / Bosphorus

Alternative implementation of a subset of Unity3D (GPL/Commercial) to allow Unity3D-based code to migrate elsewhere
1 stars 0 forks source link

Resolve bidirectional relationships during/after deserialization #17

Open ztzg opened 10 years ago

ztzg commented 10 years ago

Figure out a way to complete the object graph, notably in the case of bidirectional relationships such as the ones found in Transforms:

Transform:
  m_Children:
  - {fileID: 118941736}
  - {fileID: 1385140954}
  m_Father: {fileID: 272743057}