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

This commit is contained in:
2026-08-26 02:50:40 +08:00
commit 235bf38f58
21 changed files with 547 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "com.cneicy.shrink-shared-codegen",
"version": "0.1.0",
"displayName": "Shrink Shared CodeGen",
"description": "ShrinkApp、ShrinkCommand 与 ShrinkNetwork 共用的 Unity IL 后处理注册表生成器。",
"unity": "2022.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.11.4"
},
"keywords": [
"codegen",
"ilpp",
"registry"
],
"author": {
"name": "cneicy",
"url": "https://git.crash.work/ShrinkSDK"
},
"documentationUrl": "https://git.crash.work/ShrinkSDK/ShrinkShared.CodeGen"
}