Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

File metadata and controls

27 lines (20 loc) · 1.28 KB

SimpleJSON for Unity

Description

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.

Installation

Local Package

  1. Clone this repository into a folder on your computer. Alternatively you can download the zip file and unpack it.
  2. Open up your Unity project.
  3. Go to Window -> Package Manager.
  4. In the upper left corner of the package manager, click on the plus sign.
  5. Select Add package from disk...
  6. Search for the installation folder of your package & select the package.json.
  7. Congrats! You can now use this package.

Install via Git

  1. Make sure you have properly setup Git on your computer.
  2. Open up your Unity project.
  3. Go to Window -> Package Manager.
  4. In the upper left corner of the package manager, click on the plus sign.
  5. Select Add package from git URL...
  6. Add the url of this package.
  7. Congrats! You can now use it.