Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Editor Crashes when inspecting Texture Array #60

Open
nehvaleem opened this issue Nov 14, 2022 · 2 comments
Open

[BUG] Editor Crashes when inspecting Texture Array #60

nehvaleem opened this issue Nov 14, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nehvaleem
Copy link

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 nehvaleem added the bug Something isn't working label Nov 14, 2022
@peeweek
Copy link
Collaborator

peeweek commented Nov 15, 2022

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants