Skip to content

Commit 7207600

Browse files
committed
Set default execution order of GameManager to -1
1 parent 6dea815 commit 7207600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Scripts/GameManager.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using UnityEngine;
22
using UnityEngine.UI;
33

4+
[DefaultExecutionOrder(-1)]
45
public class GameManager : MonoBehaviour
56
{
67
public static GameManager Instance { get; private set; }

0 commit comments

Comments
 (0)