-
Notifications
You must be signed in to change notification settings - Fork 19
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
docs: add the OpenUPM badge #2
base: main
Are you sure you want to change the base?
Conversation
I've not forgotten about this commit, but I would like to add support to add OpenUPM packages before merging this PR |
@jespersmith Could you elaborate on this a bit more? |
I would like to have a graphical menu to add OpenUPM packages from this tool, instead of using the command line tool that OpenUPM provides. This is a bit more involved than I've had time for lately though. |
@jespersmith @StephenHodgson Note that instead of using the OpenUPM CLI (which I also don't want to install) you can use the "installer packages" approach right from the OpenUPM website: This was developed by us, the website is here: http://package-installer.glitch.me/ and should support any package registry actually, not just OpenUPM. We have plans to a) improve on that b) allow for an even more direct integration (Deep Linking to install packages, POC is working) c) show OpenUPM packages properly in PackMan. |
Yeah that's essentially what I custom wrote for my project as well about two years ago. A simple .unitypackage that adds the registry and then self destructs. https://github.com/XRTK/XRTK-Core/tree/development/XRTK-Core/Assets/XRTK.Seed |
I think the problem is more with OpenUPM where scopes aren't easily searchable in any real form. They do have all the yaml files that define all the packages, but they don't have a nice API. @favoyang any idea if you guys could add this to the Verdaccio instance you're running? |
Installation options and the OpenUPM badge.