{"id":24370185,"url":"https://github.com/xjine/unity_removeonbuilds","last_synced_at":"2026-04-28T04:38:04.947Z","repository":{"id":271214432,"uuid":"912733424","full_name":"XJINE/Unity_RemoveOnBuilds","owner":"XJINE","description":"Remove some components or objects when building the scene.","archived":false,"fork":false,"pushed_at":"2025-01-28T10:41:20.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T11:34:58.235Z","etag":null,"topics":["assets","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/XJINE.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":"2025-01-06T09:31:37.000Z","updated_at":"2025-01-28T11:20:06.000Z","dependencies_parsed_at":"2025-01-28T11:27:28.343Z","dependency_job_id":"2fbaf181-7714-4934-a3f9-436f06065cfa","html_url":"https://github.com/XJINE/Unity_RemoveOnBuilds","commit_stats":null,"previous_names":["xjine/unity_removeonbuilds"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/XJINE/Unity_RemoveOnBuilds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_RemoveOnBuilds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_RemoveOnBuilds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_RemoveOnBuilds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_RemoveOnBuilds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XJINE","download_url":"https://codeload.github.com/XJINE/Unity_RemoveOnBuilds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_RemoveOnBuilds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32367021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["assets","unity"],"created_at":"2025-01-19T04:23:19.277Z","updated_at":"2026-04-28T04:38:04.920Z","avatar_url":"https://github.com/XJINE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity_RemoveOnBuilds\n\nRemove some components or objects when building the scene.\n\n## Importing\n\nYou can use Package Manager or import it directly.\n\n```\nhttps://github.com/XJINE/Unity_RemoveOnBuilds.git?path=Assets/Packages/RemoveOnBuilds\n```\n\n## How to Use\n\nInherit the following classes and override their properties.\n\n```csharp\npublic abstract class RemoveOnBuild\n{\n    protected virtual bool RemoveInEditorApplication { get; } = false;\n    protected virtual bool IgnoreDevelopmentBuild    { get; } = false;\n}\n\npublic abstract class RemoveComponentsOnBuild\u003cT\u003e : RemoveOnBuild\n{\n    protected virtual bool RemoveEmptyParentObject { get; } = true;\n}\n\npublic abstract class RemoveTaggedObjectsOnBuild : RemoveOnBuild\n{\n    protected virtual string Tag { get; } = string.Empty;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_removeonbuilds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjine%2Funity_removeonbuilds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_removeonbuilds/lists"}