Search Issue Tracker
Active
Under Consideration for 6000.3.X, 6000.4.X
Votes
0
Found in
6000.3.0a1
6000.3.0b1
6000.4.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>
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Tags window completely breaks and throws Exception errors when Adding a Tag to a GameObject
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
Add comment