Search Issue Tracker
Fixed
Fixed in 2022.2.17f1, 2023.1.0b8, 2023.2.0a4
Votes
1
Found in
2022.2.0b12
2023.1.0a15
2023.2.0a1
Issue ID
UUM-17193
Regression
No
[Frame Debugger] Frame Debugger window doesn’t open and throws errors when docked with game window
How to reproduce:
# Open any project
# Open and enable Frame Debugger
# Dock Frame Debugger window near the Game Window
# Try to focus the Frame Debugger tab
Expected result: Frame Debugger tab is opened
Actual result: Frame debugger is not opened, throws error
Error:
ArgumentException: Getting control 5's position in a group with only 5 controls when doing repaint
Reproducible with: 2022.2.0b12, 2023.1.0a15
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Resolution Note (fix version 2023.2.0a4):
Added a clearer error in the Frame Debugger window.
Frame Debugger is constantly getting data from the source it's trying to debug. When Frame Debugger is on the same tab as the Game Window nothing is being rendered to the Game Window, then the Frame Debugger can't capture anything.