|
1 |
| -## Align Tools |
| 1 | +# Align Tools |
| 2 | + |
2 | 3 |
|
3 | 4 | [](https://travis-ci.org/litefeel/Unity-AlignTools)
|
4 | 5 | [](https://gitter.im/litefeel/Unity-AlignTools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
| 6 | +[](https://github.com/litefeel/Unity-AlignTools/releases) |
| 7 | +[](https://github.com/litefeel/Unity-AlignTools/blob/upm/LICENSE.md) |
| 8 | +[](https://paypal.me/litefeel) |
5 | 9 |
|
6 | 10 | [Align Tools][AlignTools] is just perfect Unity asset plugin to align gui object.
|
7 | 11 |
|
8 |
| -**Feature list:** |
| 12 | +## Feature list |
9 | 13 |
|
10 | 14 | - Free
|
11 | 15 | - Align GUI object
|
|
14 | 18 | - No runtime resources required
|
15 | 19 | - No scripting required
|
16 | 20 |
|
| 21 | +## Install |
17 | 22 |
|
18 |
| -**Support** |
| 23 | +#### Using UnityPackageManager (for Unity 2018.3+) |
| 24 | + |
| 25 | +Find the manifest.json file in the Packages folder of your project and edit it to look like this: |
| 26 | +``` js |
| 27 | +{ |
| 28 | + "dependencies": { |
| 29 | + "com.litefeel.aligntools": "https://github.com/litefeel/Unity-AlignTools.git#upm", |
| 30 | + ... |
| 31 | + } |
| 32 | +} |
| 33 | +``` |
| 34 | + |
| 35 | +#### Using .zip file (for Unity 5.0+) |
| 36 | + |
| 37 | +1. Download `Source code` from [Releases](https://github.com/litefeel/Unity-AlignTools/releases) |
| 38 | +2. Extract the package into your Unity project |
19 | 39 |
|
20 |
| -- Create issues by [issues][issues] page |
21 |
| -- Send email to me: <[email protected]> |
22 | 40 |
|
23 |
| -**ChangeLog** |
| 41 | +## How to use? |
24 | 42 |
|
25 |
| -<https://github.com/litefeel/Unity-AlignTools/blob/master/Assets/Plugins/Litefeel/AlignTools/CHANGELOG.txt> |
| 43 | +1. Select `Edit > Preferences… > Open Files With Default App` from the menu |
| 44 | +2. Input the file extensions, like txt |
| 45 | +3. Double click txt file, will open it with default application |
26 | 46 |
|
27 | 47 |
|
28 | 48 |
|
| 49 | +## Support |
| 50 | + |
| 51 | +- Create issues by [issues][issues] page |
| 52 | +- Send email to me: <[email protected]> |
| 53 | + |
| 54 | + |
29 | 55 | [AlignTools]: https://github.com/litefeel/Unity-AlignTools (AlignTools)
|
30 | 56 | [issues]: https://github.com/litefeel/Unity-AlignTools/issues (AlignTools issues)
|
0 commit comments