acoppes / unity-history-window

A simple selection history window for Unity.
MIT License
293 stars 24 forks source link

Neither Package Manager command works #28

Closed OneManMonkeySquad closed 3 years ago

OneManMonkeySquad commented 3 years ago

Neither https://github.com/acoppes/unity-history-window.git#1.0.6 nor https://github.com/acoppes/unity-history-window.git#1.0.4 works in 2021.1.7. Error: _[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/acoppes/unity-history-window.git#1.0.6]: Could not clone [https://github.com/acoppes/unity-history-window.git]. Revision [1.0.6] could not be found. [NotFound]. UnityEditor.EditorApplication:InternalCallUpdateFunctions ()

Am I doing something wrong? Tried different ways, git and https syntax, no specific version. :(

acoppes commented 3 years ago

Just tested it using https://github.com/acoppes/unity-history-window.git#1.0.6 and Unity 2020.3.5f1, have to test it again in 2021, maybe something changed in specifying package dependencies with https or git url.

acoppes commented 3 years ago

It works with 2021.2.0a10 too, maybe you are doing something wrong? I will close the issue for now but will reopen it if you give me more info.