applejag / Newtonsoft.Json-for-Unity.Converters

Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters
MIT License
322 stars 36 forks source link

namespace typo error for QuaternionConverter.cs in Mathematics #86

Closed DengWang closed 8 months ago

DengWang commented 8 months ago

namespace typo error for QuaternionConverter.cs in Mathematics

now is Newtonsoft.Json.UnityConverters.Math, should be Newtonsoft.Json.UnityConverters.Mathematics

applejag commented 8 months ago

Oh what a derp, thanks for reporting this!