We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1125f6e commit 3c81f46Copy full SHA for 3c81f46
Runtime/GameObjectSetActiveBinding.cs
@@ -20,9 +20,9 @@ public enum ConversionType
20
21
[SerializeField] private GameObject target;
22
[SerializeField] private ConversionType conversionType = ConversionType.EnableWhenNumberNotEqual;
23
- [SerializeField] private int numberCompareValue = 0;
+ [SerializeField] private int numberCompareValue;
24
[SerializeField] private string stringCompareValue = string.Empty;
25
- [SerializeField] private bool invert = false;
+ [SerializeField] private bool invert;
26
27
private readonly GameObjectEnabler _enabler = new GameObjectEnabler();
28
0 commit comments