playMaker

Author Topic: UnityWebRequest [SOLVED]  (Read 3246 times)

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
UnityWebRequest [SOLVED]
« 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.
« Last Edit: April 21, 2020, 10:17:54 PM by PlaymakerNOOB »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: UnityWebRequest
« Reply #1 on: July 25, 2019, 01:46:34 AM »
Hi,

 it's there :) search for request



Bye,

 Jean

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: UnityWebRequest[SOLVED]
« Reply #2 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.
« Last Edit: July 27, 2019, 10:57:59 AM by PlaymakerNOOB »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: UnityWebRequest
« Reply #3 on: July 29, 2019, 03:17:15 AM »
Hi,

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

 Bye,

 Jean

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: UnityWebRequest
« Reply #4 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

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: UnityWebRequest
« Reply #5 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!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: UnityWebRequest [SOLVED]
« Reply #6 on: April 22, 2020, 01:32:36 AM »
Hi,

 Cool, thanks for letting me know!

Bye,

 Jean

SteveJobs

  • Playmaker Newbie
  • *
  • Posts: 10
Re: UnityWebRequest [SOLVED]
« Reply #7 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?