com.kagekirin.upmconfigprovider
v0.0.2
Published
Unity Editor extension to configure .upmconfig.toml
Downloads
4
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": "npmjs",
"url": "https://registry.npmjs.org",
"scopes": [
"com.kagekirin"
]
}
],
"dependencies": {
"com.kagekirin.upmconfigprovider": "0.0.2"
}
}