I’m trying to display the communication progress on the progress bar on the application side,
I would like to know the maximum number of bytes of data to be received.
The data retrieved from the server will be a Json format string.
I plan to display a progress bar with “UnityWebRequest.downloadedBytes” and the number of data bytes.
It’s not a file on the server, so I think there are some points that need to be calculated,
I think it would be easier if there was a function that could get the number of bytes.
Is there a function that can get the number of bytes on the Unity side?
Or is there a function to measure the number of bytes of transmitted data with lalavel?
I look forward to working with you.