com.litefeel.aligntools
v1.8.0
Published
Align Tools is just perfect Unity asset plugin to align gui object.
Downloads
37
Readme
Align Tools
Align Tools 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:
{
"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:
{
"dependencies": {
"com.litefeel.aligntools": "https://github.com/litefeel/Unity-AlignTools.git#1.8.0",
...
}
}
Using .zip file (for Unity 5.0+)
- Download
Source code
from Releases - Extract the package into
$UnityProject/Packages
or$UnityProject/Assets/Plugins
How to use?
- Open Windows from [Windows] > [LiteFeel] > [Align Tools] > [Align Tools]
- Select two or more GUI object
- Align them
Adjust position by keyboard
- Toggle on Menu item
Adjust Position By Keyboard
atWindow/LiteFeel/Align Tools/Align Tools
- Select one or more ui object
- Press the arrow keys (Options Press Ctrl)
Screenshots
Support
- Create issues by issues page
- Send email to me: [email protected]