chore: initialize standalone UPM package
Publish UPM package / publish (push) Failing after 1s

This commit is contained in:
2026-08-26 02:55:30 +08:00
commit c3b57fd023
14 changed files with 544 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "com.cneicy.shrink-installer",
"version": "0.1.0",
"displayName": "ShrinkSDK Installer",
"description": "ShrinkSDK registry bootstrapper and fixed-version package installer.",
"unity": "2022.3",
"documentationUrl": "https://git.crash.work/ShrinkSDK/Installer",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.2"
},
"keywords": [
"shrink",
"installer",
"upm"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
}
}