Tavrox

Results 2 issues of Tavrox

I saw in documentation we can use https://dbrizov.github.io/na-docs/attributes/meta_attributes/show_hide_if.html?highlight=showif public class NaughtyComponent : MonoBehaviour { public EMyEnum enumFlag; [ShowIf("enumFlag", EMyEnum.Case0)] public int enableIfEnum; // Will be shown only if enumFlag ==...

Hello ! There are static variables that make this tool hard to use with Play Options (Experimental) around Domain Reloading. Configurable play mode : https://docs.unity3d.com/Manual/ConfigurableEnterPlayMode.html Check out : https://forum.unity.com/threads/can-you-stop-editor-scripts-losing-static-variables-on-script-reload.1217958/ Repro...