Skip to content

Commit 2639327

Browse files
committed
add log
1 parent c09f5ef commit 2639327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/MRTK/Core/Utilities/Async/Internal/AsyncCoroutineRunner.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ private void Update()
125125
{
126126
if (Instance != this)
127127
{
128+
Debug.Log("[AsyncCoroutineRunner] Multiple active AsyncCoroutineRunners is present in the scene. Disabling duplicate ones.");
128129
enabled = false;
129130
return;
130131
}

0 commit comments

Comments
 (0)