{"id":14960837,"url":"https://github.com/zchfvy/gizmosplus","last_synced_at":"2025-10-24T19:30:35.204Z","repository":{"id":54436589,"uuid":"179625897","full_name":"zchfvy/GizmosPlus","owner":"zchfvy","description":"A Unity Package that provides additional GIzmo shapes and tools.","archived":false,"fork":false,"pushed_at":"2021-02-18T04:24:11.000Z","size":455,"stargazers_count":45,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-10T10:23:43.746Z","etag":null,"topics":["gizmos","unity","unity-package","unity-package-manager"],"latest_commit_sha":null,"homepage":null,"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/zchfvy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-05T05:46:25.000Z","updated_at":"2024-08-28T15:42:29.000Z","dependencies_parsed_at":"2022-08-13T15:40:20.004Z","dependency_job_id":null,"html_url":"https://github.com/zchfvy/GizmosPlus","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/zchfvy%2FGizmosPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zchfvy%2FGizmosPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zchfvy%2FGizmosPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zchfvy%2FGizmosPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zchfvy","download_url":"https://codeload.github.com/zchfvy/GizmosPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219868063,"owners_count":16555878,"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":["gizmos","unity","unity-package","unity-package-manager"],"created_at":"2024-09-24T13:23:10.196Z","updated_at":"2025-10-24T19:30:29.732Z","avatar_url":"https://github.com/zchfvy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![openupm](https://img.shields.io/npm/v/com.zchfvy.gizmosplus?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.zchfvy.gizmosplus/)\n\n\n# GizmosPlus\nA toolkit for easier Gizmo usage in Unity.\nContains various commonly used useful shapes and also functionality for\ndrawing Gizmos outside of normal OnDrawGizmos flow.\n\n![some gizmos from this package](Images/showcase.png)\n\n\n## Installation\n\n### Via OpenUPM\n\nThis package is available on the [OpenUPM registry](https://openupm.com). You\ncan install it form there using\n[openupm-cli](https://github.com/openupm/openupm-cli):\n\n```\nopenupm add com.zchfvy.gizmosplus\n```\n\n### Via git\n\nAlternatively, this can be isntalled directly from github.Simply open your\n`manifest.json` file located in the `Packages` folder of your unity project and\nadd the follwing line to the list of `dependencies`:\n```json\n\"com.zchfvy.gizmosplus\": \"https://github.com/zchfvy/GizmosPlus.git\"\n```\n\n## Usage\n\nAt the top of your file use the Plus namespace\n```c#\nusing Zchfvy.Plus\n```\n\nThen simply call methods out of the `GizmosPlus` class\n```c#\nGizmosPlus.Cross(transform.position, 1.0f)\n```\n\nFor creating Gizmos outside normal flow use the `GizmosPlusAsync` class\n```c#\nGizmosPlusAsync.DrawAsync(() =\u003e {\n    // Draw Gizmos in here\n});\n```\n\nFor a complete listing of available methods and their parameters please consult\nthe [Documentation](https://zchfvy.github.io/GizmosPlus/Documentation/html/annotated.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzchfvy%2Fgizmosplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzchfvy%2Fgizmosplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzchfvy%2Fgizmosplus/lists"}