JSPM

  • Created
  • Published
  • Downloads 130
  • Score
    100M100P100Q71402F
  • License MIT

DOTS library for Unity Development by Rivello Multimedia Consulting

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (com.rmc.rmc-dots) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    npm package License: MIT

    RMC DOTS

    How to use

    This is the DOTS library for Unity Development by Rivello Multimedia Consulting.

    It includes functionality for audio, custom data types, reusable Unity UI elements, visual transitions, and more.

    Import the package into your new or existing Unity Project. Enjoy!

    Install

    You can either install Via NPM or Via Git URL. The result will be the same.

    Via NPM

    You can either use the Unity Package Manager Window (UPM) or directly edit the manifest file. The result will be the same.

    UPM

    To use the Package Manager Window, first add a Scoped Registry, then click on the interface menu ( Status Bar → (+) Icon → Add Package By Name ... ).

    Manifest File

    Or to edit the Packages/manifest.json directly with your favorite text editor, add a scoped registry then the following line(s) to dependencies block:

    {
      "scopedRegistries": [
        {
          "name": "npmjs",
          "url": "https://registry.npmjs.org/",
          "scopes": [
            "com.rmc"
          ]
        }
      ],
      "dependencies": {
        "com.rmc.rmc-dots": "1.4.3" //Use the latest "version" in the https://github.com/SamuelAsherRivello/rmc-dots/blob/main/package.json
      }
    }

    Package should now appear in package manager.

    Or Via Git URL

    You can either use the Unity Package Manager (UPM) Window or directly edit the manifest file. The result will be the same.

    UPM

    To use the Package Manager Window click on the interface menu ( Status Bar → (+) Icon → Add Package From Git Url ... ).

    Manifest File

    Or to edit the Packages/manifest.json directly with your favorite text editor, add following line(s) to the dependencies block:

    {
      "dependencies": {
          "com.rmc.rmc-dots": "https://github.com/SamuelAsherRivello/rmc-dots.git"
      }
    }

    Optional

    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.rmc.rmc-dots" ]
    }

    Samples

    Some packages include optional samples with clear use cases. To import and run the samples:

    1. Open Unity
    2. Complete the package installation (See above)
    3. Open the Package Manager Window
    4. Select this package
    5. Select samples
    6. Import

    Configuration

    Created By

    • Samuel Asher Rivello
    • Over 23 years XP with game development (2023)
    • Over 10 years XP with Unity (2023)

    Contact

    License

    Provided as-is under MIT License | Copyright © 2024 Rivello Multimedia Consulting, LLC