Skip to content

Commit

Permalink
Create symbols.zip during the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Dec 29, 2024
1 parent 5ba7486 commit 59b81fc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Assets/Editor/PreBuildSetup.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using UnityEditor;

[InitializeOnLoad]
public static class PreBuildSetup
{
static PreBuildSetup()
{
EditorUserBuildSettings.androidCreateSymbols = AndroidCreateSymbols.Debugging;
}
}
11 changes: 11 additions & 0 deletions Assets/Editor/PreBuildSetup.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59b81fc

Please sign in to comment.