Unity 18

Animation 관련 함수

https://ansohxxn.github.io/unitydocs/anim/ 컴포넌트 : Animation 관련 컴포넌트들과 프로퍼티/함수 모음" data-og-description="공부하면서 알게된 것만 정리합니다.😀" data-og-host="ansohxxn.github.io" data-og-source-url="https://ansohxxn.github.io/unitydocs/anim/" data-og-url="https://ansohxxn.github.io/unitydocs/anim/" data-og-image="https://scrap.kakaocdn.net/dn/NOKYu/hyXaz5IdKY/NkvVMShnhsnCzLooEsSIO1/img.jpg?width=960&height=763&fac..

MRTK Tool .meta 파일 관련 오류

패키지 재설치오류가 발생한 파일들이 특정 패키지, 즉 **Mixed Reality Toolkit (MRTK)**에서 온 것 같습니다. 이를 재설치하면 문제가 해결될 수 있습니다.Mixed Reality Toolkit 패키지를 Unity Package Manager에서 제거한 후 다시 설치하세요:Window > Package Manager로 이동."Mixed Reality Toolkit Foundation"을 찾아 제거합니다.패키지를 다시 설치한 후, Unity를 재시작합니다.

Unity/error log 2024.09.20

유니티에서 블렌더의 애니메이션이 Scene파일로만 나타날 때 해결법

https://healp.tistory.com/59 유니티에서 블렌더의 애니메이션이 Scene파일로만 나타날 때 해결법유니티 프로젝트 폴더에 블렌더 파일을 저장하면 편리하게 임포트 할 수 있다. 그런데 3개의 애니메이션 작업한 것들은 보이지 않고 Scene 이라고 적혀져 있는 파일 하나만 임포트가 되었다. 이렇healp.tistory.com https://wingboard.tistory.com/119 [Win10] 메모장 관리자권한으로 열기윈도우10에서 메모장을 관리자 권한으로 실행을 해야할 경우가 있습니다. 특히나,C:\Windows\System32\drivers\etc 에 있는 hosts파일을 수정할 경우 더욱 절실하죠. 아주 쉬운 방법이 있었습니다. 1. 먼저wingboard.tistory.com

The .meta file does not have a valid GUID and its corresponding Asset file will be ignored. If this file is not malformed, please add a GUID, or delete the .meta file and it will be recreated correctly

https://community.gamedev.tv/t/meta-files-does-not-have-valid-guid/221013 .meta files does not have valid GUIDHi everyone, after I installed the Sprite 2d package I suddenly have lots of errors saying The .meta file Assets/Packages/System.Reflection.Emit.ILGeneration.4.3.0/lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll.meta does not have a valid GUID acommunity.gamedev.tv https://dis..

Unity/error log 2024.09.10

Unity Hub 프로젝트 무한 로딩 현상

https://velog.io/@jungse8609/Unity-Unity-Hub-%EC%97%90%EC%84%9C-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EA%B0%80-%EC%97%B4%EB%A6%AC%EC%A7%80-%EC%95%8A%EB%8A%94-%EC%98%A4%EB%A5%98%ED%95%B4%EA%B2%B0 [Unity] Unity Hub 에서 프로젝트가 열리지 않는 오류(해결)Unity Hub 3.7.0Unity Editor 2022.3.7f1Window 11Unity Editor 다운로드 위치 : E:/...문제점 : 제목대로 Project를 Open 하려고 눌러도 로딩만 될 뿐 Editor 실행이 안됨.컴퓨터 재부팅방화벽 차단구글에 떠도velog.io

Unity/error log 2024.09.10

Assembly 'Packages/com.google.ar.core.arfoundation.extensions/Editor/ExternalDependencyManager/Editor/Google.IOSResolver.dll' will not be loaded due to errors:Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incom

https://alpaca-code.tistory.com/124 유니티) Unable to resolve reference 'UnityEditor.iOS.Extensions.Xcode'. Is the assembly missing or incompatible with the curr유니티를 하다가 이러한 처음 보는 에러가 나왔다. 인터넷을 뒤져보니 해결법을 찾아서 나의 블로그에 따로 남긴다. 이 에러의 중간에 보면 UnityEditor.IOS.Extensions.Xode라는 문구가 있는데, 해결방alpaca-code.tistory.com

Unity/error log 2024.06.05

GitHub Desktop New Repository for Organizations

https://velog.io/@mouse0429/Github%EA%B9%83%ED%97%88%EB%B8%8C-%EB%8D%B0%EC%8A%A4%ED%81%AC%ED%83%91-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%83%9D%EC%84%B1 [Github]깃허브 데스크탑 - 프로젝트 생성해당 문서는 GitHub Desktop 2.9.10 을 기준으로 작성되었습니다. 프로젝트 생성으로 표기했지만 깃허브 데스크탑을 통한 작업 환경 조성에 가깝습니다. 깃허브 데스크탑 시작하기 깃허브 데스크탑을velog.io