question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Trouble with scoped registries

See original GitHub issue

Bug report

Bug category

  • Website: issues related to browse or discover packages.
  • Pipelines: issues related to publish or manage a package.
  • Registry: issues related to the registry server.
  • Unity Editor: issues related to how OpenUPM works with the Unity Editor.
  • Documentation
  • Others

Steps to reproduce

  1. Add open upm as a registry to the Unity Editor
  "scopedRegistries": [
    {
      "name": "Open UPM",
      "url": "https://package.openupm.com",
      "scopes": [
        "com.openupm"
      ]
    }
  ],

image

  1. Add an additional scope for com.halodi
  2. Open the Package Manager window and select My Registries from the dropdown

image

the halodi packages don’t show up under the same registry.

What is expected?

Packages show up under the same registry

What is actually happening?

Packages show up under different registries

Other relevant information

Tested using Unity 2019.4.12f1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (16 by maintainers)

github_iconTop GitHub Comments

3reactions
favoyangcommented, Oct 25, 2020

Split the feature request to #1521 and #1523. This issue is closed.

3reactions
mob-sakaicommented, Oct 23, 2020

Hi, since I’ve been mentioned, let me answer your question. The package UI Gradients is not my package. According to OpenUPM, the repository owner is @Sov3rain. https://openupm.com/packages/com.coffee.uigradients/ https://github.com/Sov3rain/Unity-UIGradient

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scoped registries - Unity - Manual
Scoped registries allow Unity to communicate the location of any custom package registry server to the Package Manager so that the user has...
Read more >
Problems with the Scoped Registries : r/Unity3D - Reddit
Recently I am doing a project which uses Spout and the author of it has stated that "This package uses the scoped registry...
Read more >
Scoped registry in package.json not working - Unity Forum
My package has a dependency on another openupm package, and I've configured the package. json to have a scoped registry for it. This...
Read more >
Manual: Scoped package registries - Unity
To set up your scoped registries in your Project manifest, use the scopedRegistries attribute, which takes an array of scoped registry configuration objects....
Read more >
Solved: Using Artifact Registry as a Unity Scoped Registry...
We have configured the Google Artifact Registry as a Scoped Registry to ... This looks to be a UI issue with Unity similar...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found