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 f2a5a27 commit 32c4d45Copy full SHA for 32c4d45
Runtime/Views/LinePresenter.cs
@@ -193,6 +193,7 @@ internal enum TypewriterType
193
[Group("Typewriter")]
194
[ShowIf(nameof(typewriterStyle), TypewriterType.Custom)]
195
[UnityEngine.Serialization.FormerlySerializedAs("CustomTypewriter")]
196
+ [MustNotBeNull("Attach a component that implements the " + nameof(IAsyncTypewriter) + " interface.")]
197
public UnityEngine.Object? customTypewriter;
198
199
/// <summary>
0 commit comments