Bunny83 / SimpleJSON

A simple JSON parser in C#
MIT License
735 stars 294 forks source link

Create repo for a UPM version of SimpleJSON #55

Open TomatechGames opened 1 year ago

TomatechGames commented 1 year ago

Using SimpleJSON in custom packages either results in

My proposed solutions are

christianhanne commented 1 year ago

I created an installable unity package for this. You can find it here: https://github.com/christianhanne/SimpleJSON/tree/unity-package

It's really basic right now. I just created the bare minimum to make this work in all projects, that previously used to install this manually. Imho there aren't really any downsides of just moving everything to a Runtime folder and adding the necessary config files. If you just want to download the package, you can still do so. Would love to create a pull request, if the author of this package is interested.

I also added a README file with installation instructions.