{"id":19685769,"url":"https://github.com/mob-sakai/unitygitdependencytest","last_synced_at":"2026-05-09T05:31:45.249Z","repository":{"id":109500114,"uuid":"191119411","full_name":"mob-sakai/UnityGitDependencyTest","owner":"mob-sakai","description":"A test repo for GitDependencyResolverForUnity","archived":false,"fork":false,"pushed_at":"2020-08-28T04:55:36.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T08:18:19.882Z","etag":null,"topics":["dependency","git","package","package-manager","unity","unity3d"],"latest_commit_sha":null,"homepage":"https://github.com/mob-sakai/GitDependencyResolverForUnity","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mob-sakai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-06-10T07:32:24.000Z","updated_at":"2024-02-17T16:09:22.000Z","dependencies_parsed_at":"2023-07-16T00:02:15.701Z","dependency_job_id":null,"html_url":"https://github.com/mob-sakai/UnityGitDependencyTest","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mob-sakai/UnityGitDependencyTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FUnityGitDependencyTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FUnityGitDependencyTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FUnityGitDependencyTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FUnityGitDependencyTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mob-sakai","download_url":"https://codeload.github.com/mob-sakai/UnityGitDependencyTest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mob-sakai%2FUnityGitDependencyTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["dependency","git","package","package-manager","unity","unity3d"],"created_at":"2024-11-11T18:23:57.088Z","updated_at":"2026-05-09T05:31:45.221Z","avatar_url":"https://github.com/mob-sakai.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"UnityGitDependencyTest\n===\n\n## How to test\n\n* Test whether the dependency is resolved correctly when installing/uninstalling `com.coffee.package-a` and `com.coffee.package-b` packages.\n\n#### 1. Auto package resolving\n\n1. Clone this repo and switch to `test` branch.\n2. Remove `Library` directory.\n3. Open the project on Unity editor.\n4. When `Unity Package Manager Error window` is opens, click `Continue`.  \n\u003cimg width=\"217\" alt=\"mob-sakai___UnityGitDependencyTest\" src=\"https://user-images.githubusercontent.com/12690315/66263243-35c6c400-e82a-11e9-9373-f61cb4c0b0ed.png\"\u003e\n\n5. Git url dependencies are resolved property.\n```\n★★ Installed Packages:\n  -\u003e com.coffee.package-a: 1.0.3\n  -\u003e com.coffee.package-b: 1.0.1\n  -\u003e com.coffee.package-c: 2.0.1\n  -\u003e com.coffee.package-x: 2.0.3\n  -\u003e com.unity.ads: 3.1.1\n```\n\n\n#### 2. Edit manifest.json while opening Unity (Remove a package)\n\n1. Remove `com.coffee.package-a` in `Packages/manifest.json`\n1. Back to Unity editor.\n1. Git url dependencies are resolved property.\n```\n★★ Installed Packages:\n  -\u003e com.coffee.package-b: 1.0.1\n  -\u003e com.coffee.package-c: 2.0.1\n  -\u003e com.coffee.package-x: 2.0.3\n  -\u003e com.unity.ads: 3.1.1\n```\n\n\n#### 3. Edit manifest.json while opening Unity (Remove all packages)\n\n1. Remove `com.coffee.package-b` in `Packages/manifest.json`\n1. Back to Unity editor.\n1. Git url dependencies are resolved property.\n```\n★★ Installed Packages:\n```\n\n\n#### 4. Edit manifest.json while opening Unity (Add a package)\n\n1. Add `com.coffee.package-a` in `Packages/manifest.json`\n1. Back to Unity editor.\n1. Git url dependencies are resolved property.\n```\n★★ Installed Packages:\n  -\u003e com.coffee.package-a: 1.0.3\n  -\u003e com.coffee.package-x: 2.0.2\n  -\u003e com.unity.ads: 3.0.3\n```\n\n\n#### 5. Edit manifest.json while closing Unity (Add a package)\n\n1. Close Unity editor.\n1. Add `com.coffee.package-b` in `Packages/manifest.json`\n1. Open the project on Unity editor.\n1. Git url dependencies are resolved property. **The result is same as step 1.**\n```\n★★ Installed Packages:\n  -\u003e com.coffee.package-a: 1.0.3\n  -\u003e com.coffee.package-b: 1.0.1\n  -\u003e com.coffee.package-c: 2.0.1\n  -\u003e com.coffee.package-x: 2.0.3\n  -\u003e com.unity.ads: 3.1.1\n```\n\n\n#### 6. Edit manifest.json while closing Unity (Remove a package)\n\n1. Close Unity editor.\n1. Remove `com.coffee.package-a` in `Packages/manifest.json`\n1. Open the project on Unity editor.\n1. Git url dependencies are resolved property. **The result is same as step 2.**\n```\n★★ Installed Packages:\n  -\u003e com.coffee.package-b: 1.0.1\n  -\u003e com.coffee.package-c: 2.0.1\n  -\u003e com.coffee.package-x: 2.0.3\n  -\u003e com.unity.ads: 3.1.1\n```\n\n\n#### 7. Edit manifest.json while closing Unity (Remove all packages)\n\n1. Close Unity editor.\n1. Remove `com.coffee.package-b` in `Packages/manifest.json`\n1. Open the project on Unity editor.\n1. Git url dependencies are resolved property. **The result is same as step 3.**\n```\n★★ Installed Packages:\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmob-sakai%2Funitygitdependencytest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmob-sakai%2Funitygitdependencytest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmob-sakai%2Funitygitdependencytest/lists"}