Search Unity

Question Long compilation time after updating to v.51

Discussion in 'Entity Component System' started by BigRookGames, Jul 12, 2022.

  1. BigRookGames

    BigRookGames

    Joined:
    Nov 24, 2014
    Posts:
    330
    Hi,
    I'm using 2021.3.4f1
    for my HDRP project and recently updated everything to Entities v0.51. I've noticed the duration it takes to compile a change is roughly 4-5x longer than it was previously (v.17)

    prior: 12-17 seconds
    post: 60-80 seconds

    I am wondering if anyone has experienced a similar behavior and if anyone has any suggestions.
    I profiled the compilation time and the actual compile time is roughly 4 seconds according to needle's Compilation Visualizer, it seems it takes a long time before and after compiling the code where it is waiting.

    Any input is appreciated, thank you.