Skip to content

Commit 0d0a24b

Browse files
committed
fix: Disable the warning that appeared after the usage sample is imported
1 parent 15a8baa commit 0d0a24b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Samples~/Usage Example/Util/Readme.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
internal class Readme : ScriptableObject
88
{
9+
#pragma warning disable 414
910
[SerializeField, ResizableTextArea, UsedImplicitly]
1011
private string _description = null;
12+
#pragma warning restore 414
1113
}
1214
}

0 commit comments

Comments
 (0)