Skip to content

Commit ec4ca04

Browse files
authored
Merge pull request #1039 from PlayEveryWare/fix/platform-specific-builder-order
fix: `PlatformSpecificBuildOrder` `callbackOrder` correction
2 parents 6cfd87c + e836125 commit ec4ca04

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)