{"id":13730730,"url":"https://github.com/jeffreylanters/unity-canvas-visualizer","last_synced_at":"2025-05-08T03:31:37.625Z","repository":{"id":111560137,"uuid":"142304038","full_name":"jeffreylanters/unity-canvas-visualizer","owner":"jeffreylanters","description":"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.","archived":true,"fork":false,"pushed_at":"2021-08-18T14:41:46.000Z","size":554,"stargazers_count":35,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T02:09:48.708Z","etag":null,"topics":["canvas","editor","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffreylanters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"jeffreylanters"}},"created_at":"2018-07-25T13:30:04.000Z","updated_at":"2024-01-20T22:54:23.000Z","dependencies_parsed_at":"2023-05-29T11:15:35.552Z","dependency_job_id":null,"html_url":"https://github.com/jeffreylanters/unity-canvas-visualizer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreylanters%2Funity-canvas-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreylanters%2Funity-canvas-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreylanters%2Funity-canvas-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffreylanters%2Funity-canvas-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffreylanters","download_url":"https://codeload.github.com/jeffreylanters/unity-canvas-visualizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224695671,"owners_count":17354452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["canvas","editor","unity"],"created_at":"2024-08-03T02:01:18.649Z","updated_at":"2024-11-14T21:31:32.358Z","avatar_url":"https://github.com/jeffreylanters.png","language":"C#","funding_links":["https://github.com/sponsors/jeffreylanters","https://paypal.me/jeffreylanters"],"categories":["C#","Canvas and Graphical User Interfaces"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![readme splash](https://raw.githubusercontent.com/jeffreylanters/unity-canvas-visualizer/master/.github/WIKI/repository-readme-splash.png)\n\n[![license](https://img.shields.io/badge/mit-license-red.svg?style=for-the-badge)](https://github.com/jeffreylanters/unity-canvas-visualizer/blob/master/LICENSE.md)\n[![openupm](https://img.shields.io/npm/v/nl.elraccoone.canvas-visualizer?label=UPM\u0026registry_uri=https://package.openupm.com\u0026style=for-the-badge\u0026color=232c37)](https://openupm.com/packages/nl.elraccoone.canvas-visualizer/)\n[![build](https://img.shields.io/badge/build-passing-brightgreen.svg?style=for-the-badge)](https://github.com/jeffreylanters/unity-canvas-visualizer/actions)\n[![deployment](https://img.shields.io/badge/state-success-brightgreen.svg?style=for-the-badge)](https://github.com/jeffreylanters/unity-canvas-visualizer/deployments)\n[![stars](https://img.shields.io/github/stars/jeffreylanters/unity-canvas-visualizer.svg?style=for-the-badge\u0026color=fe8523\u0026label=stargazers)](https://github.com/jeffreylanters/unity-canvas-visualizer/stargazers)\n[![awesome](https://img.shields.io/badge/listed-awesome-fc60a8.svg?style=for-the-badge)](https://github.com/jeffreylanters/awesome-unity-packages)\n[![size](https://img.shields.io/github/languages/code-size/jeffreylanters/unity-canvas-visualizer?style=for-the-badge)](https://github.com/jeffreylanters/unity-canvas-visualizer/blob/master/Runtime)\n[![sponsors](https://img.shields.io/github/sponsors/jeffreylanters?color=E12C9A\u0026style=for-the-badge)](https://github.com/sponsors/jeffreylanters)\n[![donate](https://img.shields.io/badge/donate-paypal-F23150?style=for-the-badge)](https://paypal.me/jeffreylanters)\n\nThe 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.\n\n[**Installation**](#installation) \u0026middot;\n[**Documentation**](#documentation) \u0026middot;\n[**License**](./LICENSE.md)\n\n**Made with \u0026hearts; by Jeffrey Lanters**\n\n\u003c/div\u003e\n\n# Installation\n\n### Using the Unity Package Manager\n\nInstall 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.\n\n```json\n\"nl.elraccoone.canvas-visualizer\": \"git+https://github.com/jeffreylanters/unity-canvas-visualizer\"\n```\n\n### Using OpenUPM\n\nThe 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.\n\n```sh\nopenupm add nl.elraccoone.canvas-visualizer\n```\n\n# Documentation\n\n## Usage\n\nAdd 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!\n\n\u003cimg src=\"https://raw.githubusercontent.com/jeffreylanters/unity-canvas-visualizer/master/.github/WIKI/example.png\" width=\"100%\"\u003e\u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreylanters%2Funity-canvas-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffreylanters%2Funity-canvas-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffreylanters%2Funity-canvas-visualizer/lists"}