Serializing Unity objects could be tricky. Can result in very unexpected results when doing a JsonConvert.Serialize on a Vector3. Convert common Unity types to begin with instead of having to make ...