2019년 7월 15일 월요일

Unity Copying assembly from 'Temp/Assembly-CSharp.dll' to ... Error

빌드시 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

댓글 없음:

댓글 쓰기

Unity - Firebase 연동 (Analytics, AdMob)

버전 : firebase_unity_sdk_6.5.0.zip 게임에서 통계 측정 및 광고 추적을 위해 Firebase 을 연동한다. 앞서 [Unity - GPGS 와 Admob 연동 및 배포 준비 작업]  연동 이후에 작업을 진행 한다. 유니...