Coding/Unity11 [Unity] URL로 이미지 다운로드하기 / 무료 이미지 호스팅 사이트 추천 https://docs.unity3d.com/Manual/UnityWebRequest-RetrievingTexture.html Unity - Manual: Retrieving a Texture from an HTTP Server (GET) Retrieving text or binary data from an HTTP Server (GET) Downloading an AssetBundle from an HTTP server (GET) Retrieving a Texture from an HTTP Server (GET) Important: UNet is a deprecated solution, and a new Multiplayer and NetworkingThe Unity system that docs.un.. 2022. 4. 19. [Unity][해결] Error searching for packages. UnityEditor.EditorApplication:Internal_CallUpdateFunctions () [Package Manager Window] Error searching for packages. UnityEditor.EditorApplication:Internal_CallUpdateFunctions () 아마도 버전 체인지 후 나타난 에러이다. '아마도'인 이유는 원래 버전 -> 다른 버전 -> 원래 버전으로 이동했더니 나타난 에러라서...? 공식 documentation을 참고해 보았다. https://docs.unity3d.com/kr/2019.4/Manual/upm-errors.html 패키지를 리셋하면 된단다. 단, 백업을 수동으로(...) 잘 해줘야 하는데 나는 애초에 패키지 폴더 자체에서 수정 작업은 하지 않고, 패키지에 있는 내용을 본 프로젝트로 복사해서 수정하는 편이라 따로 백업은 해.. 2022. 4. 17. [Unity][해결] Copying assembly from 'Temp/Unity.VisualStudio.Editor.dll' to 'Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll' failed. Copying assembly from 'Temp/Unity.VisualStudio.Editor.dll' to 'Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll' failed. Detailed error: Sharing violation on path 심심치 않게 마주하는 에러다. 보통은 git에서 pull해서 받아온 다음 발생했다.... 컴파일러가 제대로 불러오지 않아 발생하는 오류라고 한다. [Assets]-[Reimport All]을 하면 간단하게 해결할 수 있다! 클릭하고 프로젝트가 다시 불러와지다가 꺼질 수도 있지만, 침착하게 Unity Hub를 켜서 다시 시작하면 정상적으로 작동하는 모습을 확인할 수 있다. 2022. 4. 17. 이전 1 2 3 다음