Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2] - 2020-10-17
### Added
- Extra download option

### Updated
- Author name

## [3.0.1] - 2020-08-02
### Fixed
- Resetting of horizontal and vertical centering
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ Constrained Rect is a small helper that aims to make it easier to create Rect's
```
openupm add net.tnrd.constrainedrect
```
2. You can also install via git url by adding these entries in your **manifest.json**
2. Installing through a [Unity Package](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.constrainedrect?registry=https://package.openupm.com) created by the [Package Installer Creator](https://package-installer.glitch.me) from [Needle](https://needle.tools)

[<img src="https://api-lunacy.icons8.com/api/assets/875da8b1-d471-4d63-aaa0-5c58efe04dc1/Simple Download Button.png"/>](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.constrainedrect?registry=https://package.openupm.com)

3. You can also install via git url by adding these entries in your **manifest.json**
```json
"net.tnrd.constrainedrect": "https://github.com/Thundernerd/Unity3D-ConstrainedRect.git"
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "net.tnrd.constrainedrect",
"version": "3.0.1",
"version": "3.0.2",
"displayName": "Constrained Rect",
"description": "A simple helper to constrain a Rect to an EditorWindow or another Rect",
"unity": "2019.1",
Expand All @@ -11,7 +11,7 @@
"helper"
],
"author": {
"name": "Christiaan Bloemendaal",
"name": "TNRD",
"email": "unity3d@tnrd.net",
"url": "https://www.tnrd.net"
},
Expand Down