Jump to content

Log signification


Recommended Posts

When starting my game, there's a hundred of similar line on my log that are

Serialization depth limit exceeded at 'ThermalLink'. There may be an object composition cycle in one or more of your serialized classes.

(Filename: Line: 67)

what does it mean?

Link to comment
Share on other sites

When starting my game, there's a hundred of similar line on my log that are

Serialization depth limit exceeded at 'ThermalLink'. There may be an object composition cycle in one or more of your serialized classes.

(Filename: Line: 67)

what does it mean?

It's an error/warning that is new in recent versions of Unity. The behavior that it is throwing the errors for is not new, just the error reporting. Serialization is where you take some bit of data and turn it the format that it gets stored in memory as.

I wouldn't worry too much about it; I get the same errors even in pure stock KSP and I've seen it in every single log file posted by other players since KSP 1.0

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...