Search Unity

Serialization Depth errors

Discussion in 'Scripting' started by KJoanette, Mar 23, 2015.

  1. KJoanette

    KJoanette

    Joined:
    Jun 8, 2013
    Posts:
    59
    I'm aware that serialization depths that exceed the limit will actually be truncated... in practice the structure we're serializing will never been even close to the limit, but still makes sense to be organized the way that it is.

    Is there any way to suppress the log error generated by this type of layout though? It gets really annoying.