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
Upon deleting the imgui.ini file and relaunching the project, the scene control panel is pushed to the right side of the window, which makes it invisible.
To Reproduce
Go to the directory containing the .vcxproj file.
Delete the imgui.ini file.
Launch the project.
Expected behavior
The user interface layout, including the scene control panel, should be visible and properly formatted upon initial launch, even without a pre-existing imgui.ini file.
Screenshots
Additional context
The imgui.ini file is typically used to store ImGui's layout and configuration settings between sessions. Its absence should not cause critical UI rendering issues.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Describe
Upon deleting the imgui.ini file and relaunching the project, the scene control panel is pushed to the right side of the window, which makes it invisible.
To Reproduce
Expected behavior
The user interface layout, including the scene control panel, should be visible and properly formatted upon initial launch, even without a pre-existing imgui.ini file.
Screenshots
Additional context
The imgui.ini file is typically used to store ImGui's layout and configuration settings between sessions. Its absence should not cause critical UI rendering issues.
The text was updated successfully, but these errors were encountered: