1.0.0 • Published 2 years ago

com.fuji97.fuji-unity-utilities v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

npm package openupm Tests License: MIT

Fuji's Unity Utilities

Fuji's Unity Utilities

Dependencies

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.fuji97"
      ]
    }
  ],
  "dependencies": {
    "com.fuji97.fuji-unity-utilities": "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.fuji97.fuji-unity-utilities

via Git URL

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

{
  "dependencies": {
    "com.fuji97.fuji-unity-utilities": "https://github.com/fuji97/fuji-unity-utilities.git",
    "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
    "com.demigiant.dotween": "https://github.com/yoshida190/dotween"
  }
}

Configuration

Work In Progress

License

MIT License

Copyright © 2022 Federico Rapetti (fuji97)