Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.2.9f1
2023.3.0b6
Issue ID
UUM-63351
Regression
Yes
Values are not always displayed when changing it if using OnGUI
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
Reproducible with: 2023.1.0a23, 2023.1.20f1, 2023.2.9f1, 2023.3.0b6
Not reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.1.0a22
Reproduced on: macOS 14.2.1 (Intel)
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Console shows Exception: {"error":"not found","detail":["not found"]} after opening Build History window
- [HDRP] Volumetric cloud shadows disappear when there is no directional light shadows
- “Selector” column names in the Search window are lowercase when added
- Install List Project Counter Panel can be right clicked through and Install Context Menu can be opened disabling Project Counter Panel's buttons
- [MacOS] Scene is marked/flickering as dirty (with asterisk) when dragging a Material on a GameObject in Scene view
Resolution Note:
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).