Method | Description | |
---|---|---|
Awake ( ) : void |
Initializes the task factory during Awake(). The task factory cannot be initialized in the constructor because it must be initialized from the coroutine execution thread which the constructor does not guarantee. |