Guys why I can't build my project why this error? Is wondershare related to Unity? Why I am having this error when I want to build my application on my android device? Any help would appreciated .
相关问题
- (ASP.NET) Project file must include 'WindowsBa
- Unity - Get Random Color at Spawning
- Error when installing TDA package on R
- Unity3D WebGL Headless not rendering
- C# CS0079 Event Handling Compile Errors
相关文章
- Programmatically setting and saving the icon assoc
- Omnisharp in VS Code produces a lot of warnings ab
- Handling ffmpeg library interface change when upgr
- Call non-static methods on custom Unity Android Pl
- Build errors of missing packages in Visual Studio
- Forcing a TFS2010 workflow build to FAIL instead o
- Use Eclipse classpath variable to replace absolute
- How can a game created in Unity can run on an Andr
For some reason, I thought it a good idea to change your %TEMP% environment variable, which is used when building in Unity.
To change it, search for "System": -"advanced system settings" -Environment Variables -System variables -TMPDIR: change from wondershare to existing dir. default is: "%USERPROFILE%\Appdata\Local\Temp"
To verify the path is correct you can open run with "Win+R" and type "%TEMP%". This should open the new TMPDIR.
You might have to restart your PC after this.
According to the error message, it looks like Unity's build pipeline is trying to create a temporary file with a random name inside a folder which does not exist.
It is most probable that some information is being cached in
build.gradle
or other parts of the project.Close Unity
Delete
Library
andTemp
foldersOpen Unity
Afterwards, If you ran into an access denied error, restart your PC.