Hello.
Encountering a build issue where a script cannot access a certain file.
UnauthorizedAccessException: Access to the path 'archchecker.dll' is denied.
This is strange considering this file and containing folder has no restrictions from the system. It has full access permissions granted for all user accounts. I tried executing Unity as administrator to solve the issue, but I can’t find out a way to actually open the engine in administrator mode. Right-click > Run as Administrator on the engine’s icon on my desktop just forces Unity Hub open anyway, which boots the engine itself (I assume in non-admin mode).
I also have already checked to make sure another process is not accessing this file at the same time.
Any suggestions as to how to get this to go away?