Extenject icon indicating copy to clipboard operation
Extenject copied to clipboard

Unity Package Manager from git manifest not found

Open DaLiksN opened this issue 1 year ago • 6 comments

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 ()

DaLiksN avatar Jan 31 '24 14:01 DaLiksN

Same problem here!

Luchianno avatar Feb 28 '24 10:02 Luchianno

You need to use tag 9.3.1

vrobel avatar Feb 29 '24 18:02 vrobel

Surprised Pikachu Face

Thx for help!

Luchianno avatar Mar 01 '24 18:03 Luchianno

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

vrobel avatar Mar 02 '24 15:03 vrobel

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

DaLiksN avatar Mar 06 '24 11:03 DaLiksN

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.

vrobel avatar Mar 07 '24 13:03 vrobel