gpvigano / AsImpL

Asynchronous Importer and run-time Loader for Unity
MIT License
212 stars 37 forks source link

Add package.json to allow installation through Unity project manifest #46

Closed NoTuxNoBux closed 3 years ago

NoTuxNoBux commented 3 years ago

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.

EDIT: Partially helps with #38.