VRChat 마이너 갤러리 저장소

제 목
도와줘 유니티 오류 도와주세요!
글쓴이
ㅇㅇ
추천
0
댓글
9
원본 글 주소
https://gall.dcinside.com/vr/4202442
  • 2024-09-29 12:20:27
  • 219.251
 
KeyNotFoundException: The given key was not present in the dictionary.
System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
VRM.VRMFirstPerson+<>c__DisplayClass7_0.<CopyTo>b__0 (VRM.VRMFirstPerson+RendererFirstPersonFlags x) (at Assets/VRM/Runtime/FirstPerson/VRMFirstPerson.cs:62)
System.Linq.Enumerable+SelectListIterator`2[TSource,TResult].ToList () (at <351e49e2a5bf4fd6beabb458ce2255f3>:0)
System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) (at <351e49e2a5bf4fd6beabb458ce2255f3>:0)
VRM.VRMFirstPerson.CopyTo (UnityEngine.GameObject _dst, System.Collections.Generic.Dictionary`2[TKey,TValue] map) (at Assets/VRM/Runtime/FirstPerson/VRMFirstPerson.cs:60)
VRM.VRMBoneNormalizer.CopyVRMComponents (UnityEngine.GameObject go, UnityEngine.GameObject root, System.Collections.Generic.Dictionary`2[TKey,TValue] map) (at Assets/VRM/Runtime/SkinnedMeshUtility/VRMBoneNormalizer.cs:215)
VRM.VRMBoneNormalizer.Execute (UnityEngine.GameObject go, System.Boolean forceTPose) (at Assets/VRM/Runtime/SkinnedMeshUtility/VRMBoneNormalizer.cs:109)
VRM.VRMEditorExporter.Export (UnityEngine.GameObject exportRoot, VRM.VRMMetaObject meta, VRM.VRMExportSettings settings, System.Collections.Generic.List`1[T] destroy) (at Assets/VRM/Editor/Format/VRMEditorExporter.cs:205)
VRM.VRMEditorExporter.Export (UnityEngine.GameObject exportRoot, VRM.VRMMetaObject meta, VRM.VRMExportSettings settings) (at Assets/VRM/Editor/Format/VRMEditorExporter.cs:25)
VRM.VRMExporterWizard.ExportPath (System.String path) (at Assets/VRM/Editor/Format/VRMExporterWizard.cs:263)
UniGLTF.ExportDialogBase.EndGUI () (at Assets/UniGLTF/Editor/UniGLTF/ExportDialog/ExportDialogBase.cs:161)
UniGLTF.ExportDialogBase.OnGUI () (at Assets/UniGLTF/Editor/UniGLTF/ExportDialog/ExportDialogBase.cs:82)
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.HostView.Invoke (System.String methodName) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.HostView.InvokeOnGUI (UnityEngine.Rect onGUIPosition, UnityEngine.Rect viewRect) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.DockArea.DrawView (UnityEngine.Rect viewRect, UnityEngine.Rect dockAreaRect) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.DockArea.OldOnGUI () (at <a259d3c004024353a2c217da97495055>:0)
UnityEngine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize, System.Action onGUIHandler, System.Boolean canAffectFocus) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e, UnityEngine.Matrix4x4 worldTransform, UnityEngine.Rect clippingRect, System.Action onGUIHandler, System.Boolean canAffectFocus) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e, System.Action onGUIHandler, System.Boolean canAffectFocus) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e, System.Boolean canAffectFocus) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.IMGUIContainer.SendEventToIMGUI (UnityEngine.UIElements.EventBase evt, System.Boolean canAffectFocus) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.IMGUIContainer.HandleEvent (UnityEngine.UIElements.EventBase evt) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.CallbackEventHandler.HandleEventAtTargetPhase (UnityEngine.UIElements.EventBase evt) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.MouseCaptureDispatchingStrategy.DispatchEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.IPanel panel) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcher.ApplyDispatchingStrategies (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.IPanel panel, System.Boolean imguiEventIsInitiallyUsed) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcher.ProcessEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.IPanel panel) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcher.ProcessEventQueue () (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcher.OpenGate () (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcherGate.Dispose () (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcher.ProcessEvent (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.IPanel panel) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.EventDispatcher.Dispatch (UnityEngine.UIElements.EventBase evt, UnityEngine.UIElements.IPanel panel, UnityEngine.UIElements.DispatchMode dispatchMode) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.BaseVisualElementPanel.SendEvent (UnityEngine.UIElements.EventBase e, UnityEngine.UIElements.DispatchMode dispatchMode) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.UIElementsUtility.DoDispatch (UnityEngine.UIElements.BaseVisualElementPanel panel) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.UIElementsUtility.ProcessEvent (System.Int32 instanceID, System.IntPtr nativeEventPtr) (at <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.GUIUtility.ProcessEvent (System.Int32 instanceID, System.IntPtr nativeEventPtr) (at <344226e341014466b33f0c0fa34fcef5>:0)


MilkTank 뭔 설명도 없이 띡 이것만 올리면 어쩌라는거임 2024.09.29 12:20:58
MilkTank 이 오류는 KeyNotFoundException: The given key was not present in the dictionary로, 딕셔너리에서 존재하지 않는 키에 접근하려고 할 때 발생하는거임. 이 오류가 발생하는 이유는 코드에서 특정 키를 찾으려 했을 때 해당 키가 딕셔너리에 없기 때문임. 오류가 발생한 위치는 VRMFirstPerson.cs 파일의 CopyTo 함수임. 여기서 사전(Dictionary)을 사용하고 있는데, 접근하려는 키가 존재하지 않아서 문제가 발생하는 거임. VRM 관련 내용 안쓸거면 VRM 관련 패키지 지우셈. 2024.09.29 12:22:47
화났꿀벌 디렉토리에 주어진 키가 없대 2024.09.29 12:22:51
MilkTank 글삭하지 마셈 2024.09.29 12:22:54
화났꿀벌 오 고수 2024.09.29 12:23:03
MilkTank 해결 되었으면 해결 되었다고 말하고 VRM 관련 패키지가 필요한거면 그것대로 말하셈 2024.09.29 12:25:47
ㅇㅇ vrm패키지를 어떻게 지우나요? 쿠ㅜ 슨생님 yang_.2_18766 디코하시면 디코 친추 부탁드림다... 감사해요 219.251 2024.09.29 12:31:00
ㅇㅇ 제 생각엔 블렌더로 제가 머리 두개를 잘라서 붙여서 그런거 같기도하고 그랬는데 vrm 파일 오류군요..! 219.251 2024.09.29 12:31:56
MilkTank 어어 게이야 디코는 안된다... 이러면 내가 차단을 줄 수 밖에 없다... 미안하다... 마지막으로 남겨주자면 VRMFirstPerson.cs라는 파일이 있는 곳을 찾아서 폴더를 지워라... 2024.09.29 12:33:37
번호 분류 제목 글쓴이 날짜 추천
4202595 일반 친구 어디서 사귀냐 7 모가지 2024-09-29 0
4202594 일반 아바타가 작으면 수상한아저씨들이 좋아함 10 선민이 2024-09-29 0
4202593 일반 신나노머리색평가해달라고할려햇는데사진안올라가 2 ㅇㅇ 2024-09-29 0
4202592 일반 수저뜻내가잘못알고있는줄알았네 17 실고밍 2024-09-29 0
4202591 일반 몬가 심심하네 2 파체 2024-09-29 0
4202590 일반 머리색 바꾸는 애니메이션 끄적끄적 하는데 30분 걸림.. 4 ㅇㅇ 2024-09-29 0
4202589 일반 마누카 캐주얼한 옷중에 괜찮은거없나 ㅇㅇ 182.209 2024-09-29 0
4202588 일반 내일 왜 월요일임 1 Windy 2024-09-29 0
4202587 일반 쟤는보지쫀득쫀득해보이는애한테만댓글다네에..... 3 ㅇㅇ 125.244 2024-09-29 0
4202586 일반 브부이조아.. 블랙서바이벌 2024-09-29 0
4202585 일반 걔랑 외박하기 vs 친구랑 영화보기 2 참크레커 2024-09-29 0
4202584 일반 혼자놀다가 그대로잠들엇더니 출근시간이네 3 OwO 2024-09-29 0
4202583 일반 뿌뿌쪽하고십어 2 하나애요 2024-09-29 0
4202582 일반 배고플때마다한국이그리워 12 미찌 2024-09-29 0
4202581 일반 고해성사합니다 8 MilkTank 2024-09-29 1
4202580 도와줘 유니티 첨 써보는데 6 하노라인 2024-09-29 0
4202579 일반 My compass is curiosity 참칭자 2024-09-29 0
4202578 일반 제로 스크류바 성능 왜이리좋음.. 10 시산혈해 2024-09-29 0
4202577 일반 님들 뽀뽀가 머임? 8 선민이 2024-09-29 0
4202576 일반 묵언하면 배꼽티 입은 미나세가 다가와서 꼬시려고함 4 ㅇㅇ 211.235 2024-09-29 0
4202575 일반 움짤 은근 찍기 힘들구나 2 Hwari._ 2024-09-29 0
4202574 일반 퀘프로 as하면 신품 주는 이유가 있었구나 4 참크레커 2024-09-29 0
4202573 일반 퀘프로 단종이라니 2 ㅇㅇ 2024-09-29 0
4202572 일반 이 에셋 한상 탐나긴 하지만 7 Desuwa 2024-09-29 0
4202571 일반 피시방에 지갑 놓고가서 돈 잃어버린놈 06년생 미자인데 6 풀잎숲 2024-09-29 0
4202570 일반 아 쓰레기 안버렷다 참칭자 2024-09-29 0
4202569 일반 퀘프로 단종이라고????? 6 MilkTank 2024-09-29 0
4202568 일반 파스타 먹고 잘래... 선민이 2024-09-29 0
4202567 월드 홀덤교류회 월드 도움용 자료 5 카스터 2024-09-29 3
4202566 일반 저같은경우 그냥 본체 들고와버림 6 미찌 2024-09-29 0
4202565 일반 시나노한테 마이크로비키니 3 소식이 2024-09-29 0
4202564 일반 브챗하고싶은데브챗켜서뭐하지??? ㅇㅇ 2024-09-29 0
4202563 일반 나를 "카카시" 라고 불러줄 수 있겠나... 12 새이렌 2024-09-29 0
4202562 일반 오늘부터 갓생살아야지 2 이세상게임이아냐 2024-09-29 0
4202561 일반 치카치카하고 자기 2 ㅇㅇ 2024-09-29 0
4202560 일반 앨리스샵 진짜 또라이네 6 잇서 2024-09-29 0
4202559 일반 낮에 브얄하면서 사진 찍었어 4 삼중하나 2024-09-29 0
4202558 일반 몬가몬가네.. 1 파체 2024-09-29 0
4202557 사진/영상 2024/09/29 홀덤 교류회 사진 1 카스터 2024-09-29 1
4202556 일반 우리 피시방 지금 경찰옴.. 7 풀잎숲 2024-09-29 0
념글 삭제글 갤러리 랭킹