Skip to content

Instantly share code, notes, and snippets.

@Artein
Artein / gist:d91e9280838ea5a464fd861081645490
Created May 20, 2022 05:53
AndroidSymbolsShrinkerPostProcessor updates Android debug symbols to decrease the size via 7z
#if UNITY_EDITOR && UNITY_ANDROID
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using UnityEditor;
using UnityEditor.Build;
using UnityEditor.Build.Reporting;