Search Unity

IPostprocessBuildWithReport race condition (when dir launches): Access Denied?

Discussion in 'Editor & General Support' started by dpt2, Jul 14, 2021.

  1. dpt2

    dpt2

    Joined:
    Jun 15, 2021
    Posts:
    50
    Seems like sometimes I get access denied, sometimes not:

    Seems to be a race condition. When I build Win64 standalone with IL2CPP, I want to move the "dont ship this dir" dir to `../somewhere` ... but, when the build is done, the directory gloriously pops up. If this pops up first, I can't move things: access denied.

    Is there a way to prevent popping up this window, and I'll do it manually?