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 a1b66ce commit 652dbe2Copy full SHA for 652dbe2
1 file changed
Plugins/AssetUsageDetector/Editor/AssetUsageDetectorSearchFunctions.cs
@@ -23,6 +23,7 @@ namespace AssetUsageDetectorNamespace
23
public partial class AssetUsageDetector
24
{
25
#region Helper Classes
26
+#pragma warning disable 0649
27
[Serializable]
28
private struct AssemblyDefinitionReferences
29
@@ -142,6 +143,7 @@ private static string ExtractGUIDFromString( string str )
142
143
return null;
144
}
145
146
+#pragma warning restore 0649
147
#endregion
148
149
// Dictionary to quickly find the function to search a specific type with
0 commit comments