prototype.core

1.0.1 • Public • Published

npm package openupm Tests License: MIT

Prototype Core

Prototype Core

How to use

Work In Progress

Install

via npm

Open Packages/manifest.json with your favorite text editor. Add a scoped registry and following line to dependencies block:

{
  "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.prototype"
      ]
    }
  ],
  "dependencies": {
    "com.prototype.unity-simple-notifications": "1.0.0"
  }
}

Package should now appear in package manager.

via OpenUPM

The package is also available on the openupm registry. You can install it eg. via openupm-cli.

openupm add com.prototype.unity-simple-notifications

via Git URL

Open Packages/manifest.json with your favorite text editor. Add following line to the dependencies block:

{
  "dependencies": {
    "com.prototype.unity-simple-notifications": "https://github.com/prototype/unity-simple-notifications.git"
  }
}

Tests

The package can optionally be set as testable. In practice this means that tests in the package will be visible in the Unity Test Runner.

Open Packages/manifest.json with your favorite text editor. Add following line after the dependencies block:

{
  "dependencies": {
  },
  "testables": [ "com.prototype.unity-simple-notifications" ]
}

Configuration

Work In Progress

License

MIT License

Copyright © 2023 Prototype

Package Sidebar

Install

npm i prototype.core

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

178 kB

Total Files

242

Last publish

Collaborators

  • django112