{"id":22314181,"url":"https://github.com/danielshervheim/unity-core-utils","last_synced_at":"2025-07-29T10:32:54.419Z","repository":{"id":57203669,"uuid":"336337140","full_name":"danielshervheim/unity-core-utils","owner":"danielshervheim","description":"A collection of common Unity scripts and extensions I've found myself continually rewriting.","archived":false,"fork":false,"pushed_at":"2021-12-01T04:32:38.000Z","size":6027,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T02:23:15.378Z","etag":null,"topics":["tools","unity","utilities"],"latest_commit_sha":null,"homepage":"","language":"ShaderLab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielshervheim.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}},"created_at":"2021-02-05T17:09:17.000Z","updated_at":"2025-07-05T17:02:54.000Z","dependencies_parsed_at":"2022-09-17T15:02:50.359Z","dependency_job_id":null,"html_url":"https://github.com/danielshervheim/unity-core-utils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danielshervheim/unity-core-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielshervheim%2Funity-core-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielshervheim%2Funity-core-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielshervheim%2Funity-core-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielshervheim%2Funity-core-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielshervheim","download_url":"https://codeload.github.com/danielshervheim/unity-core-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielshervheim%2Funity-core-utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267670438,"owners_count":24125138,"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-07-29T02:00:12.549Z","response_time":2574,"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":["tools","unity","utilities"],"created_at":"2024-12-03T22:09:17.297Z","updated_at":"2025-07-29T10:32:51.624Z","avatar_url":"https://github.com/danielshervheim.png","language":"ShaderLab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unity-core-utils\n\nPlease see the [readme](Packages/com.dss.core-utils/README.md) in the package directory for information on all of the included utilities.\n\n## How To Install\n\nThe core-utils package uses the [scoped registry](https://docs.unity3d.com/Manual/upm-scoped.html) feature to import\ndependent packages. Please add the following sections to the package manifest\nfile (`Packages/manifest.json`).\n\nTo the `scopedRegistries` section:\n\n```\n{\n  \"name\": \"DSS\",\n  \"url\": \"https://registry.npmjs.com\",\n  \"scopes\": [ \"com.dss\" ]\n}\n```\n\nTo the `dependencies` section:\n\n```\n\"com.dss.core-utils\": \"1.6.12\"\n```\n\nAfter changes, the manifest file should look like below:\n\n```\n{\n  \"scopedRegistries\": [\n    {\n      \"name\": \"DSS\",\n      \"url\": \"https://registry.npmjs.com\",\n      \"scopes\": [ \"com.dss\" ]\n    }\n  ],\n  \"dependencies\": {\n    \"com.dss.core-utils\": \"1.6.12\",\n    ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielshervheim%2Funity-core-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielshervheim%2Funity-core-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielshervheim%2Funity-core-utils/lists"}