• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

How to make http requests?

iirdasd

New member
Joined
Apr 13, 2022
Messages
4
Reactions
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