adrenak / RestSharp.Unity

A UPM package for RestSharp with some extensions and extra stuff.
MIT License
16 stars 3 forks source link

How to install via Package Manager? #3

Open JordanEllapin opened 2 years ago

JordanEllapin commented 2 years ago

I can't add this repository as a package via the package manager. I had this error in the console :

[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/adrenak/RestSharp.Unity.git]: [https://github.com/adrenak/RestSharp.Unity.git] does not point to a valid package. No package manifest was found. [NotFound].

It would be great to add it like a package. It is much easier to manager packages in this way in Unity. Thanks!

adrenak commented 2 years ago

Hey, sorry for the late reply. If you want to add using package manager there are two ways:

Lemme know if this helps. UPM installation can get tricky 😅

BennetVellaExient commented 1 week ago

Thanks for the great work - probably worth taking note of the extra branch in the original README. I passed in https://github.com/adrenak/RestSharp.Unity.git?path=/Assets/Adrenak.RestSharp.Unity which did work but figured there had to be a simpler way :P