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

Second and subsequent Groups do not work , when two or more groups with partially identical names exist. #46

Open
rngtm opened this issue Feb 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rngtm
Copy link

rngtm commented Feb 14, 2024

Describe the bug / 描述你遇到的Bug
If two or more groups with partially identical names exist, the second and subsequent groups do not work.

To Reproduce / 复现步骤

  1. Declare following ShaderProperties in the shader.
Properties
{
    [Main(Group_Color, _, off, off)] _groupColor ("カラー設定", float) = 1
    [Sub(Group_Color)] _Stencil ("Stencil", Int) = 0
 
    [Main(Group_ColorSettings, _, off, off)] _groupColorVariation ("カラバリ設定", float) = 1
    [Sub(Group_ColorSettings)] _MainTex ("Texture", 2D) = "white" {}
}
  1. When I click on the second fold, the SubDrawer does not appear.

Here is the bug reproducing movie.

bandicam.2024-02-15.00-11-28-178.mp4

This bug has been reproduced since version 1.12.0 .

Unity Version / Unity版本

  • 2020.3.32f1
@JasonMa0012
Copy link
Owner

This bug will be fixed in version 2.x

@JasonMa0012 JasonMa0012 added the bug Something isn't working label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants