Search Unity

Long Visual Studio loading times

Discussion in 'Entity Component System' started by Freaking-Pingo, May 6, 2018.

  1. Freaking-Pingo

    Freaking-Pingo

    Joined:
    Aug 1, 2012
    Posts:
    310
    Since upgrading to 2018.2.0b3 and started playing around with ECS and the C# Job System I am now experiencing long reloading/unloading times in visual studio.

    Every time I add or remove a new file visual studio reloads/unloads all the projects in the solution takes on average 1-2 minutes. Any tips on how to reduce the time?
     
  2. starikcetin

    starikcetin

    Joined:
    Dec 7, 2017
    Posts:
    340
    Do you have the incremental compiler package? I saw a post about the incremental compiler recreating the project files every time there is a change.