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

This commit is contained in:
2026-08-26 02:50:38 +08:00
commit 05bfe9c430
43 changed files with 1417 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"name": "Unity.ShrinkNetwork.EventBus.CodeGen",
"rootNamespace": "ShrinkNetwork.Integration.CodeGen",
"references": [
"ShrinkNetwork.Integration.EventBus",
"Unity.ShrinkEventBus.CodeGen"
],
"includePlatforms": ["Editor"],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"Mono.Cecil.dll",
"Mono.Cecil.Mdb.dll",
"Mono.Cecil.Pdb.dll",
"Mono.Cecil.Rocks.dll"
],
"autoReferenced": false
}