Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
2022.3.70f1
6000.0.65f1
6000.4.0b4
6000.5.0a4
Issue ID
UUM-131928
Regression
Yes
“FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
Reproduction steps:
1. Create a new project
2. File > Build Profiles
3. Press “Add Build Profile” button
4. Select iOS, tvOS or visionOS Build Profiles in Platform Browser window and press “Add Build Profile” button
5. Press “Add Build Profile” button again to open Platform Browser window
6. Observe the Console
Actual result: “FocusController has unprocessed focus events.” warnings are thrown
Expected result: No errors or warnings are thrown
Reproducible with: 6000.4.0b4, 6000.5.0a4
Not reproducible with: 6000.0.65f1, 6000.3.4f1, 6000.4.0b3
Reproduced on: macOS Tahoe 26.2 (M4)
Note:
Full warnings:
{code:java}
FocusController has unprocessed focus events. Clearing.
UnityEngine.GUIUtility:ProcessEvent (UnityEngine.EntityId,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:224) {code}
{code:java}
FocusController has unprocessed focus events. Clearing. UnityEditor.RetainedMode:UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElementsEditor/RetainedMode.cs:46)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Diagnostics logs are missing, duplicated, or out of order when viewing Player sessions in Cloud Diagnostics
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
Add comment