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
(Export) HDRP metallic/roughness texture assignment can be omitted by setting the corresponding smoothness remap range min equal to max and metallic factor to 0. Useful for only exporting the ambient occlusion channel of a mask map.
(Export) HDRP occlusion texture assignment can be omitted by setting the corresponding AO remap minimum to 1.0. Useful for only exporting the metallic/smoothness channels of a mask map.
Changed
(Export) Reduced memory footprint when exporting textures
(Export) Faster temporary texture construction in Unity 2022 and newer
(Import) Faster texture creation in Unity 2022 and newer
(Import) Default (fallback) material now gets named glTF-Default-Material instead of shader's name, which is deterministic across render pipelines
(Export) Don't use HDRP Lit MaskMap metallic/smoothness channels if they are not used (i.e. metallicFactor is zero and smoothness remap range is zero)
(Export) HDRP Lit base color map is exported as Jpeg, if alpha channel is not used (similar to other render pipelines)
IDownload now has to implement IDisposable as well which ensures resources are disposed correctly.
Fixed
(Export) No empty filename for textures with no valid name (e.g. .jpg;#458)
(Export) Memory leak: Temporary textures are properly destroyed (happened on non-readable or ORM textures; fixes #502)