Search Unity

Bug unity import somethings after build

Discussion in 'Editor & General Support' started by mfatihbarut, Dec 15, 2021.

  1. mfatihbarut

    mfatihbarut

    Joined:
    Apr 11, 2018
    Posts:
    1,060
    Unity 2021.2.6f1 (and before actually)
    import somethings after build complete. What is it? It wasn't before.
     
  2. Adrian

    Adrian

    Joined:
    Apr 5, 2008
    Posts:
    1,066
    A player build? A script build?

    Newer Unity versions added progress bars in places where there were none before. Previously, it would just lock up for a while but now actually shows what it's doing, so maybe it's the same as before but it's just more apparent?
     
  3. mfatihbarut

    mfatihbarut

    Joined:
    Apr 11, 2018
    Posts:
    1,060
    Player build
     
  4. Adrian

    Adrian

    Joined:
    Apr 5, 2008
    Posts:
    1,066
    During the build Unity recompiles all scripts and scenes. So when the build is finished, it needs to reimport the original assets and do a domain reload. I don't believe anything has changed in this regard in recent Unity versions.

    If really does import something unexpectedly, you should see something in the editor log.