Skip to content

Investigate if LINQ foreach's suffer the same memory leakage as normal foreach statements #1

Description

@mvriel

Foreach in the Mono version used by Unity leaks memory continuously. As such it is recommended to avoid the usage of foreach but instead use normal for loops. In this code we use a ForEach LINQ construct but it should be investigated whether this causes similar memory leaks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions