com.elestrago.unity.spreadsheet-downloader

2.1.6 • Public • Published

Spreadsheet Downloader

NPM package License: MIT

Installing

Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your manifest.json file found at /ProjectName/Packages/manifest.json to include it as a dependency. See the example below on how to reference it.

Install via OpenUPM

The package is available on the npmjs registry.

Add registry scope

{
  "dependencies": {
    ...
    "com.elestrago.unity.spreadsheet-downloader": "x.x.x",
    ...
  },
  "scopedRegistries": [
    {
      "name": "eLeSTRaGo",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.elestrago.unity"
      ]
    }
  ]
}

Add package in PackageManager

Open Window -> Package Manager choose Packages: My Regestries and install package

Readme

Keywords

Package Sidebar

Install

npm i com.elestrago.unity.spreadsheet-downloader

Weekly Downloads

3

Version

2.1.6

License

MIT

Unpacked Size

27.8 kB

Total Files

48

Last publish

Collaborators

  • elestrago