Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Jan 19, 2020
1 parent 527d380 commit a374571
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
15 changes: 5 additions & 10 deletions Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://www.litefeel.com
Twitter: @litefeel
Github: https://github.com/litefeel/Unity-AlignTools

_________

#### What does it do ?

This editor window allows you to easily align ui objects on your scene :
Expand All @@ -14,24 +14,19 @@ This editor window allows you to easily align ui objects on your scene :
- expand/shrink size of ui by another
- adjust position of ui by arrow keyboard

____
#### Usage
#### How to use?

1. Open Windows from `Window > LiteFeel > Align Tools`
1. Open Windows from [Windows] > [LiteFeel] > [Align Tools] > [Align Tools]
2. Select two or more GUI object
3. Align them

____
#### Adjust position by keyboard

1. Toggle on `Adjust Position By Keyboard` at `Align Tools Window`
1. Toggle on Menu item `Adjust Position By Keyboard` at `Window/LiteFeel/Align Tools/Align Tools`
2. Select one or more ui object
3. Press the arrow keys (Options Press Shift)
3. Press the arrow keys (Options Press Ctrl)


#### Screenshots

![](Images/screenshots.png)


![](Images/shortcuts.png)
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,24 @@ Find the manifest.json file in the Packages folder of your project and edit it t
#### 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
2. Extract the package into `$UnityProject/Packages` or `$UnityProject/Assets/Plugins`


## How to use?
#### How to use?

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
1. Open Windows from [Windows] > [LiteFeel] > [Align Tools] > [Align Tools]
2. Select two or more GUI object
3. Align them

#### Adjust position by keyboard

1. Toggle on Menu item `Adjust Position By Keyboard` at `Window/LiteFeel/Align Tools/Align Tools`
2. Select one or more ui object
3. Press the arrow keys (Options Press Ctrl)

#### Screenshots

![](Documentation~/Images/screenshots.png)

## Support

Expand Down

0 comments on commit a374571

Please sign in to comment.