# Unity Converters for Newtonsoft.Json This package contains converters to and from common Unity types. Types such as **Vector2, Vector3, Matrix4x4, Quaternions, Color, even ScriptableObject,** *and many, many more.* (See the [full compatibility table of all +50 supported Unity types][ doc-compatability-table]) ## Prerequisites The Newtonsoft.Json library must be added to your project beforehand. Recommended to use the [jillejr.newtonsoft.json-for-unity][main-repo] package. ## Installation via Unity Package Manager Visit the jilleJr/Newtonsoft.Json-for-Unity/wiki for installation - [Installation via UPM][wiki-install-converters-via-upm] - [Installation via OpenUPM ![OpenUPM icon][openupm-icon]][wiki-install-converters-via-openupm] - [Installation via Git in UPM][wiki-install-converters-via-git-in-upm] ## Changelog Please see the [CHANGELOG.md][package-changelog] file inside this package. --- This package is licensed under The MIT License (MIT) Copyright (c) 2019 Kalle Fagerberg (jilleJr) See full copyrights in [LICENSE.md][package-license] inside repository [main-repo]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity#readme [repo-compatability-table]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters/blob/master/Doc/Compatability-table.md [package-changelog]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters/blob/master/CHANGELOG.md [package-license]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters/blob/master/LICENSE.md [wiki-install-converters-via-git-in-upm]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Install-Converters-via-Git-in-UPM [wiki-install-converters-via-openupm]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Install-Converters-via-OpenUPM [wiki-install-converters-via-upm]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Install-Converters-via-UPM [openupm-icon]: https://github.com/jilleJr/Newtonsoft.Json-for-Unity.Converters/raw/326b8e4c9b4fd9c583808dd1c66381ed8d206b1c/Doc/images/openupm-icon-16.png