Created
July 22, 2021 01:25
-
-
Save bdunderscore/a08be914837bd61dfd009e720384179c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEditor; | |
[InitializeOnLoad] | |
public class MakeUploadsFast : MonoBehaviour | |
{ | |
static MakeUploadsFast() | |
{ | |
BestHTTP.HTTPManager.SendBufferSize = 1024 * 1024; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MakeUploadsFast
This is fixed now, but I still need to use it today! Thanks!