Getting an error message from UnityEditor

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I am getting an error message from Unity Editor during the "LZMA compression" build phase.

When I select the option "Try Again", the same message pops up in something like a loop. If I click "Cancel", the build completes with other errors. Any ideas?

Moving File failed.  Moving Temp/Assembly-UnityScript-Editor.dll to failed: from non-directory to directory.

Moving File failed.

Moving Temp/Assembly-UnityScript-Editor.dll to failed: from non-directory to directory.

SHARE
Best Answer by
Best Answer
Best Answer
Answered By points N/A #176309

Getting an error message from UnityEditor

qa-featured

Hello Eugene, it looks like you are getting problem while your program is being compiled.

This problem might occur if you are trying to save the files into such a directory that system doesn’t accept it as any directory.

Check to be sure that the save directory exists. If not, create that.

Also, if this problem continues, use another directory.

Hope this helps.

Answered By 0 points N/A #176310

Getting an error message from UnityEditor

qa-featured

Hi,

This error happens when you're building Unity to a location that the system say is not a folder. try to put all the testing code and libraries in the Editor folder. But since it is not actually part of the application and only intended to be used from the editor, it doesn't need to be in with other libraries.

Hope this helps you to

Related Questions