You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine($"GroupResultEnumerator<{typeof(T).Name}>: Found {_matchingArchetypes.Count} matching archetypes");
54
-
}
55
-
else
56
-
{
57
-
Console.WriteLine($"GroupResultEnumerator<{typeof(T).Name}>: Components is null or bitIdx out of range. Components != null: {context.Components!=null}, Components.Length: {context.Components?.Length??-1}, bitIdx: {bitIdx}");
58
49
}
59
50
}
60
-
else
61
-
{
62
-
Console.WriteLine($"GroupResultEnumerator<{typeof(T).Name}>: TryGetTagBitIndex returned false");
0 commit comments