ImGui clips with WithinSpace

Usecase

Trying to use ImGui in spaces other than what is available on WithinCommonSpace.
Goal is more intuitive behaviour of ImGui windows when the end user resizes the application window.
Sometimes this means ImGui should have a different anchor point (Eg bottom center of the screen)

Problem

Tested with 5.2-0036

When using ImGui with WithinSpace node it appears to clip content to the left and above of the anchor point.
Here is an example where anchor = center. Should be able to see the complete ImGui window but it’s clipped off.

ImGui WithinSpace.vl (15.3 KB)

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.