Skip to content

Unity 2020: Labels (field names) hidden in unhidden fields #1

@jackbrookes

Description

@jackbrookes

Hi, I very much appreciate this package. However I found this issue, Happens to me in Unity 2020.3

        public bool httpBasicAuthentication = true;
        [BasteRainGames.HideIf("httpBasicAuthentication", false)]
        public string username = "susan";
        [BasteRainGames.HideIf("httpBasicAuthentication", false)]
        public string password = "hello";

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions