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
In UniGLTF\Scripts\IO\MaterialImporter, x.extensions.KHR_materials_unlit != null is always true event when there is no KHR_materials_unlit key presented in gltf material json data.
The text was updated successfully, but these errors were encountered:
It will be safe when extensions is null on native Windows environments, but it may causes unexpected behaviour when running on UWP environments or extensions is {}.
It seems time has come to replace the JSON deserializer from JSONUtility (But it's a heavy task...).
In UniGLTF\Scripts\IO\MaterialImporter,
x.extensions.KHR_materials_unlit != null
is always true event when there is noKHR_materials_unlit
key presented in gltf material json data.The text was updated successfully, but these errors were encountered: