Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: PlaymakerNOOB on July 19, 2019, 09:41:42 AM

Title: UnityWebRequest [SOLVED]
Post by: PlaymakerNOOB on July 19, 2019, 09:41:42 AM
if you have any of the old www actions, you will see that Unity recommends upgrading them from www to UnityWebRequest instead.

Can we get an action for it please? I also checked ecosystem and didnt find it.

Quote
WWWPOSTMobile.cs(63,11): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'


---edit---
this is after jeans response.  It is actually there, but not sure how i missed it when searching the ecosystem by UnityWebRequest.
Title: Re: UnityWebRequest
Post by: jeanfabre on July 25, 2019, 01:46:34 AM
Hi,

 it's there :) search for request

(https://i.imgur.com/WXCzrXR.png)

Bye,

 Jean
Title: Re: UnityWebRequest[SOLVED]
Post by: PlaymakerNOOB on July 27, 2019, 09:26:19 AM
I wouldnt say this is resolved exactly.

The action currently contains the HTTP part for GET, but is missing POST and PUT portions.  I am most interested in the POST portion.

I've removed the SOLVED, as the action is incomplete in its current state.
Title: Re: UnityWebRequest
Post by: jeanfabre on July 29, 2019, 03:17:15 AM
Hi,

ok, I'll see what I can do with POST and PUT.

 Bye,

 Jean
Title: Re: UnityWebRequest
Post by: jeanfabre on July 31, 2019, 04:44:24 AM
Hi,

 I have made a new action called WebRequest, and it supports already GET/HEAD/POST for sure, it's not completly done yet, but if you can have a go and let me know, post is now working and I can get the usual results from it. PUT should work too, else let me know.

Bye,

 Jean
Title: Re: UnityWebRequest
Post by: PlaymakerNOOB on April 21, 2020, 10:17:40 PM
Wanted to let you know Jean that this did solve my issue.  Thanks a ton and i've marked it as solved as well!
Title: Re: UnityWebRequest [SOLVED]
Post by: jeanfabre on April 22, 2020, 01:32:36 AM
Hi,

 Cool, thanks for letting me know!

Bye,

 Jean
Title: Re: UnityWebRequest [SOLVED]
Post by: SteveJobs on January 12, 2021, 05:51:12 PM
Quick question,
I cannot seem to find the WebRequest action anywhere in the ecosystem or on github. Where can I find this action?