Skip to content

[BUG] Editor Crashes on Play - ImGuizmo_ViewManipulate #80

@msfredb7

Description

@msfredb7

When I enter play mode, the Unity Editor Crashes. No special code, no special configuration, brand new projet crash.

Repro

  1. Create a new 2D project in Unity 6000.0.33f1
  2. Follow the setup steps (add ImGui component, assign camera/render-feature/default assets)
  3. Enter Play mode
  4. CRASH

OR

  1. Open the linked project file in Unity 6000.0.33f1
  2. Open Sample Scene
  3. Enter Play mode
  4. CRASH

Configuration

UImGui: 5.0.0
Unity Version: 6000.0.33f
Render pipeline: URP (2D renderer)

Crash

0x00007FFB070488D9 (cimguizmo) ImGuizmo_ViewManipulate
0x000002740C26BF38 (Mono JIT Code) (wrapper managed-to-native) ImGuizmoNET.ImGuizmoNative:ImGuizmo_BeginFrame ()
0x000002740C26BDEB (Mono JIT Code) ImGuizmoNET.ImGuizmo:BeginFrame ()
0x000002740C262B5B (Mono JIT Code) [.\Library\PackageCache\com.psydack.uimgui\Source\UImGui.cs:258] UImGui.UImGui:DoUpdate (UnityEngine.Rendering.CommandBuffer) 
0x000002740C2625AB (Mono JIT Code) [.\Library\PackageCache\com.psydack.uimgui\Source\UImGui.cs:245] UImGui.UImGui:Update () 
0x00000273B796FA18 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007FFB07C369CE (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\mini\mini-runtime.c:3445] mono_jit_runtime_invoke 
0x00007FFB07B78474 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3068] do_runtime_invoke 
0x00007FFB07B78560 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\object.c:3115] mono_runtime_invoke 
0x00007FFA9BADCB24 (Unity) scripting_method_invoke
0x00007FFA9BAB48B3 (Unity) ScriptingInvocation::Invoke
0x00007FFA9BA9FA34 (Unity) MonoBehaviour::CallMethodIfAvailable
0x00007FFA9BA9FB62 (Unity) MonoBehaviour::CallUpdateMethod
0x00007FFA9B4CAF6C (Unity) BaseBehaviourManager::CommonUpdate<BehaviourManager>
0x00007FFA9B4D2EEA (Unity) BehaviourManager::Update
0x00007FFA9B75BE7D (Unity) `InitPlayerLoopCallbacks'::`2'::UpdateScriptRunBehaviourUpdateRegistrator::Forward
0x00007FFA9B72A167 (Unity) ExecutePlayerLoop

Project Files

Hopeful Dumpster Fire.zip

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions