Search Unity

Compile time with packages

Discussion in 'Package Manager' started by ST_ProductVIz, Aug 22, 2019.

  1. ST_ProductVIz

    ST_ProductVIz

    Joined:
    Nov 29, 2017
    Posts:
    27
    Hi,

    Recently, I used the AsmdefDebug script to gather some information about the compile and assembly reload times in my projects.

    Question: Does anybody now, if the package system influences the assembly reload times? So does it make a difference whether an assembly is located within the asset folder or within an added package?

    BR,
    Lukas
     
  2. ethan_jl_unity

    ethan_jl_unity

    Unity Technologies

    Joined:
    Sep 27, 2018
    Posts:
    104
    Hi there,

    Whether an assembly is in a package or in the assets folder should not have an impact on the compilation time.
    Please report a bug to us if you notice any noticeable differences.