You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
ERROR_ALREADY_EXISTS
183 (0xB7)
Cannot create a file when that file already exists.
My guess is that the temp path returned by GetTempFolder in AppBundlePublisher might clash, and we might have had 2 builds running at the same time on the same machine.
I tried calling that method now on my machine several times and it always returns the same path in OSX.
Any chance you could change that by adding some uniqueness to the path?
Hey,
our Unity build on CI just failed with the following output:
The MSDN docs say the following about this error:
My guess is that the temp path returned by
GetTempFolderin AppBundlePublisher might clash, and we might have had 2 builds running at the same time on the same machine.I tried calling that method now on my machine several times and it always returns the same path in OSX.
Any chance you could change that by adding some uniqueness to the path?