Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
0
Found in
2020.3.34f1
2021.3.4f1
2022.1.3f1
2022.2.0a16
Issue ID
UUM-3646
Regression
No
Unable to find style warnings logged in Console when toggling "Color Blind Mode" whilst profiling for Play Mode
How to reproduce:
1. Open up any project
2. Open up the Profiler by navigating to Window > Analysis > Profiler
3. Make sure that the Profiler is set to profile "Playmode" and enter Play Mode in the Editor
4. Toggle "Color Blind Mode" from the kebab menu on the upper right corner of the Profiler
Actual result: "Unable to find style" warnings are logged in Console
Expected result: Toggling "Color Blind Mode" doesn't log any warnings
Reproducible with: 2020.3.34f1, 2021.3.4f1, 2022.1.3f1, 2022.2.0a16
Not reproducible with: 2019.4.39f1
Reproduced on: Windows 11
Warnings logged:
Unable to find style 'OL Box' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'AnimationEventTooltip' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'AnimationEventTooltipArrow' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerTimelineBar' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerTimelineLeftPane' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerRightPane' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerTimelineFoldout' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerGraphBackground' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'AnimationTimelineTick' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'RectangleToolSelection' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'TimeAreaToolbar' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerTimelineDigDownArrow' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'ProfilerTimelineRollUpArrow' in skin 'GameSkin' <called outside OnGUI>
Unable to find style 'BottomShadowInwards' in skin 'GameSkin' <called outside OnGUI>
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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Resolution Note:
This issue will not be fixed for the following reasons:
- Profiler Window UI must be migrated to UIToolkit in the near future. This issue exists within the legacy IMGUI-based UI implementation, so it will be addressed in the future refactor.
- It is a low user-pain issue which does not break functionality, is rarely encountered by most users, and affected users can work around it (by exiting play mode before toggling).
Whilst we would love to fix every issue, we must spend our limited time wisely and fix the most high-priority/high-user-pain issues for our users.
Resolution Note (2022.2.X):
This issue will not be fixed for the following reasons:
- Profiler Window UI must be migrated to UIToolkit in the near future. This issue exists within the legacy IMGUI-based UI implementation, so it will be addressed in the future refactor.
- It is a low user-pain issue which does not break functionality, is rarely encountered by most users, and affected users can work around it (by exiting play mode before toggling).
Whilst we would love to fix every issue, we must spend our limited time wisely and fix the most high-priority/high-user-pain issues for our users.