빌드시 Copying assembly from 'Temp/Assembly-CSharp.dll' to 'Library/ScriptAssemblies/Assembly-CSharp.dll' failed 에러가 발생 되는 경우가 있다.
이것과 관련되어 다음과 같은 논의가 있었고, 100% 해결은 안된 것으로 보인다.
https://forum.unity.com/threads/solved-copying-assembly-temp-assembly-csharp-dll-failed.552682/
https://forum.unity.com/threads/copying-assembly-from-temp-dll-to-library-failed-project-stucked.669616/
Anit-Virus에서 프로젝트 폴더를 제외하라는 사람이 있었지만, 다음과 같이 파일을 삭제하는 것으로 문제가 해결되는 것으로 보인다.
, remove the file
Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll
and now build works again, once only. The file-removal procedure has to be repeated for every build
https://forum.unity.com/threads/error-copying-assembly-from-temp-com-unity-multiplayer-hlapi-runtime-dll-to-library-scriptassembl.662371/#post-4659752
단, 이 해결은 Unet을 사용하지 않는 상태여야 되는 것 같다.
Unet : 유니티가 제공하는 Unity Networking
댓글 없음:
댓글 쓰기