You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
backport package.json from stable branch to master, located at Assets/So Architecture.
stick to semver, where 1.6.2.1 is not a valid semver, but 1.6.3 is. I noticed it get corrected in later commit.
make a new release 1.6.3.
The openupm build pipeline will checkout each tags that is valid semver, and locate the package.json file as the root, then run npm publish from there.
The changes benefit openupm, but are good practice in general.