Mathijs-Bakker / Extenject

Dependency Injection Framework for Unity Game Engine
MIT License
512 stars 95 forks source link

Unity Package Manager from git manifest not found #84

Open DaLiksN opened 8 months ago

DaLiksN commented 8 months ago

Hi, if you install the library through the Package Manager from git, an error occurs when specifying a specific version. If you do not specify the version, the git will return the maximum: 9.2.1.

Request: изображение

Mistake: [Package Manager Window] Error adding package: https://github.com/Mathijs-Bakker/Extenject.git?path=UnityProject/Assets/Plugins/Zenject/Source#9.2.1. Unable to add package [https://github.com/Mathijs-Bakker/Extenject.git?path=UnityProject/Assets/Plugins/Zenject/Source#9.2.1]: [https://github.com/Mathijs-Bakker/Extenject.git?path=UnityProject/Assets/Plugins/Zenject/Source#9.2.1] does not point to a valid package. No package manifest was found. Unity Editor.EditorApplication:Internal_Call Update Functions ()

Luchianno commented 7 months ago

Same problem here!

vrobel commented 7 months ago

You need to use tag 9.3.1

Luchianno commented 7 months ago

Surprised Pikachu Face

Thx for help!

vrobel commented 7 months ago

The version is prerelease and wasn't officially released. That's why it doesn't resolve when pasting /tag/latest

DaLiksN commented 7 months ago

A nuisance! 9.2.1 does not load either. Maximum 9.2.0 image image

vrobel commented 7 months ago

9.2.1 does load properly but package.json definition file wasn't updated since 9.2.0. Even in 9.3.1. So no matter if you provide URL to any of these versions Package manager shows 9.2.0.