Awesome
<div align="center">The canvas visualizer is an editor util that helps you visualise all of your rectangle transforms within your canvas for easier navigation and building while working on your user interface.
Installation · Documentation · License
Made with ♥ by Jeffrey Lanters
</div>Installation
Using the Unity Package Manager
Install the latest stable release using the Unity Package Manager by adding the following line to your manifest.json
file located within your project's Packages directory, or by adding the Git URL to the Package Manager Window inside of Unity.
"nl.elraccoone.canvas-visualizer": "git+https://github.com/jeffreylanters/unity-canvas-visualizer"
Using OpenUPM
The module is availble on the OpenUPM package registry, you can install the latest stable release using the OpenUPM Package manager's Command Line Tool using the following command.
openupm add nl.elraccoone.canvas-visualizer
Documentation
Usage
Add the component to any canvas in your scene, optionally customize the colors in the inspector and watch your canvas come to life in the scene view!
<img src="https://raw.githubusercontent.com/jeffreylanters/unity-canvas-visualizer/master/.github/WIKI/example.png" width="100%"></br>