Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.4.5f1
2018.4.6f1
Issue ID
1213973
Regression
Yes
[iOS] PreUpdate.IMGUISendQueuedEvents creates garbage without any input when using IMGUI
How to reproduce:
1. Make a development build of the attached project for iOS
2. Build & Run the app to device via Xcode
3. In Unity, open Profiler
4. Connect the profiler to iOS Player
5. Select Hierarchy view of the CPU profiler
6. Filter out "IMGUI"
7. Notice that "PreUpdate.IMGUISendQueuedEvents" creates a lot of garbage
Actual result: PreUpdate.IMGUISendQueuedEvents is creating garbage without any Input.
Expected result: PreUpdate.IMGUISendQueuedEvents doesn't create garbage.
Reproducible with: 2018.4.6f1, 2018.4.15f1.
Regression introduced in: 2018.4.6f1.
Not reproducible with: 2018.4.5f1, 2018.4.17f1, 2019.2.20f1, 2019.3.0f6, 2020.1.0a21.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment