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

Editor/Viewer doesn't support material version 1.8 (produced by MaterialEditor) #1014

Open
glebov-andrey opened this issue Jun 14, 2024 · 2 comments

Comments

@glebov-andrey
Copy link

Hi, there is an issue in the master branch when trying to edit a material in MaterialEditor.

As soon as MaterialEditor loads the material, it resaves it in IPC for Viewer but uses the newer version 1.8 instead of 1.7.
When Viewer tries to load it from IPC, the material appears broken without any visible error message or log.
I've tracked it to this check which supports version 1.7, but not 1.8:

if (version > LatestSupportVersion)
{
return false;
}

I understand that 1.8 is still in development - is this behavior expected at the moment?

@durswd
Copy link
Collaborator

durswd commented Jun 15, 2024

I need to fix

@durswd
Copy link
Collaborator

durswd commented Jun 30, 2024

8619dc1

I fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants