{"id":13663020,"url":"https://github.com/sverdegd/FastGizmosUnity","last_synced_at":"2025-04-25T13:31:18.734Z","repository":{"id":215847406,"uuid":"154488262","full_name":"sverdegd/FastGizmosUnity","owner":"sverdegd","description":"Set of gizmos utilities for Unity","archived":false,"fork":false,"pushed_at":"2019-05-01T14:11:13.000Z","size":1699,"stargazers_count":42,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-10T19:33:29.771Z","etag":null,"topics":["csharp","gizmo","tool","unity","unity-asset","unity3d-plugin"],"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/sverdegd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-24T11:18:56.000Z","updated_at":"2024-05-15T19:49:03.000Z","dependencies_parsed_at":"2024-01-07T01:07:53.467Z","dependency_job_id":null,"html_url":"https://github.com/sverdegd/FastGizmosUnity","commit_stats":null,"previous_names":["sverdegd/fastgizmosunity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sverdegd%2FFastGizmosUnity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sverdegd%2FFastGizmosUnity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sverdegd%2FFastGizmosUnity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sverdegd%2FFastGizmosUnity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sverdegd","download_url":"https://codeload.github.com/sverdegd/FastGizmosUnity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250824925,"owners_count":21493365,"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":["csharp","gizmo","tool","unity","unity-asset","unity3d-plugin"],"created_at":"2024-08-02T05:02:15.147Z","updated_at":"2025-04-25T13:31:16.796Z","avatar_url":"https://github.com/sverdegd.png","language":"C#","funding_links":[],"categories":["C\\#","Gizmo"],"sub_categories":[],"readme":"# FastGizmosUnity\nFast Gizmos is a Unity tool that allows to visualize and cusmtomize gizmos quickly. \n\nYou can use the default unity gizmos plus the following extra gizmos: LineExtended, CubeExtended,  WireCubeExtended and CameraOrthographic.\n## FastGizmos Example\n![Example](https://github.com/sverdegd/FastGizmosUnity/blob/master/ReadmeImages/FastGizmosExample.gif)\n## FastGizmos HandleText Example\n![Example](https://github.com/sverdegd/FastGizmosUnity/blob/master/ReadmeImages/FastGizmoHandleTextExample.gif)\n## FastGizmos Extras\nAdd the next using directive:\n\n`using SVerdeTools.FastGizmos;`\n\n* To draw ExtendedLine:\n\n`FastGizmosExtra.DrawLineExtended(Vector3 startPoint, Vector3 endPoint, float thickness);`\n\n* To draw CubeExtended:\n\n`FastGizmosExtra.DrawCubeExtended(Vector3 position, Quaternion rotation, Vector3 scale);`\n\n* To draw WireCubeExtended:\n\n`FastGizmosExtra.DrawWireCubeExtended(Vector3 position, Quaternion rotation, Vector3 scale);`\n\n* To draw CameraOrthographic you can use this options:\n\n`FastGizmosExtra.DrawCameraOrthographic(Camera camera);`\n\n`FastGizmosExtra.DrawCameraOrthographic(Camera camera, Color gizmoColor);`\n\n`FastGizmosExtra.DrawCameraOrthographic(Camera camera, Color gizmoColor, bool showVertex);`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsverdegd%2FFastGizmosUnity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsverdegd%2FFastGizmosUnity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsverdegd%2FFastGizmosUnity/lists"}