{"id":15160428,"url":"https://github.com/orikome/orikomeutils","last_synced_at":"2026-01-06T07:07:41.157Z","repository":{"id":250656860,"uuid":"835079025","full_name":"orikome/OrikomeUtils","owner":"orikome","description":"Utility scripts for Unity to streamline development.","archived":false,"fork":false,"pushed_at":"2024-07-29T09:23:15.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T20:38:08.298Z","etag":null,"topics":["helper","unity","unity3d","utilities"],"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/orikome.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-29T05:51:54.000Z","updated_at":"2024-11-21T20:39:21.000Z","dependencies_parsed_at":"2024-09-22T11:00:26.643Z","dependency_job_id":null,"html_url":"https://github.com/orikome/OrikomeUtils","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"d7d6a9a47f513c55816d1f081ae753ee72e802ef"},"previous_names":["orikome/orikomeutils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orikome%2FOrikomeUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orikome%2FOrikomeUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orikome%2FOrikomeUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orikome%2FOrikomeUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orikome","download_url":"https://codeload.github.com/orikome/OrikomeUtils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245580851,"owners_count":20638877,"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":["helper","unity","unity3d","utilities"],"created_at":"2024-09-26T23:00:53.524Z","updated_at":"2026-01-06T07:07:41.151Z","avatar_url":"https://github.com/orikome.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ OrikomeUtils\n\nA collection of utility scripts for Unity to help streamline common development tasks such as UI transitions, layer management and common spatial operations.\n\n## ✨ Features\n\n- 🔄 **TransitionUtils** - Smooth UI, transform, and light transitions\n- 🎭 **LayerMaskUtils** - Simple layer management helpers\n- 📐 **GeneralUtils** - Common spatial calculations and positioning utilities\n\n## 📦 Installation\n1. Open your Unity project.\n2. Navigate to `Window \u003e Package Manager`.\n3. Click the `+` button and select `Add package from git URL...`.\n4. Enter the GitHub URL: `https://github.com/orikome/OrikomeUtils.git`.\n\n## 🚀 Usage Example\n\n```csharp\nusing OrikomeUtils;\n\n// Fade out UI elements\nStartCoroutine(TransitionUtils.FadeTransition(\n    myTransform,  // Target transform with UI elements\n    2.0f,         // Duration in seconds\n    1.0f,         // Start alpha (fully visible)\n    0.0f          // End alpha (fully transparent)\n));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forikome%2Forikomeutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forikome%2Forikomeutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forikome%2Forikomeutils/lists"}