Honest (and dumb) question.
Why does this package exist when UniRX already has ObservableWWW?
It appears that WWW was 'deprecated', but in actuality, under the hood they just implemented it using UnityWebRequest.
Is there something critical that UnityWebRequest is doing that WWW can't do?
I noticed ObservableWW can give me a WWW via GetWWW so I can inspect the response headers and such, but ObservableUnityWebRequest only gives a string. Is it possible to get the full WWW payload?
thanks for explaining, just want to understand what I am missing here.
Honest (and dumb) question.
Why does this package exist when UniRX already has ObservableWWW?
It appears that WWW was 'deprecated', but in actuality, under the hood they just implemented it using UnityWebRequest.
Is there something critical that UnityWebRequest is doing that WWW can't do?
I noticed ObservableWW can give me a WWW via GetWWW so I can inspect the response headers and such, but ObservableUnityWebRequest only gives a string. Is it possible to get the full WWW payload?
thanks for explaining, just want to understand what I am missing here.