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 3949e72 commit 764b821Copy full SHA for 764b821
Scripts/Widgets/TextToSpeechWidget.cs
@@ -42,7 +42,7 @@ public class TextToSpeechWidget : Widget
42
43
#region Outputs
44
[SerializeField]
45
- private Output m_Speaking = new Output(typeof(SpeakingStateData));
+ private Output m_Speaking = new Output(typeof(SpeakingStateData), true);
46
47
private Output m_DisableMic = new Output(typeof(DisableMicData));
48
0 commit comments