Skip to content

A collection of common Unity scripts and extensions I've found myself continually rewriting.

License

Notifications You must be signed in to change notification settings

danielshervheim/unity-core-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-core-utils

Please see the readme in the package directory for information on all of the included utilities.

How To Install

The core-utils package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "DSS",
  "url": "https://registry.npmjs.com",
  "scopes": [ "com.dss" ]
}

To the dependencies section:

"com.dss.core-utils": "1.6.12"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "DSS",
      "url": "https://registry.npmjs.com",
      "scopes": [ "com.dss" ]
    }
  ],
  "dependencies": {
    "com.dss.core-utils": "1.6.12",
    ...

About

A collection of common Unity scripts and extensions I've found myself continually rewriting.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published