How to make http requests?

iirdasd

New member
Messages
4
Reactions
0
Points
1
What is a good way to make http requests in VAM plugins?

I tried to use UnityWebRequest.GET(""), but I got the error:
Errors:
!> [CS246]: The type or namespace name `UnityWebRequest' could not be found. Are you missing an assembly reference?

Thanks for any advice!
 
Back
Top Bottom