Unity Issue Tracker - Values are not always displayed when changing it if using OnGUI
Closed
UUM-63351
Values are not always displayed when changing it if using OnGUI
Unity: IMGUI Framework
Won't Fix
2023.3.X
2023.2.X
Thank you for the report. Unfortunately, we do not support IMGUI usage at runtime. IMGUI as a whole is being deprecated in favor of UI Toolkit. Please consider switching to UI Toolkit for both Editor and Runtime (especially IMGUI Runtime usage).
How to reproduce:
1. Open the user’s attached “onGUI_Bug_Test.zip” project
2. Enter Play Mode
3. Observe the displayed value in the field
Expected result: values are always visible
Actual result: values are not always visible