VRChat 마이너 갤러리 저장소

제 목
도와줘 NullReferenceException 오류 도움 뉴비 콘솔 가져왔어요
글쓴이
유니티뉴비
추천
0
댓글
0
원본 글 주소
https://gall.dcinside.com/vr/2971906
  • 2023-04-30 02:36:28
  • 121.154
							

NullReferenceException

UnityEngine.Component.GetComponent[T] () (at <7d87237cea3743d093e22c5b98f74fba>:0)

VRM.VRMFirstPerson+RendererFirstPersonFlags.get_SharedMesh () (at Assets/VRM/Runtime/FirstPerson/VRMFirstPerson.cs:41)

VRM.VRMExporter.<ExportExtensions>b__5_2 (VRM.VRMFirstPerson+RendererFirstPersonFlags x) (at Assets/VRM/Runtime/IO/VRMExporter.cs:183)

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.VRMExporter.ExportExtensions (VRMShaders.ITextureSerializer textureSerializer) (at Assets/VRM/Runtime/IO/VRMExporter.cs:183)

UniGLTF.gltfExporter.Export (VRMShaders.ITextureSerializer textureSerializer) (at Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs:328)

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:237)

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)


vrm 변환중에 생긴 오류구요 익스포트는 눌러지는데 이 오류가 뜨면서 뽑히지가 않네요 

댓글이 없습니다.
번호 분류 제목 글쓴이 날짜 추천
2972325 일반 나 악몽꿯ㄴ어 안아줘 6 산너구리 2023-04-30 0
2972324 일반 강제로 3시간 정도 잤는데 6 호잇 2023-04-30 0
2972323 일반 오늘생리날인가 1 마코토생리혈비빔밥 2023-04-30 0
2972322 일반 님들아 저 시간 빌게이츠임 8 기타 2023-04-30 0
2972321 일반 울페는다똑같이생김 2 ㅇㅇ 223.62 2023-04-30 0
2972320 일반 역시! 아바타는~ 최강울페가 짱이지!! 14 우루훼리아 2023-04-30 0
2972319 일반 하카좋은데 3 모로칸도_비바니_슈왈첼트2세 2023-04-30 0
2972318 일반 솔직히 울페리아 밑으로는 5천엔 받을 자격 없다고 생각함 2 ㅇㅇ 175.194 2023-04-30 1
2972317 일반 아 졸라 심심하다~~~~~~ 4 ㅇㅇ 2023-04-30 0
2972316 일반 갠적으로 난 린도가 제일 괜찮던데. 3 ㅇㅇ 2023-04-30 0
2972315 일반 남캐중엔 그래도 안리가 호감임 쉬운식별코드 2023-04-30 0
2972314 일반 아직까지 카린울페마야 가예쁜거같음.. 3 복실이 2023-04-30 0
2972313 일반 모에머리 셀루바디 어떰 3 TeamL4NDO 2023-04-30 0
2972312 일반 날 사랑한다 말해줘~♬ 7 우루훼리아 2023-04-30 0
2972311 일반 더자구시ㅠ푸 2 레테 2023-04-30 0
2972310 일반 안리 대가리에 신라몸 4 조선메타실록 2023-04-30 0
2972309 일반 신라 뭔가 그거같음 에루 2023-04-30 0
2972308 일반 불쌍한 찐따미를 원했는데 이정도면 느낌나나? 14 키지니 2023-04-30 2
2972307 일반 쫄면 vs 짜파게티 2 키라키라 2023-04-30 0
2972306 일반 rvc 잘쓰는애는 여자애랑 크게 다를게 없네 1 꽃망울 2023-04-30 0
2972305 일반 신라 몸뚱이는 탐나던데. ㅇㅇ 2023-04-30 0
2972304 일반 햄버거에 해쉬브라운 넣어먹으면 맛있음 ㄷㄱㅇㅈ 2023-04-30 0
2972303 일반 사진 잘나와서 기분좋아 3 페럄 2023-04-30 0
2972302 일반 하카 후속작 할카 1 ㅇㅇ 121.172 2023-04-30 0
2972301 일반 소신발언신라쓸빠에우콘씀 1 ㅇㅇ 223.62 2023-04-30 0
2972300 일반 신나는 과몰입 돌려먹기 메들리 3 노네 2023-04-30 0
2972299 일반 사실 신라가 아니라 2 조선메타실록 2023-04-30 0
2972298 일반 아출근까지한시간 1 캐넨 2023-04-30 0
2972297 일반 호감고닉 짤으로 퍼즐만들고 맞추고싶다... 포유콘 2023-04-30 0
2972296 일반 노무현 1 빽호 2023-04-30 3
2972295 일반 좆위터 가봤는데 거기도 반응씹창인듯 ㅋㅋ 3 ㅇㅇ 121.172 2023-04-30 0
2972294 일반 근데 신라 솔직히 다른아바타처럼 눈썹 검은색하고 화장지우면 10 포유콘 2023-04-30 0
2972293 일반 크아아악 부스 네이년!!!!!!!!!!!!!!!!!!!!!¡¡!!°°!! 2 슈플렝 2023-04-30 0
2972292 일반 신라 나쁘지않은거같은데 11 아름드리 2023-04-30 0
2972291 일반 신라 이짤은 이뻐보였는데 5 dldy 2023-04-30 0
2972290 일반 현실섹스를 못해서 브챗에서 해요 8 시적대상 2023-04-30 0
2972289 일반 저런거보면 카린이 희대의역작이구나 생각들음 4 포유콘 2023-04-30 0
2972288 일반 모두에게 사랑받는 신라 4 ㅇㅇ 211.198 2023-04-30 0
2972287 일반 청나라 성씨가 애신각라 아니냐?? ㅇㅇ 61.79 2023-04-30 0
2972286 일반 농담 안하고 신라 면상 0.5할카스 정도 불쾌함있음 1 ㅇㅇ 175.194 2023-04-30 0
념글 삭제글 갤러리 랭킹