Search Unity

Package naming scheme not compatible with other package registries like Github's

Discussion in 'Package Manager' started by james7132, Oct 30, 2019.

  1. james7132

    james7132

    Joined:
    Mar 6, 2015
    Posts:
    166
    I attempted to use GitHub's package manager at http://npm.pkg.github.com to host some Unity packages, and they enforce a naming scheme of "@Owner/REPO_NAME". This is seemingly incompatible with the "com.organization.package_name" scheme enforced by the Package Manager.

    Is there a way around this? Alternatively, can we have the naming scheme requirements lifted for non-Unity authored packages?