{"id":14961001,"url":"https://github.com/rageagainstthepixel/com.utilities.extensions","last_synced_at":"2025-10-24T20:30:46.828Z","repository":{"id":153095409,"uuid":"623724388","full_name":"RageAgainstThePixel/com.utilities.extensions","owner":"RageAgainstThePixel","description":"Common extensions for Unity types (UPM)","archived":false,"fork":false,"pushed_at":"2024-12-25T22:53:24.000Z","size":149,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T03:54:56.492Z","etag":null,"topics":["extensions","unity","unity-3d","unity-extensions","unity3d","upm","upm-package"],"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/RageAgainstThePixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"StephenHodgson","patreon":"RageAgainstThePixel"}},"created_at":"2023-04-05T00:30:06.000Z","updated_at":"2024-12-25T22:53:02.000Z","dependencies_parsed_at":"2024-08-19T01:56:02.093Z","dependency_job_id":"6c5d37aa-ec68-47b1-9029-d4b98f1327e8","html_url":"https://github.com/RageAgainstThePixel/com.utilities.extensions","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":"RageAgainstThePixel/upm-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fcom.utilities.extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fcom.utilities.extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fcom.utilities.extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fcom.utilities.extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RageAgainstThePixel","download_url":"https://codeload.github.com/RageAgainstThePixel/com.utilities.extensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238030288,"owners_count":19404859,"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":["extensions","unity","unity-3d","unity-extensions","unity3d","upm","upm-package"],"created_at":"2024-09-24T13:23:37.285Z","updated_at":"2025-10-24T20:30:46.820Z","avatar_url":"https://github.com/RageAgainstThePixel.png","language":"C#","funding_links":["https://github.com/sponsors/StephenHodgson","https://patreon.com/RageAgainstThePixel"],"categories":[],"sub_categories":[],"readme":"# com.utilities.extensions\n\n[![Discord](https://img.shields.io/discord/855294214065487932.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/xQgMW9ufN4) [![openupm](https://img.shields.io/npm/v/com.utilities.extensions?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.utilities.extensions/) [![openupm](https://img.shields.io/badge/dynamic/json?color=brightgreen\u0026label=downloads\u0026query=%24.downloads\u0026suffix=%2Fmonth\u0026url=https%3A%2F%2Fpackage.openupm.com%2Fdownloads%2Fpoint%2Flast-month%2Fcom.utilities.extensions)](https://openupm.com/packages/com.utilities.extensions/)\n\nCommon extensions for for the [Unity](https://unity.com/) Game Engine types.\n\n## Installing\n\nRequires Unity 2021.3 LTS or higher.\n\nThe recommended installation method is though the unity package manager and [OpenUPM](https://openupm.com/packages/com.utilities.extensions).\n\n### Via Unity Package Manager and OpenUPM\n\n#### Terminal\n\n```terminal\nopenupm add com.utilities.extensions\n```\n\n#### Manual\n\n- Open your Unity project settings\n- Select the `Package Manager`\n![scoped-registries](Utilities.Extensions/Packages/com.utilities.extensions/Documentation~/images/package-manager-scopes.png)\n- Add the OpenUPM package registry:\n  - Name: `OpenUPM`\n  - URL: `https://package.openupm.com`\n  - Scope(s):\n    - `com.utilities`\n- Open the Unity Package Manager window\n- Change the Registry from Unity to `My Registries`\n- Add the `Utilities.Extensions` package\n\n### Via Unity Package Manager and Git url\n\n- Open your Unity Package Manager\n- Add package from git url: `https://github.com/RageAgainstThePixel/com.utilities.extensions.git#upm`\n\n## Documentation\n\n### Runtime Extensions\n\n- Addressables Extensions\n- Component Extensions\n- GameObject Extensions\n- Transform Extensions\n- Unity.Object Extensions\n\n### Runtime Utilities\n\n- SerializedDictionary: A generic dictionary that can be serialized by Unity's serialization system, allowing you to use dictionaries in your MonoBehaviour and ScriptableObject classes.\n\n### Editor Extensions\n\n- EditorGUILayout Extensions\n- SerializedProperty Extensions\n- ScriptableObject Extensions\n- Unity.Object Extensions\n\n### Editor Utilities\n\n- AbstractDashboardWindow\n- Regenerate Asset Guids: A utility to regenerate the GUIDs of all assets in the project or a specified directory.\n- Script Icon Utility: A utility to set a custom icon for all scripts inside of a specified directory.\n- A component context utility to upgrade and downgrade components from derived, non-abstract types.\n\n### Attributes\n\n- SceneReferenceAttribute: When added to a serialized string field, it will render the scene picker in the inspector, allowing you to select a scene from the project. If the scene is not in the build settings, it will be added automatically.\n\n### Behaviours\n\n- LoadSceneButton: A simple uGUI button that loads a scene when clicked.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Fcom.utilities.extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frageagainstthepixel%2Fcom.utilities.extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Fcom.utilities.extensions/lists"}