Skip to content

Unity Package Manager Support

Compare
Choose a tag to compare
@slavniyteo slavniyteo released this 19 Jul 03:27
· 5 commits to master since this release

This release contains only one change: UPM support.

There is one breaking change: Unity versions below 2017.1 aren't supported from now on.

I won't build unitypackage files anymore. Please, install with UPM:

{
  "dependencies": {
    "st.rect-ex": "https://github.com/slavniyteo/rect-ex.git#v0.2.0"
  }
}