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
+13
View File
@@ -0,0 +1,13 @@
# ShrinkSDK Installer
`com.cneicy.shrink-installer` is the Git URL bootstrap package for ShrinkSDK.
Install the package from an immutable tag, then open `ShrinkSDK/Packages` in the Unity editor. The window merges the public ShrinkSDK scoped registry without replacing other registries and installs only catalogued package versions.
The installer does not copy templates into `Assets`, does not store credentials, and does not add an unpinned package version.
## Bootstrap URL
```text
https://git.crash.work/ShrinkSDK/Installer.git#v0.1.0
```