Unity_HideIf
Unity_HideIf copied to clipboard
Simple utility attribute set for Unity
Results
2
Unity_HideIf issues
Sort by
recently updated
recently updated
newest added
Hi, I very much appreciate this package. However I found this issue, Happens to me in Unity 2020.3 ```cs public bool httpBasicAuthentication = true; [BasteRainGames.HideIf("httpBasicAuthentication", false)] public string username =...
Is this an issue or by design? Because this seems like a useful case to consider. If not could you give me a tips on how to implement it? Editor...