Search Issue Tracker
Fixed
Fixed in 2.1.1
Votes
2
Found in [Package]
2.1.0
Issue ID
SEQ-1423
Regression
Yes
[Sequence] "Found icon file with unexpected path" error when switched to light theme
Reproduction steps:
1. Open an empty project
2. In Window > Package Manager, add the package by name “com.unity.sequences“
3. In Edit > Preferences search for “theme” and change to Light theme
4. Enter the Play Mode
5. Observe the Console
Expected result: No errors are seen
Actual result: Error "Found icon file with unexpected path: Packages\com.unity.sequences\Editor/Editor Default Resources\Icons\Light\CollectionType\Custom Performance.png." is seen
Reproducible with: 2.0.0 (2022.1.24f1), 2.1.0 (2022.3.6f1, 2023.1.7f1, 2023.2.0b3)
Not reproducible with: 1.1.0 (2021.3.29f1), 2.0.0-pre.2 (2022.1.24f1)
Reproduces on: Windows 10 Enterprise 21H2
Notes:
- Path contains spaces, but regex in Packages/com.unity.sequences/Editor/Core/Utilities/IconUtility.cs line 90 ignores spaces in file name that's why Debug.Assert on line 107 throws an error
- Reproduces with Windows Standalone Platform
- Reproduces with Android Platform
Comments (2)
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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Bricat
Oct 30, 2023 23:23
cannot use light mode as it is totally Brocken mixed with dark and light mode here and there. same console msg
Ronsu900
Aug 11, 2023 07:04
I have a similar error on 2022.2.21 with the same steps.