We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a98af commit 4648cc0Copy full SHA for 4648cc0
1 file changed
Runtime/Scripts/TokenSource/TokenSourceComponent.cs
@@ -24,7 +24,7 @@ public class TokenSourceComponent : MonoBehaviour
24
25
ITokenSource _tokenSource;
26
27
- public void Start()
+ public void Awake()
28
{
29
if (_config == null)
30
throw new InvalidOperationException("Token source configuration was not provided");
0 commit comments