{"id":18043751,"url":"https://github.com/thundernerd/unity3d-packagemanagermodules","last_synced_at":"2025-04-09T22:30:40.238Z","repository":{"id":54381344,"uuid":"323151272","full_name":"Thundernerd/Unity3D-PackageManagerModules","owner":"Thundernerd","description":"A toolkit to create modules for the Package Manager Window","archived":false,"fork":false,"pushed_at":"2021-02-22T08:38:03.000Z","size":180,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T11:02:24.870Z","etag":null,"topics":["custom","module","package","package-manager","unity","unity3d","upm"],"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/Thundernerd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"thundernerd","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-12-20T19:42:21.000Z","updated_at":"2023-11-02T20:59:31.000Z","dependencies_parsed_at":"2022-08-13T14:00:43.885Z","dependency_job_id":null,"html_url":"https://github.com/Thundernerd/Unity3D-PackageManagerModules","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thundernerd%2FUnity3D-PackageManagerModules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thundernerd%2FUnity3D-PackageManagerModules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thundernerd%2FUnity3D-PackageManagerModules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thundernerd%2FUnity3D-PackageManagerModules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thundernerd","download_url":"https://codeload.github.com/Thundernerd/Unity3D-PackageManagerModules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248123223,"owners_count":21051426,"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":["custom","module","package","package-manager","unity","unity3d","upm"],"created_at":"2024-10-30T17:09:39.143Z","updated_at":"2025-04-09T22:30:40.168Z","avatar_url":"https://github.com/Thundernerd.png","language":"C#","funding_links":["https://ko-fi.com/thundernerd","https://ko-fi.com/J3J11GEYY"],"categories":[],"sub_categories":[],"readme":"# Package Manager Modules\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"GitHub package.json version\" src =\"https://img.shields.io/github/package-json/v/Thundernerd/Unity3D-PackageManagerModules\" /\u003e\n\t\u003ca href=\"https://github.com/Thundernerd/Unity3D-PackageManagerModules/issues\"\u003e\n\t\t\u003cimg alt=\"GitHub issues\" src =\"https://img.shields.io/github/issues/Thundernerd/Unity3D-PackageManagerModules\" /\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/Thundernerd/Unity3D-PackageManagerModules/pulls\"\u003e\n\t\t\u003cimg alt=\"GitHub pull requests\" src =\"https://img.shields.io/github/issues-pr/Thundernerd/Unity3D-PackageManagerModules\" /\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/Thundernerd/Unity3D-PackageManagerModules/blob/master/LICENSE.md\"\u003e\n\t\t\u003cimg alt=\"GitHub license\" src =\"https://img.shields.io/github/license/Thundernerd/Unity3D-PackageManagerModules\" /\u003e\n\t\u003c/a\u003e\n\t\u003cimg alt=\"GitHub last commit\" src =\"https://img.shields.io/github/last-commit/Thundernerd/Unity3D-PackageManagerModules\" /\u003e\n\u003c/p\u003e\n\nA toolkit to create modules for the Package Manager Window.\n\n## Installation\n1. The package is available on the [openupm registry](https://openupm.com). You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).\n```\nopenupm add net.tnrd.packagemanagermodules\n```\n2. Installing through a [Unity Package](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.packagemanagermodules?registry=https://package.openupm.com) created by the [Package Installer Creator](https://package-installer.glitch.me) from [Needle](https://needle.tools)\n\n[\u003cimg src=\"https://img.shields.io/badge/-Download-success?style=for-the-badge\"/\u003e](http://package-installer.glitch.me/v1/installer/package.openupm.com/net.tnrd.packagemanagermodules?registry=https://package.openupm.com)\n\n## Usage\n\n### Creating a module\n\nTo create a module you need create a class that implements the `IPackageManagerModule` interface.\n\nThese classes get automatically picked up and added to the module menu which can be located at the top of the Package Manager Window\n\n![Modules menu underlined](Documentation~/screenshot_01.png)\n\n\n### Identifier\nThe identifier of your module should be unique and only be used for one package. I recommend using the [reverse domain name notation](en.wikipedia.org/wiki/Reverse_domain_name_notation) for this.\n\n### DisplayName\nThe display name of your module is what will be shown in the modules menu. If you plan on creating multiple modules then you can group them together by using a / (forward slash)\n\ne.g. `Foo/Bar`, `Foo/Baz`, `Foo/Qux`\n\nThese will all be grouped together under `Foo`\n\n### IsEnabled\nThis is to identify if your module is enabled. You have to keep track of this yourself in your module. This will be reflected in the modules menu.\n\n### Initialize()\nThis is called when the modules are created and should be used for initialization logic only.\n\n### Dispose()\nThis is called when the Package Manager Window closes or when the editor starts recompiling. Use this to clean up things like event subscriptions.\n\n### Enable()\nThis is called when the user enables your module through the modules menu.\n\n### Disable()\nThis is called when the user disables your module through the modules menu. This will also be called when the Package Manager Window closes, or when the editor starts recompiling.\n\n## Sample\nThis package comes with a Dependencies Editor sample. This sample allows easy editing of the dependencies of a package that is in development. You can import the sample through the Package Manager Window.\n\n![Dependencies editor sample](Documentation~/screenshot_02.png)\n\n## Support\n**Package Manager Modules** is a small and open-source utility that I hope helps other people. It is by no means necessary but if you feel generous you can support me by donating.\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J11GEYY)\n\n## Contributing\nPull requests are welcomed. Please feel free to fix any issues you find, or add new features.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthundernerd%2Funity3d-packagemanagermodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthundernerd%2Funity3d-packagemanagermodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthundernerd%2Funity3d-packagemanagermodules/lists"}