{"id":21051728,"url":"https://github.com/unity-package/object-pooling-unity","last_synced_at":"2025-05-15T21:36:09.991Z","repository":{"id":246365939,"uuid":"820860999","full_name":"wolf-org/object-pooling-unity","owner":"wolf-org","description":"Object Pooling for Unity - Easy to use","archived":false,"fork":false,"pushed_at":"2024-08-27T09:24:39.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-08-28T09:43:20.553Z","etag":null,"topics":["object-pool","object-pooling","unity","unity3d"],"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/wolf-org.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T10:20:41.000Z","updated_at":"2024-08-27T09:24:20.000Z","dependencies_parsed_at":"2024-06-27T15:38:47.162Z","dependency_job_id":"aa28e4a7-bc01-4d4d-9250-ff3cd27841c5","html_url":"https://github.com/wolf-org/object-pooling-unity","commit_stats":null,"previous_names":["wolf-package/object-pooling-unity","wolf-org/object-pooling-unity"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-org%2Fobject-pooling-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-org%2Fobject-pooling-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-org%2Fobject-pooling-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolf-org%2Fobject-pooling-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolf-org","download_url":"https://codeload.github.com/wolf-org/object-pooling-unity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225384352,"owners_count":17465879,"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":["object-pool","object-pooling","unity","unity3d"],"created_at":"2024-11-19T15:59:34.112Z","updated_at":"2025-05-15T21:36:09.984Z","avatar_url":"https://github.com/wolf-org.png","language":"C#","readme":"\u003cp align=\"left\"\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Made With Unity\" src=\"https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/unity-package/object-pooling-unity?logo=github\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Last Commit\" src=\"https://img.shields.io/github/last-commit/unity-package/object-pooling-unity?logo=Mapbox\u0026color=orange\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Repo Size\" src=\"https://img.shields.io/github/repo-size/unity-package/object-pooling-unity?logo=VirtualBox\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Last Release\" src=\"https://img.shields.io/github/v/release/unity-package/object-pooling-unity?include_prereleases\u0026logo=Dropbox\u0026color=yellow\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## What\n\n- Object-Pooling for game unity is very easy to use\n\n## How To Install\n\n### Add the line below to `Packages/manifest.json`\n\nfor version `1.0.1`\n```json\n\"com.wolf-org.object-pooling\":\"https://github.com/unity-package/object-pooling-unity.git#1.0.1\",\n```\n## Use\n\n- Init Pool\n\n```csharp\n    Pool.InitPool();\n```\n\n- Spawn/DeSpawn Object\n\n```csharp\n\n    public GameObject prefab;\n\n    private GameObject ins;\n\n    void SpawnIns()\n    {\n        ins = Pool.Spawn(prefab);\n    }\n\n    void DeSpawnIns()\n    {\n        Pool.DeSpawn(ins);\n    }\n\n```\n\nOr\n\n```csharp\n\n    public GameObject prefab;\n\n    private GameObject ins;\n\n    void SpawnIns()\n    {\n        ins = prefab.Spawn();\n    }\n\n    void DeSpawnIns()\n    {\n        ins.DeSpawn();\n    }\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funity-package%2Fobject-pooling-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funity-package%2Fobject-pooling-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funity-package%2Fobject-pooling-unity/lists"}