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
번호 분류 제목 글쓴이 날짜 추천
4202703 일반 옆에 잇어주라 13 Hwari._ 2024-09-29 0
4202702 일반 상남자의 화장특) 2 자메이카통다리치킨 2024-09-29 0
4202701 일반 이해할수있는 이상성욕하나있음.. 14 복실이 2024-09-29 0
4202700 일반 9시간뒤면 다들 출근해있고 등교해있겠지? 6 Creamsoda 2024-09-29 0
4202699 일반 오늘 룸메 안 오나? 8 소식이 2024-09-29 0
4202698 일반 저년좀이쁘네 10 ㅇㅇ 2024-09-29 0
4202697 일반 일본여행가서 먹을꺼 정하는데 3 칸터 2024-09-29 0
4202696 사진/영상 아이리만듬 14 슘칼이 2024-09-29 0
4202695 일반 일찍자야지 4 lia 2024-09-29 0
4202694 일반 근데 ㅈ목밖에 할게없는겜이라 15 자메이카통다리치킨 2024-09-29 0
4202693 일반 님들 엉덩이 개때림 4 선민이 2024-09-29 0
4202692 일반 밀크 마야 제외한 가진아바타는 스폰받은거같네 4 OwO 2024-09-29 0
4202691 일반 오늘 브챗 재밌었다 17 ㅇㅇ 2024-09-29 0
4202690 일반 마야는 머하는 아바타임?? 4 선민이 2024-09-29 1
4202689 일반 마누카는 혀에 본있어서 흔들리더라 6 OwO 2024-09-29 0
4202688 일반 냉동 타코야끼 2kg가 생겼는데 7 ㅇㅇ 1.239 2024-09-29 0
4202687 일반 제 새 자짤어때요 4 Kano_ 2024-09-29 0
4202686 일반 이제 말머리 변경도 보이네 22 눈바로 2024-09-29 0
4202685 일반 내일은 햄부기 먹어야겠다 11 파체 2024-09-29 0
4202684 일반 이리 랭겜 혼자서 실버2까지 올렷는데 18 슈거 2024-09-29 0
4202683 일반 짤녀 출근할게 8 야비 2024-09-29 1
4202682 일반 마누카 업로드하고 자신감 붙었음 4 비엔059 2024-09-29 0
4202681 일반 왜 눈뜨니까 이 시간이지 5 이거진짜예요? 2024-09-29 0
4202680 일반 브챗에서 제일 무서운거 9 Desuwa 2024-09-29 0
4202679 일반 낚시월드 낚시가 안돼서 포기 4 위청우 2024-09-29 0
4202678 일반 나도 놀아줘 11 파체 2024-09-29 0
4202677 일반 할것도 없고 브챗 할 생각이 안 드는네 4 슈거 2024-09-29 0
4202676 일반 기본카메라 필터 왜이리 웃김 8 ㅇㅇ 2024-09-29 0
4202675 일반 친구들 만나니까 좋네 1 ㅇㅇ 58.126 2024-09-29 0
4202674 일반 오늘의 퍼블릭 재밌었다 4 Safi 2024-09-29 0
4202673 일반 브얄챗 오랜만에 켰는데 스트랩 넘 불편하더라 Ganachocolate 2024-09-29 0
4202672 일반 무슨 이슈가 있던간 난 관심없고 1 ㅇㅇ 14.37 2024-09-29 0
4202671 일반 귀여운마야들한텐 없는시간도 만들어서 써주게되 3 OwO 2024-09-29 0
4202670 일반 노산기준 10 soju 2024-09-29 0
4202669 일반 똥글만 싼다는사람들 3 소냐 2024-09-29 0
4202668 일반 부부이우우래 14 코코냐 2024-09-29 0
4202667 일반 심심한데 할게 없어서 멍하니 있ㄴ 15 슈거 2024-09-29 0
4202666 일반 뉴비랑 사진찍기 4 OwO 2024-09-29 0
4202665 일반 졸려지는 마법 썼어 2 ㅇㅇ 2024-09-29 0
4202664 일반 좆목왤케열심히함 4 실고밍 2024-09-29 0
념글 삭제글 갤러리 랭킹