Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acoppes/unityuiguidesandrulers
Just some easy gizmos to draw ui rulers to help implement ui
https://github.com/acoppes/unityuiguidesandrulers
plugins ruler unity unitypackage upm-package
Last synced: 3 months ago
JSON representation
Just some easy gizmos to draw ui rulers to help implement ui
- Host: GitHub
- URL: https://github.com/acoppes/unityuiguidesandrulers
- Owner: acoppes
- Created: 2020-04-10T01:46:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T01:07:36.000Z (about 1 year ago)
- Last Synced: 2024-09-24T11:49:41.051Z (4 months ago)
- Topics: plugins, ruler, unity, unitypackage, upm-package
- Language: C#
- Homepage:
- Size: 107 KB
- Stars: 22
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](releases/Gemserk.UIGuidesAndRulers-0.0.1.unitypackage?raw=true) 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](images/ruler-example1.png?raw=true "Simple Guide")
![Alt text](images/ruler-example2.png?raw=true "Guide with ruler")
![Alt text](images/example3.png?raw=true "Using different anchoring")