Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/upmconfigprovider.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **.upmconfig.toml Provider** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/upmconfigprovider.git
```

[![pkglnk](https://www.pkglnk.dev/badge/upmconfigprovider.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/upmconfigprovider)

README

.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": "OpenUPM",
      "url": "https://package.openupm.com",
      "scopes": [
        "com.kagekirin"
      ]
    }
  ],
  "dependencies": {
    "com.kagekirin.upmconfigprovider": "0.0.4"
  }
}

Comments

No comments yet. Be the first!