Skip to content

Toolkit with templates and useful classes/functions to use in Unity.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

HugoLnx/unity-sensen-toolkit

Repository files navigation

npm package openupm Tests License: MIT

Sensen Toolkit

Useful tools, scripts, classes and functions for developing games in Unity.

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.sensengames"
      ]
    }
  ],
  "dependencies": {
    "com.sensengames.unity-sensen-toolkit": "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.sensengames.unity-sensen-toolkit

via Git URL

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

{
  "dependencies": {
    "com.sensengames.unity-sensen-toolkit": "https://github.com/sensengames/unity-sensen-toolkit.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.sensengames.unity-sensen-toolkit" ]
}

Configuration

Work In Progress

License

MIT License

Copyright © 2023 Sensen Games

About

Toolkit with templates and useful classes/functions to use in Unity.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages