`Found icon file with unexpected path` error is causing in Light Theme

System Information

  • OS: Win10 64bit
  • Editor Version: 2022.3.32f1
  • Sequences Package Version: 2.0.1

Symptom

When the editor’s theme is set to Light, the following error message displays and the panning tool stops working after domain reloading.

Found icon file with unexpected path: Packages\com.unity.sequences\Editor/Editor Default Resources\Icons\Light\CollectionType\Custom Performance.png.

Workaround

  • Set editor theme to Dark
  • I guess you could just not use the Sequences package. (They say that the sequences package support will end as Unity 6.1 release)

I’m not sure, but my best guess is that it was a mix of / and \ character in the path string of the image file that was being accessed from inside the package.

If this is the case, then it’s possible that Unity doesn’t use Ligth Theme either :rofl:

Hi there !

This was a bug and it has been fixed in 2.1 stream which is compatible with Unity Editor 2022.
Upgrading to 2.1.3 will provide you the last fixes.

We did decide to deprecate Sequences as of Unity 6.1 because we want to renew our focus (as much as possible) on core games functionality (see this post). Sequences is stil maintained in 2022 and 6000 though.

If not indiscrete, may I ask what is your usage of Sequences ? (what part you are using and to produce what).

Thanks

Oh, happy to hear that!

We’re using Sequences to create a rather complex cutscenes. We have a cutscenes that have a variation based on a scene or user data.

1 Like