Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to provide versions infos for packages?

Discussion in 'Package Manager' started by Jean-Fabre, May 28, 2021.

  1. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    Hi Everyone,

    Struggling to find documentation on how to provide versioning for my upm package. I may miss the obvious...

    I have a set of github releases already showing fine on github, but I must miss something somewhere...

    My package is here: https://github.com/PlayMakerEcosystem/PlayMakerEcosystemUpmPackage

    but I can only see the latest release, while if I look at for example the JetBrains upm packages, all versions are listed



    Any help would be appreciated!

    Bye,

    Jean
     
  2. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    Bump :)

    I'd like some clarifications on that, on all the docs I can find, I seem to have done it all as explained, yet it still doesn't register all my versions.

    Shall I report a Unity bug instead?

    Bye,

    Jean
     
  3. UnityMaru

    UnityMaru

    Community Engagement Manager PSM

    Joined:
    Mar 16, 2016
    Posts:
    1,227
    Absolutely :) It'll go to the team and they can respond accordingly.
     
  4. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    Hi,

    Cool, I just filled a bug report ( 1340969)

    Finger crossed! this is the last feature missing before we can go live.

    Bye,

    Jean
     
  5. UnityMaru

    UnityMaru

    Community Engagement Manager PSM

    Joined:
    Mar 16, 2016
    Posts:
    1,227
    Hey there.

    So, from speaking to the team, this is actually by design and not a bug.

    You're using a Git-based dependency and expecting the Package Manager to interrogate Git (which knows nothing of packages) about available package versions. Regrettably, this isn't possible, and there are no plans to support that at this time.
     
  6. Jean-Fabre

    Jean-Fabre

    Joined:
    Sep 6, 2007
    Posts:
    429
    Hi,

    Ok, so how can I support Packages versions like many of the packages we see in upm, I am ok not to use Git. I am failing to find a doc on this that explains the process

    Bye,

    Jean