alelievr / Mixture

Mixture is a powerful node-based tool crafted in unity to generate all kinds of textures in realtime
https://trello.com/b/2JiH2Vsp/mixture
MIT License
1.18k stars 124 forks source link

[BUG] Editor Crashes when inspecting Texture Array #60

Open nehvaleem opened 1 year ago

nehvaleem commented 1 year ago

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:

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.

peeweek commented 1 year ago

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.

nehvaleem commented 1 year ago

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.