This adds a package.json so automatic installation through a Unity project's manifest.json becomes possible. The main advantage of this is that you can more easily update to newer (stable or unstable) versions of this library and it gets installed automatically in projects, i.e. you don't need to clutter your version control with code of dependencies.
More information on the settings can be found here.
This adds a
package.json
so automatic installation through a Unity project'smanifest.json
becomes possible. The main advantage of this is that you can more easily update to newer (stable or unstable) versions of this library and it gets installed automatically in projects, i.e. you don't need to clutter your version control with code of dependencies.More information on the settings can be found here.
EDIT: Partially helps with #38.