1. 17 Feb, 2026 2 commits
  2. 16 Feb, 2026 1 commit
    • SherryChaos's avatar
      Extract zip via temp file using UnityWebRequest · a050eb5e
      SherryChaos authored
      Download the .zip to a temporary file and extract from disk instead of loading the entire archive into memory. Uses DownloadHandlerFile to write to Application.temporaryCachePath and replaces the in-memory ExtractZipFile path with a new ExtractZipFileFromFile method that streams entries from the zip file, updates extraction progress, creates directories, and ensures proper cleanup of the ZipFile stream. This reduces memory usage when handling large zip assets.
      a050eb5e
  3. 15 Feb, 2026 1 commit
  4. 12 Feb, 2026 13 commits
  5. 11 Feb, 2026 2 commits
  6. 18 Jan, 2026 2 commits
  7. 16 Jan, 2026 8 commits
  8. 15 Jan, 2026 2 commits
  9. 12 Jan, 2026 3 commits
  10. 05 Jan, 2026 1 commit
  11. 03 Jan, 2026 1 commit
  12. 02 Jan, 2026 4 commits