modular-avatar/Packages/com.vrchat.core.vpm-resolver/package.json
bd_ 82d58e52fa
fix: clap sample can't be uploaded on SDK 3.1.13 (#273)
* chore: update VPM dependencies

* fix: set sample audio clip to load in background
2023-04-10 21:27:10 +09:00

18 lines
430 B
JSON

{
"name": "com.vrchat.core.vpm-resolver",
"displayName": "VRChat Package Resolver Tool",
"version": "0.1.18",
"unity": "2019.4",
"description": "Tool to Download VPM Packages",
"vrchatVersion": "2022.1.1",
"author": {
"name": "VRChat",
"email": "developer@vrchat.com",
"url": "https://github.com/vrchat/packages"
},
"url": "",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2"
}
}