Search Unity

Custom scoped registry define global and authentication

Discussion in 'Package Manager' started by LPhilipp, Oct 8, 2019.

  1. LPhilipp

    LPhilipp

    Joined:
    Apr 27, 2018
    Posts:
    15
    Hi,

    currently scoped registry can be defined per Project in Packages/manifest.json . Is there a per user global way to define them? (eg localappdata/unity/registry.json or something)

    Is there a way to define the authentication for the user?

    Are there any plans for this?

    Greetings
    Philipp
     
  2. SalwaC

    SalwaC

    Unity Technologies

    Joined:
    Oct 7, 2019
    Posts:
    10
    Hi Philipp,

    For now the only way to define scoped registry is in Packages/manifest.json. We have plans to configure scoped registries user or system wide but this is not high priority right now.

    As for the authentication, it's not supported for the moment. It's high priority and expected soon thought.

    Thank you,
    Salwa
     
    Favo-Yang likes this.
  3. LPhilipp

    LPhilipp

    Joined:
    Apr 27, 2018
    Posts:
    15
    Thanks