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 810499a commit 133d93fCopy full SHA for 133d93f
Code/Signal.cs
@@ -15,7 +15,7 @@ namespace Signals
15
{
16
#if UNITY_EDITOR
17
#pragma warning disable
18
- [SerializeField] [Multiline] string _description = "";
+ [SerializeField] [Multiline] string _description;
19
#pragma warning restore
20
[SerializeField] bool _serializeChanges;
21
#endif
Code/SignalListener.cs
[SerializeField] ST _signal;
0 commit comments