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";

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