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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Add comment