We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542b9a4 commit 7e8fb7fCopy full SHA for 7e8fb7f
Packages/io.chainsafe.web3-unity.web3auth/Editor/Web3AuthSDK/Editor/BuildPostProcess.cs
@@ -9,7 +9,7 @@ public class BuildPostProcess
9
{
10
11
// Runs all the post process build steps. Called from Unity during build
12
- [PostProcessBuildAttribute(0)] // Configures this this post process to run first
+ [PostProcessBuildAttribute(0)] // Configures this post process to run first
13
public static void OnPostprocessBuild(BuildTarget target, string pathToBuiltProject)
14
15
#if UNITY_IOS
0 commit comments