We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each time day 3 loads I get the following error.
InvalidOperationException: Collection was modified; enumeration operation may not execute. System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) (at <fb001e01371b4adca20013e0ac763896>:0) System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () (at <fb001e01371b4adca20013e0ac763896>:0) System.Collections.Generic.List`1+Enumerator[T].MoveNext () (at <fb001e01371b4adca20013e0ac763896>:0) Game.Systems.TurnsSystem+<CarryOutTurns>d__10.MoveNext () (at Assets/Game/Systems/TurnsSystem.cs:49) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <3dc54541a2574ac7826a004a212a4332>:0)
Unity 2019.4.1f1
The text was updated successfully, but these errors were encountered:
Hey, it's probably one of the enumerators underlying data sources getting modified somewhere, will take a look when I get a chance.
Sorry, something went wrong.
No branches or pull requests
Each time day 3 loads I get the following error.
Unity 2019.4.1f1
The text was updated successfully, but these errors were encountered: