{"id":21671304,"url":"https://github.com/lachee/unity-utilities","last_synced_at":"2025-10-28T21:08:28.452Z","repository":{"id":37428103,"uuid":"494299877","full_name":"Lachee/unity-utilities","owner":"Lachee","description":"Collections of tools and utilites","archived":false,"fork":false,"pushed_at":"2025-02-01T03:04:38.000Z","size":1524,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T22:22:02.309Z","etag":null,"topics":[],"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/Lachee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"lachee","github":"lachee"}},"created_at":"2022-05-20T02:53:16.000Z","updated_at":"2025-02-01T03:04:28.000Z","dependencies_parsed_at":"2024-03-14T08:31:07.109Z","dependency_job_id":"ccceb8a6-4297-47d1-bc4e-a67845c041d5","html_url":"https://github.com/Lachee/unity-utilities","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lachee%2Funity-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lachee%2Funity-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lachee%2Funity-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lachee%2Funity-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lachee","download_url":"https://codeload.github.com/Lachee/unity-utilities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507781,"owners_count":21115672,"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":[],"created_at":"2024-11-25T12:40:14.834Z","updated_at":"2025-10-28T21:08:23.413Z","avatar_url":"https://github.com/Lachee.png","language":"C#","funding_links":["https://ko-fi.com/lachee","https://github.com/sponsors/lachee"],"categories":[],"sub_categories":[],"readme":"\u003ctable frame=\"void\"\u003e\n    \u003ctr\u003e\n      \u003ctd width=\"200px\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/Lachee/unity-utilities/master/Editor/Icons/logo.png\" align=\"center\" width=\"100%\" /\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003ch1\u003eLachee's Utilities\u003c/h1\u003e\n        \u003cp\u003e\n            \u003ca href=\"https://github.com/Lachee/unity-utilities/actions/workflows/release.yml\"\u003e\u003cimg src=\"https://github.com/Lachee/unity-utilities/actions/workflows/release.yml/badge.svg\" /\u003e\u003c/a\u003e\n            \u003ca href=\"https://github.com/Lachee/unity-utilities/tags\"\u003e\u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/lachee/unity-utilities?label=github\"\u003e\u003c/a\u003e\n            \u003ca href=\"https://openupm.com/packages/com.lachee.utilities/\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/com.lachee.utilities?label=openupm\u0026amp;registry_uri=https://package.openupm.com\" /\u003e\u003c/a\u003e\n        \u003c/p\u003e\n        \u003cp\u003e\n          This package contains a collection of useful classes and tools that I have personally used throughout my games. \n          Originating from Party Crashers, I have been slowly building and involving this kit, and now with Unity Package Manager being \"somewhat\" stable, I decided to make a github repository so I can better track the changes and synchronise the numerous versions I have.\n        \u003c/p\u003e\n        \u003cp\u003e\n          Since it is just a \"collection of scripts\", there isn't much in the ways of a manual or a theme for the package other than \"hey thats useful\". Since it is all under MIT, you are free to simply extract just the scripts you need, there is no dependencies amongst the files unless explicitly stated in the top of the file (ie: some of the custom editors).\n        \u003c/p\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n# Usage\nSince this is just a folder of scripts, you can use it how you need it. Check out the documentation for more information.\n\n[https://lachee.github.io/unity-utilities/](https://lachee.github.io/unity-utilities/) \n\n# Installation\n#### OpenUPM \u003ca href=\"https://openupm.com/packages/com.lachee.utilities/\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/com.lachee.utilities?label=openupm\u0026amp;registry_uri=https://package.openupm.com\" /\u003e\u003c/a\u003e\nThe [openupm registry](https://openupm.com)  is a open source package manager for Unity and provides the [openupm-cli](https://github.com/openupm/openupm-cli) to manage your dependencies.\n```\nopenupm add com.lachee.unity-utilities\n```\n\n#### Manual UPM             \u003ca href=\"https://github.com/Lachee/unity-utilities/tags\"\u003e\u003cimg alt=\"GitHub package.json version\" src=\"https://img.shields.io/github/package-json/v/lachee/unity-utilities?label=github\"\u003e\u003c/a\u003e\nUse the Unity Package Manager to add a git package. Adding the git to your UPM will limit updates as Unity will not track versioning on git projects (even though they totally could with tags).\n1. Open the Unity Package Manager and `Add Package by git URL...`\n2. `https://github.com/Lachee/unity-utilities.git `\n\nFor local editable versions, manually clone the repo into your package folder. Note the exact spelling on destination name.\n1. `git clone https://github.com/Lachee/unity-utilities.git Packages/com.lachee.utilities`\n\n#### Unity Package\nGo old school and download the Unity Package and import it into your project.\n1. Download the `.unitypackage` from the [Releases](releases) or via the last run `Create Release` action.\n2. Import that package into your Unity3D\n\n# TODO\nList of things I wish to implement:\n\n  - More Surrogates for Binary Formatter\n  - My PlayerPrefs from Cross-Platform as it supports Serialization / Deserialization\n  - Fix to my Automatic Namespacer with better support for rules\n    - I should rewrite this\n  - Configuration panel for stuff? Probably not required\n  - Implement https://forum.unity.com/threads/detecting-textmesh-pro.755501/ so i can add Input features\n  - Asset Bin: Allows you to quickly grab and store assets for building stuff\n  - Right Click - Jump to Definition\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flachee%2Funity-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flachee%2Funity-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flachee%2Funity-utilities/lists"}