Skip to content

Commit e836125

Browse files
committed
fix: Correct issue with build order for PlatformSpecificBuilders in conjunction with BuildRunner.
1 parent b0f8a54 commit e836125

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)