Search Issue Tracker
In Progress
Fixed in 6000.3.0b11, 6000.5.0a2
Fix In Review for 6000.4.0a6
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
- External Script Editor preference resets to last set IDE when switching Unity Editor versions
- Unnecessary horizontal scrollbar appears at the bottom of the Multiplayer Play Mode window
- Build Profiles modified by script require manual "Apply" when the Build Profiles window is open
- Nested Canvases' CanvasGroup.blocksRaycasts parameter ignores inheritance from parent Canvases' CanvasGroup when Override Sorting is enabled
- Color is incorrectly applied to objects when initialized with non-normalized parameters
Resolution Note (fix version 6000.3.0b11):
Fixed warnings shown when using Colour blind mode on Memory Module