I really don’t understand why it wont. Is there something I need to do?
Edit: I ran the editor as admin and it built fine, I just don’t get why it didn’t work the other times. Idk why it had to hide that lil snippet so good.
If anyone can tell me what is wrong so I can fix it for the future, please tell…
CurrentDirectory='C:\Users\Fimfim\Documents\unity_projects2\DayInTheShade\Temp\StagingArea\Data\Managed', Native error= The requested operation requires elevation.
This error suggests that the current user does not have write permissions to that directory. Any chance there are multiple user accounts and Fimfim is not the user that is currently logged on? Try making sure that the current user has “Full Control” permissions to the directory C:\Users\Fimfim\Documents\unity_projects2\DayInTheShade\ and all its subdirectories. (right-click on the directory, Properties->Security->Edit…->choose current user, or USERS, and click on “Full control” → Allow.
If Fimfim is the currently logged on user, not quite sure why it would not have access to its own Documents directory. Some causes may be if the project was created under a different user, or running Unity as an admin. Or possibly if the project directory was copied off of a NTFS share, it might have gotten the access control from that directory and marked the directory to be active under some other user.
1 Like