Skip to content

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

Notifications You must be signed in to change notification settings

acoppes/UnityUIGuidesAndRulers

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published