Search Issue Tracker
Fixed
Fixed in 6000.3.0b11, 6000.4.0a6, 6000.5.0a2
Votes
0
Found in
6000.3.0a1
6000.3.0b1
6000.4.0a1
6000.5.0a1
Issue ID
UUM-117113
Regression
Yes
"Unable to find style" warnings thrown when selecting Memory Module and enabling Color Blind mode
Steps to reproduce:
1. Create new Unity project
2.Go to Window -> Analysis -> Profiler
3. Select Memory Module from the list
4. Enable Color Blind Mode
5. Observe the Console window
Actual results: Unable to find style' <called outside OnGUI> warnings are thrown after enabling Color Blind Mode
Expected results: No warnings should be thrown after enabling Color Blind Mode
Reproducible with versions: 6000.3.0a1 (4592b02ab560), 6000.3.0b1
Not reproducible with versions: 6000.2.4f1 (17550c9bb584)
Tested on (OS) & reproduced: Windows 11
Tested on (OS) & not reproduced: macOS Silicon, Sequoia 15.6 (M1)
Notes:
- Tested when Profiler is in Edit Mode
- Used Light Editor theme
- Extra warnings:
** Unable to find style 'OL Box' in skin 'GameSkin' <called outside OnGUI>
UnityEngine.GUIStyle:op_Implicit (string)
UnityEditorInternal.ProfilerTimelineGUI/Styles:.ctor ()
UnityEditorInternal.ProfilerTimelineGUI:get_styles ()
UnityEditorInternal.ProfilerTimelineGUI:InitializeNativeTimeline ()
UnityEditorInternal.ProfilerTimelineGUI:ReInitialize ()
UnityEditorInternal.Profiling.CPUProfilerModule:Rebuild ()
UnityEditor.GenericMenu:CatchMenu (object,string[],int)
** Unable to find style 'AnimationEventTooltip' 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
- 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
Resolution Note:
Confirmed fixed - closing
Resolution Note (fix version 6000.5.0a2):
Confirmed fixed - closing
Resolution Note (fix version 6000.3.0b11):
Fixed warnings shown when using Colour blind mode on Memory Module