This is wrapper around the awesome SimpleJSON library originally developed by Markus Göbel. This is required for most of my Unity packages. Until there is an official SimpleJSON Unity package, I decided to create this wrapper, so SimpleJSON can be marked as a dependency in my packages. If you have any questions or issues with SimpleJSON, please refer to the original repository.
- Clone this repository into a folder on your computer. Alternatively you can download the zip file and unpack it.
- Open up your Unity project.
- Go to Window -> Package Manager.
- In the upper left corner of the package manager, click on the plus sign.
- Select Add package from disk...
- Search for the installation folder of your package & select the package.json.
- Congrats! You can now use this package.
- Make sure you have properly setup Git on your computer.
- Open up your Unity project.
- Go to Window -> Package Manager.
- In the upper left corner of the package manager, click on the plus sign.
- Select Add package from git URL...
- Add the url of this package.
- Congrats! You can now use it.