0.0.2 • Published 2 years ago

com.kagekirin.upmconfigprovider v0.0.2

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

.upmconfig.toml Provider

A Unity Editor extension to configure the ~/.upmconfig.toml file.

Installation

Add the following registry to Unity's scoped registries, and this package to the dependencies.

{
  "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.kagekirin"
      ]
    }
  ],
  "dependencies": {
    "com.kagekirin.upmconfigprovider": "0.0.2"
  }
}