You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hi, there is an issue in the
master
branch when trying to edit a material inMaterialEditor
.As soon as
MaterialEditor
loads the material, it resaves it inIPC
forViewer
but uses the newer version1.8
instead of1.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:
Effekseer/Dev/Cpp/Effekseer/Effekseer/Material/Effekseer.MaterialFile.cpp
Lines 31 to 34 in ab18c95
I understand that
1.8
is still in development - is this behavior expected at the moment?The text was updated successfully, but these errors were encountered: