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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1] - 2020-10-17

### Added
- Extra download option

### Updated
- Package Display Name

## [1.0.0] - 2020-09-09
### Added
- Initial version
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ Auto Hook is a property drawer that automagically assigns a reference to your fi
```
openupm add net.tnrd.autohook
```
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.autohook?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/74506671-1e01-48de-9acf-45e80ac56ecc/Simple Download Button.png"/>](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.autohook?registry=https://package.openupm.com)


3. You can also install via git url by adding these entries in your **manifest.json**
```json
"net.tnrd.autohook": "https://github.com/Thundernerd/Unity3D-Autohook.git"
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "net.tnrd.autohook",
"version": "1.0.0",
"displayName": "AutoHook",
"version": "1.0.1",
"displayName": "Auto Hook",
"description": "A property drawer that auto assigns a reference",
"unity": "2019.1",
"type": "tool",
Expand Down