Skip to content

Releases: revoconner/Unity-ShaderVariantTool

v1.2.1

14 Sep 11:58
a8b8148

Choose a tag to compare

Minor Update; UI bug fix in Enhanced Variant UI and Browser tab

Known Bug

  1. WARNING: ShaderVariantsCollectionTool.ShaderVariantCollectionMapper must be instantiated using the ScriptableObject.CreateInstance method instead of new ShaderVariantCollectionMapper.

    Bug to be fixed in next major release - v2.0.0

v1.2.0

13 Sep 13:01
570adb1

Choose a tag to compare

  • Added Keyword filter - A way to exclude individual or combination of keywords from valid variants
  • Bug fix - Manual Keyword combination is now persistent across editor sessions

Known Bug

  1. WARNING: ShaderVariantsCollectionTool.ShaderVariantCollectionMapper must be instantiated using the ScriptableObject.CreateInstance method instead of new ShaderVariantCollectionMapper.

    Bug to be fixed in next release - v2.0.0
  2. UI bug: When browsing the UI for shader variants, the button to remove variants from a shader is barely visible on the right.

    Bug to be fixed in next minor release - v1.2.1

v1.1.0

08 Sep 13:03
637c9d3

Choose a tag to compare

  • Added buttons to create both config file and variant collector files directly from UI
  • Fixed the immutable folder errors for non essential files as part of the package

v1.0.0

05 Sep 07:23
3dfbcab

Choose a tag to compare

Initial Release