Skip to content

Commit

Permalink
Use Sample instand of Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed May 2, 2019
1 parent 5d8e83a commit b9a1f38
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 19 deletions.
9 changes: 0 additions & 9 deletions Examples.meta

This file was deleted.

40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## Align Tools
# Align Tools


[![Build Status](https://travis-ci.org/litefeel/Unity-AlignTools.svg?branch=master)](https://travis-ci.org/litefeel/Unity-AlignTools)
[![Join the chat at https://gitter.im/litefeel/Unity-AlignTools](https://badges.gitter.im/litefeel/Unity-AlignTools.svg)](https://gitter.im/litefeel/Unity-AlignTools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![](https://img.shields.io/github/release/litefeel/Unity-AlignTools.svg?label=latest%20version)](https://github.com/litefeel/Unity-AlignTools/releases)
[![](https://img.shields.io/github/license/litefeel/Unity-AlignTools.svg)](https://github.com/litefeel/Unity-AlignTools/blob/upm/LICENSE.md)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/litefeel)

[Align Tools][AlignTools] is just perfect Unity asset plugin to align gui object.

**Feature list:**
## Feature list

- Free
- Align GUI object
Expand All @@ -14,17 +18,39 @@
- No runtime resources required
- No scripting required

## Install

**Support**
#### Using UnityPackageManager (for Unity 2018.3+)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
``` js
{
"dependencies": {
"com.litefeel.aligntools": "https://github.com/litefeel/Unity-AlignTools.git#upm",
...
}
}
```

#### Using .zip file (for Unity 5.0+)

1. Download `Source code` from [Releases](https://github.com/litefeel/Unity-AlignTools/releases)
2. Extract the package into your Unity project

- Create issues by [issues][issues] page
- Send email to me: <[email protected]>

**ChangeLog**
## How to use?

<https://github.com/litefeel/Unity-AlignTools/blob/master/Assets/Plugins/Litefeel/AlignTools/CHANGELOG.txt>
1. Select `Edit > Preferences… > Open Files With Default App` from the menu
2. Input the file extensions, like txt
3. Double click txt file, will open it with default application



## Support

- Create issues by [issues][issues] page
- Send email to me: <[email protected]>


[AlignTools]: https://github.com/litefeel/Unity-AlignTools (AlignTools)
[issues]: https://github.com/litefeel/Unity-AlignTools/issues (AlignTools issues)
File renamed without changes.
File renamed without changes.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@
"version": "1.3.0",
"unity": "2018.2",
"description": "Align Tools is just perfect Unity asset plugin to align gui object.",
"keywords": ["UI", "Align", "Tools"],
"keywords": [
"UI",
"Align",
"Tools"
],
"author": {
"name": "litefeel",
"email": "[email protected]",
"url": "https://www.litefeel.com"
},
"category": "Tools",
"dependencies": {
}
"dependencies": {},
"samples": [
{
"displayName": "Sample",
"description": "Sample for Align Tools",
"path": "Samples~/Sample"
}
]
}

0 comments on commit b9a1f38

Please sign in to comment.