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
- Calculating time durations in RenderDoc with DX12 causes 'Device Lost error' popup
- Reorderable ListView inside a ScrollView has a glitchy behavior when trying to reorder items
- Hidden method is opened in IDE when double clicking the log message in the Console that has the HideInCallstackAttribute
- Errors in the Console when creating a new "2D Platformer Microgame" template project
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
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.