Search Unity

Feedback [Feature Request] Per-File/System Leak Detection

Discussion in 'Entity Component System' started by Guedez, Jul 24, 2020.

  1. Guedez

    Guedez

    Joined:
    Jun 1, 2012
    Posts:
    827
    I have this one system that makes a whole ton of native arrays, when on, leak detection is 90% of the time the spent. After I finish this one system and I know for sure it have no leaks, it will still slow down the whole project by a whole lot if I want to check for leaks on other systems.