Skip to content

Commit a222229

Browse files
authored
Merge branch 'development' into feat/enable-log-to-console
2 parents 902937e + ec4ca04 commit a222229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Source/Editor/Build/PlatformSpecificBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public abstract class PlatformSpecificBuilder : IPlatformSpecificBuilder,
6767
/// need to execute first in-order to register themselves as builders
6868
/// for their respective platforms.
6969
/// </summary>
70-
public int callbackOrder => 1;
70+
public int callbackOrder => 0;
7171

7272
/// <summary>
7373
/// Stores the targets for which the builder can be used.

0 commit comments

Comments
 (0)