Property StreamingAssetsNeedsWebRequest
StreamingAssetsNeedsWebRequest
True on platforms where StreamingAssets is not a real file system (inside the APK / served over HTTP). These need UnityWebRequest instead of File IO.
public static bool StreamingAssetsNeedsWebRequest { get; }