Mixture icon indicating copy to clipboard operation
Mixture copied to clipboard

[BUG] Editor Crashes when inspecting Texture Array

Open nehvaleem opened this issue 3 years ago • 2 comments

What happened? The editor (2021.3.4f1) crashes without bug reporter after selecting texture array (made by microsplat).

To Reproduce Open a texture array in the inspector. If that doesn't work I can provide a sample one.

Setup:

  • OS: Windows 11
  • Unity Version: 2021.3.4f1
  • Mixture Version: 0.4.0

Additional informations In the Logs, there is a stack overflow exception originating from the Mixture codebase (iirc something around line no 200 in the texture inspector related code.

nehvaleem avatar Nov 14 '22 23:11 nehvaleem

Hello! Indeed We also got the same a while ago, even on regular textures imported as texture arrays. The issue was fixed in #58 .

Currently there is no new version of mixture so, the fix is not present in the OpenUPM package. @alelievr , maybe we should release a 0.5.0 ? In the meantime, I suggest you clone the repository and use it as a local package.

peeweek avatar Nov 15 '22 04:11 peeweek

thanks for the info! it would be great if it could be published as a new version. I tend to avoid working with local packages if I can.

nehvaleem avatar Nov 15 '22 20:11 nehvaleem