Search Unity

[Review] Having your coroutines run twice as fast with this free plugin

Discussion in 'Assets and Asset Store' started by Quis, Jul 17, 2016.

  1. Quis

    Quis

    Joined:
    May 16, 2014
    Posts:
    14
    Hey,

    I have took some time to look into optimizing my coroutines and I found this amazing asset named MEC(More effective coroutines). I documented some of my findings and wrote an article on my website. link

    Here is a quick summary of the article:
    1. From my testing it does perform almost twice as fast and does not allocate per-frame memory.
    2. Does not produce GC.Collect (garbage collector) spikes
    3. You can get the asset for free
    4. Extremely good user reviews (for a reason)
    5. Almost instant support from the developer(within an hour)
    6. Easy to profile
    7. Source code included
    8. If you are using 5.3.5f1 and coroutines in your project -> update to or newer than 5.3.5p2
    9. New features and fixes to the Unity coroutine system
    10. Easy to apply to current code, good documentation
    11. Asset is in active development and will be for a long time(spoke with the developer)

    You can read full blog post here.
    Link to the asset here.