proyecto26 / RestClient

🦄 A Promise based REST and HTTP client for Unity 🎮
https://assetstore.unity.com/packages/slug/102501
MIT License
1.24k stars 174 forks source link

UnityPackageManager #146

Closed Avatarchik closed 2 years ago

Avatarchik commented 4 years ago

Hi! Would you like to add support?

I tried to fix it like this : https://github.com/proyecto26/RestClient.git?path=src/Proyecto26.RestClient But Unity (2020.1) gives an error: package.json] is invalid: '5' is not a valid unityRelease attribute value. Expected '<a, b, p or f>'. [NotFound].See console for more details

Ie not a valid package...

jdnichollsc commented 4 years ago

What's the correct value for that attribute? https://github.com/proyecto26/RestClient/blob/develop/src/Proyecto26.RestClient/package.json#L7

Avatarchik commented 4 years ago

https://docs.unity3d.com/Manual/upm-manifestPkg.html it can be removed altogether based on the documentation, you can make a separate upm branch and arrange everything there as expected) Sample: https://nagachiang.github.io/tutorial-working-with-custom-package-in-unity-2019-2/# https://neogeek.dev/creating-custom-packages-for-unity-2018.3/

Merichbier commented 4 years ago

I found this package on OpenUPM : https://openupm.com/packages/com.proyecto26.restclient/

Is it also an official way of installing this plugin ?

jdnichollsc commented 4 years ago

the official way is downloading the asset from Unity store directly, or what do you mean?

Merichbier commented 4 years ago

I mean it seems possible to install this repo through the UPM using OpenUPM (link above) but it's not stated in the README, so I was wondering if it was at risk to use OpenUPM package to use this plugin.

jdnichollsc commented 4 years ago

Can you try and let me know? Also any pull request is welcome! <3

waldobronchart commented 3 years ago

I'm trying to use this through OpenUPM, but getting the following errors: image

jdnichollsc commented 3 years ago

Honestly I don't have experience with OpenUPM and I'm not using Unity, can you attach a repo and the steps to reproduce this issue? As I said before, any pull request is welcome!

codingben commented 3 years ago

Honestly I don't have experience with OpenUPM and I'm not using Unity, can you attach a repo and the steps to reproduce this issue? As I said before, any pull request is welcome!

@waldobronchart @jdnichollsc #162 :smiley:

jdnichollsc commented 2 years ago

Hello folks, thanks for your collaboration!

We're using a GitHub action now instead here: https://github.com/proyecto26/RestClient/pull/198/files

Please check the upm branch and let me know!

Happy holidays <3