Skip to content

Unity3D Common Scripts and Utils

License

MPL-2.0, Unknown licenses found

Licenses found

MPL-2.0
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

SaltboxGames/Saltbox

Repository files navigation

Saltbox

openupm

This is a library of common assets and utilities used by Saltbox Games for Unity 2019.3^

Usage

Assets and scripts are available under the saltbox namespace. This documentation is incomplete

Installing from OpenUPM

You can easily install this package using OpenUPM CLI

openupm add com.saltboxgames.saltbox

Note: this method requires Node 12 and you can install OpenUPM using

npm install -g openupm-cli

Installing from OpenUPM (without cli)

You can install this package by adding the following to your package manifest

"dependencies": {
    "com.saltboxgames.saltbox": "{VERSION}",
    ...
}
"scopedRegistries": [
    {
      "name": "package.openupm.com",
      "url": "https://package.openupm.com",
      "scopes": [
        "com.openupm",
        "com.saltboxgames.saltbox"
      ]
    }
  ]

Installing from GitHub

You can also install this library from GitHub using Unity's Package Manager.

  • Open Package Manager
  • Select Add package from git URL
  • https://github.com/SaltboxGames/Saltbox.git

Alternatively if you wish to target a specific branch you can

  • Open {PROJECT}\Packages\manifest.json
  • Add "com.saltboxgames.saltbox": "https://github.com/saltboxgames/saltbox.git#[BRANCH-NAME]" as a dependency

Note: this method will require you to remove and re add the package to update.

About

Unity3D Common Scripts and Utils

Topics

Resources

License

MPL-2.0, Unknown licenses found

Licenses found

MPL-2.0
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages