{"id":31572108,"url":"https://github.com/jeffcampbellmakesgames/jcmg-utility","last_synced_at":"2026-04-19T05:34:31.346Z","repository":{"id":109630833,"uuid":"190978951","full_name":"jeffcampbellmakesgames/jcmg-utility","owner":"jeffcampbellmakesgames","description":"A utility library for Unity","archived":false,"fork":false,"pushed_at":"2023-12-15T14:12:42.000Z","size":5097,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2024-05-02T02:53:20.441Z","etag":null,"topics":["unity","utility"],"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/jeffcampbellmakesgames.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.MD","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"jeffcampbellmakesgames","ko_fi":"stampyturtle"}},"created_at":"2019-06-09T07:53:26.000Z","updated_at":"2022-12-03T16:38:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe005472-dddb-4ffb-9475-ebf6917335e9","html_url":"https://github.com/jeffcampbellmakesgames/jcmg-utility","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/jeffcampbellmakesgames/jcmg-utility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Fjcmg-utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Fjcmg-utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Fjcmg-utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Fjcmg-utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffcampbellmakesgames","download_url":"https://codeload.github.com/jeffcampbellmakesgames/jcmg-utility/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Fjcmg-utility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278464279,"owners_count":25991177,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["unity","utility"],"created_at":"2025-10-05T13:48:28.270Z","updated_at":"2025-10-05T13:48:29.487Z","avatar_url":"https://github.com/jeffcampbellmakesgames.png","language":"C#","funding_links":["https://github.com/sponsors/jeffcampbellmakesgames","https://ko-fi.com/stampyturtle","https://ko-fi.com/I3I2W7GX"],"categories":[],"sub_categories":[],"readme":"[![Continous Deployment](https://github.com/jeffcampbellmakesgames/jcmg-utility/actions/workflows/publish_release.yml/badge.svg)](https://github.com/jeffcampbellmakesgames/jcmg-utility/actions/workflows/publish_release.yml)\n[![openupm](https://img.shields.io/npm/v/com.jeffcampbellmakesgames.utility?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.jeffcampbellmakesgames.utility/)\n![GitHub issues](https://img.shields.io/github/issues/jeffcampbellmakesgames/jcmg-utility)\n[![Twitter Follow](https://img.shields.io/badge/twitter-%40stampyturtle-blue.svg?style=flat\u0026label=Follow)](https://twitter.com/stampyturtle)\n\n# JCMG Utility\n## About\nJCMG Utility is a general-purpose, utility library for Unity. It contains several helpful extension methods, Tools helper classes, along with some basic Unity engine functionality classes.\n\n## Minimum Requirements\n* **Unity Version:** 2021.3.X or Higher\n* **Scripting Runtime**: .Net 4.X\n\n## Installing JCMG Utility\nUsing this library in your project can be done in three ways:\n\n### Install via OpenUPM\nThe package is available on the [openupm registry](https://openupm.com/). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).\n\n```\nopenupm add com.jeffcampbellmakesgames.jcmg-utility\n```\n\n### Install via GIT URL\nUsing the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your `manifest.json` file found at `/ProjectName/Packages/manifest.json` to include it as a dependency. See the example below on how to reference it.\n\n```\n{\n\t\"dependencies\": {\n\t\t...\n\t\t\"com.jeffcampbellmakesgames.jcmg-utility\" : \"https://github.com/jeffcampbellmakesgames/jcmg-utility.git#release/stable\",\n\t\t...\n\t}\n}\n```\n\n\nYou will need to have Git installed and available in your system's PATH.\n\n## Support\nIf this is useful to you and/or you’d like to see future development and more tools in the future, please consider supporting it either by contributing to the Github projects (submitting bug reports or features and/or creating pull requests) or by buying me coffee using any of the links below. Every little bit helps!\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I2W7GX)\n\n## Contributing\n\nFor information on how to contribute and code style guidelines, please visit [here](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffcampbellmakesgames%2Fjcmg-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffcampbellmakesgames%2Fjcmg-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffcampbellmakesgames%2Fjcmg-utility/lists"}