Within our project this has lead to contamination of the cyclic reference manager when deserializing and then re-serializing assets with the same Serializer.
Edit: The above line not calling _lazyReferenceWriter.Clear(); is presumably a bug, as is done in the serialization here:
|
if (_references.Exit()) { |
fullserializer/Assets/FullSerializer/Source/fsSerializer.cs
Line 764 in c01db30
Within our project this has lead to contamination of the cyclic reference manager when deserializing and then re-serializing assets with the same Serializer.
Edit: The above line not calling
_lazyReferenceWriter.Clear();is presumably a bug, as is done in the serialization here:fullserializer/Assets/FullSerializer/Source/fsSerializer.cs
Line 665 in c01db30