You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unity crashes with a SIGSEGV error when running the example prefab with URP on 2022.3.17f1
To Reproduce
Steps to reproduce the behavior:
Install the package from git link https://github.com/psydack/uimgui.git
Follow the steps to set up URP rendering.
Drag & drop prefab contained in the package
Connect references
Press play
Version/Branch of UImGui:
Version: 5.0.0
Unity Version
2022.3.17f1
Render pipeline (HDRP / URP / Built-in)
URP
Expected behavior
Able to run demo script / prefab with this unity version.
Is this too old of a Unity version or is there something I'm missing?
Log
=================================================================
Native Crash Reporting
=================================================================
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at ImGuizmoNET.ImGuizmoNative:ImGuizmo_BeginFrame <0x00086>
at ImGuizmoNET.ImGuizmo:BeginFrame <0x0001a>
at UImGui.UImGui:DoUpdate <0x0011a>
at UImGui.UImGui:Update <0x0003a>
at System.Object:runtime_invoke_void__this__ <0x00087>
=================================================================
Received signal SIGSEGV
Obtained 2 stack frames
RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
<Missing stacktrace information>
Describe the bug
Unity crashes with a SIGSEGV error when running the example prefab with URP on 2022.3.17f1
To Reproduce
Steps to reproduce the behavior:
https://github.com/psydack/uimgui.git
Version/Branch of UImGui:
Version: 5.0.0
Unity Version
2022.3.17f1
Render pipeline (HDRP / URP / Built-in)
URP
Expected behavior
Able to run demo script / prefab with this unity version.
Is this too old of a Unity version or is there something I'm missing?
Log
EDIT: to circumvent you can add the defines:
The text was updated successfully, but these errors were encountered: