https://github.com/litefeel/unity-aligntools
Align Tools is just perfect Unity asset plugin to align gui object
https://github.com/litefeel/unity-aligntools
align alignment alignments distribute resize unity-editor unity3d-plugin
Last synced: about 1 month ago
JSON representation
Align Tools is just perfect Unity asset plugin to align gui object
- Host: GitHub
- URL: https://github.com/litefeel/unity-aligntools
- Owner: litefeel
- License: mit
- Created: 2018-03-28T09:14:47.000Z (about 7 years ago)
- Default Branch: upm
- Last Pushed: 2021-06-13T07:36:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-25T20:39:34.795Z (about 1 month ago)
- Topics: align, alignment, alignments, distribute, resize, unity-editor, unity3d-plugin
- Language: C#
- Homepage:
- Size: 592 KB
- Stars: 106
- Watchers: 6
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Align Tools
[](https://github.com/litefeel/Unity-AlignTools/actions)
[](https://github.com/litefeel/Unity-AlignTools/releases)
[](https://github.com/litefeel/Unity-AlignTools/blob/upm/LICENSE.md)
[](https://paypal.me/litefeel)[Align Tools][AlignTools] is just perfect Unity asset plugin to align game object.
## Feature list
- Free
- Align game object
- Distribute GUI object
- Tested with Unity 2019 and 2020
- No runtime resources required
- No scripting required## Install
#### By NPM (Ease upgrade in Package Manager UI)**Recommend**
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
``` js
{
"scopedRegistries": [
{
"name": "My Registry",
"url": "https://registry.npmjs.org",
"scopes": [
"com.litefeel"
]
}
],
"dependencies": {
"com.litefeel.aligntools": "1.8.0",
...
}
}
```#### By git url
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#1.8.0",
...
}
}
```#### 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 `$UnityProject/Packages` or `$UnityProject/Assets/Plugins`#### How to use?
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

## Support
- Create issues by [issues][issues] page
- Send email to me:[AlignTools]: https://github.com/litefeel/Unity-AlignTools (AlignTools)
[issues]: https://github.com/litefeel/Unity-AlignTools/issues (AlignTools issues)