acoppes / UnityUIGuidesAndRulers

Just some easy gizmos to draw ui rulers to help implement ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity UI Rulers And Guides

Some simple tools to help developing UIs in Unity.

Install from UPM

Just open Unity Package Manager and select add package from git URL and add this https://github.com/acoppes/UnityUIGuidesAndRulers.git#package

Or add it manually to the manifest.json, like this:

  "dependencies": {
    "com.gemserk.uiguidesandrulers": "https://github.com/acoppes/UnityUIGuidesAndRulers.git#package",
    ...
  }

Install manually

Download the unitypackage file located inside releases folder and install it manually.

Usage

Drag and drop any prefab from the folder Runtime/Prefabs to a UI Canvas, or create your own by adding the UIGuide to an object inside a Canvas. You can check any of the Scenes in the project as examples too.

Random Screenshots

Alt text Alt text Alt text

About

Just some easy gizmos to draw ui rulers to help implement ui


Languages

Language:C# 98.2%Language:Shell 1.8%