Some warning about"UnityWebRequest.chunkedTransfer"

Discussion and help for Easy Save 3
Post Reply
atk_defender
Posts: 2
Joined: Fri May 17, 2019 7:05 am

Some warning about"UnityWebRequest.chunkedTransfer"

Post by atk_defender »

Assets\Plugins\Easy Save 3\Scripts\Web\ES3WebClass.cs(126,4): warning CS0618: 'UnityWebRequest.chunkedTransfer' is obsolete: 'HTTP/2 and many HTTP/1.1 servers don't support this; we recommend leaving it set to false (default).'

UnityWebRequest.chunkedTransfer = false now
But the warning still there
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: Some warning about"UnityWebRequest.chunkedTransfer"

Post by Joel »

Hi there,

This is resolved in our 2019.3 update which is awaiting approval from Unity. In the meantime you can delete that line entirely.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply