Skip to content

kenken200/Unity-AlignTools

 
 

Repository files navigation

Align Tools

Test Donate

Align Tools is just perfect Unity asset plugin to align game object.

Feature list

  • Free
  • Align game object
  • Distribute GUI object
  • Tested with Unity 2018 and 2019
  • 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.7.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.7.0",
    ...
  }
}

Using .zip file (for Unity 5.0+)

  1. Download Source code from 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

About

Align Tools is just perfect Unity asset plugin to align gui object

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%