Skip to content

Commit 4648cc0

Browse files
authored
Init token source component in awake (#279)
1 parent 59a98af commit 4648cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runtime/Scripts/TokenSource/TokenSourceComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class TokenSourceComponent : MonoBehaviour
2424

2525
ITokenSource _tokenSource;
2626

27-
public void Start()
27+
public void Awake()
2828
{
2929
if (_config == null)
3030
throw new InvalidOperationException("Token source configuration was not provided");

0 commit comments

Comments
 (0)