Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository Index #41

Open
diadas opened this issue Jul 14, 2019 · 1 comment
Open

Repository Index #41

diadas opened this issue Jul 14, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@diadas
Copy link

diadas commented Jul 14, 2019

For me what's missing is some kind of repository index. Either it could be part of the manifest.json or an additional JSON-file with content like:
{ "repositories": [ "https://github.com/a/b.git", "https://github.com/a/c.git", "https://github.com/a/d.git", "https://github.com/a/e.git", "https://github.com/a/f.git", "https://github.com/a/g.git" ], "updateURL": "https://mycompany.com/unity/package-repositories.json" }

After adding the repositories to the index, the packages in those git repositories should not be installed, but displayed in the package manager as installable.
Additionally it would be nice if this json file could be loaded from an URL (ex. https://mycompany.com/unity/package-repositories.json). As this URL is also in the json file itself as "updateURL", your extension can update this JSON file automatically. This would be awesome for big companies so that all employees can see all available packages without doing anything manually.
When saved in the EditorPrefs, this information could be used accross multiple Unity projects.

@mob-sakai
Copy link
Owner

Hi @diadas
Thank you for feature request.

@mob-sakai mob-sakai self-assigned this Jul 16, 2019
@mob-sakai mob-sakai added the enhancement New feature or request label Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants