diff --git a/Runtime/Scripts/TokenSource/TokenSourceComponent.cs b/Runtime/Scripts/TokenSource/TokenSourceComponent.cs index 4d28f670..dc438356 100644 --- a/Runtime/Scripts/TokenSource/TokenSourceComponent.cs +++ b/Runtime/Scripts/TokenSource/TokenSourceComponent.cs @@ -24,7 +24,7 @@ public class TokenSourceComponent : MonoBehaviour ITokenSource _tokenSource; - public void Start() + public void Awake() { if (_config == null) throw new InvalidOperationException("Token source configuration was not provided");