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
Type cannot be used in 'foreach' statement because it neither implements 'IEnumerable' or 'IEnumerable<T>', nor has suitable 'GetEnumerator' method which return type has 'Current' property and 'MoveNext' method
#2395
<UnityEditor>\UnityEditor\ProfilerWindow.cs:20670 Type 'UnityEditor.Profiling.DynamicProfilerModule.SerializedDataCollection' cannot be used in 'foreach' statement because it neither implements 'IEnumerable' or 'IEnumerable<T>', nor has suitable 'GetEnumerator' method which return type has 'Current' property and 'MoveNext' method
Input code
Please see #2389
Erroneous output
<UnityEditor>\UnityEditor\ProfilerWindow.cs:20670 Type 'UnityEditor.Profiling.DynamicProfilerModule.SerializedDataCollection' cannot be used in 'foreach' statement because it neither implements 'IEnumerable' or 'IEnumerable<T>', nor has suitable 'GetEnumerator' method which return type has 'Current' property and 'MoveNext' method
Details
Please see #2389
The text was updated successfully, but these errors were encountered: