decompressionFallback
Include decompression fallback code for build files in the loader.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool decompressionFallback { get; set; }
Remarks
When enabled, decompression fallback code is included in the loader. This allows to download and run compressed builds in cases when 'Content-Encoding' response header can not be properly configured on the server side.