diff --git a/Runtime/Agents/UGUIMonkeyAgent.cs b/Runtime/Agents/UGUIMonkeyAgent.cs index 42b44f1..66204be 100644 --- a/Runtime/Agents/UGUIMonkeyAgent.cs +++ b/Runtime/Agents/UGUIMonkeyAgent.cs @@ -105,6 +105,7 @@ public override async UniTask Run(CancellationToken token) Lifetime = lifespanSec > 0 ? TimeSpan.FromSeconds(lifespanSec) : TimeSpan.MaxValue, DelayMillis = delayMillis, Random = random, + Logger = Logger, SecondsToErrorForNoInteractiveComponent = secondsToErrorForNoInteractiveComponent, Gizmos = gizmos, Screenshots = screenshotEnabled