youarebritish / FoxKit

General-purpose Fox Engine data editor.
MIT License
47 stars 5 forks source link

TransformData.parent, shearTransform, and pivotTransform randomly receiving values #107

Closed youarebritish closed 6 years ago

youarebritish commented 6 years ago

When this occurs, the parent also appears to be non-null even when it should be null.

youarebritish commented 6 years ago

Seems to occur after serialization. Not sure why it happens in some but not others.

youarebritish commented 6 years ago

Problem is serialization. Unity hates null values and will randomly create new values and assign them.