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 450e522 commit 02c5b9aCopy full SHA for 02c5b9a
Project/Assets/ML-Agents/Editor/Tests/SampleExporter.cs
@@ -19,9 +19,12 @@ public class SampleExporter
19
20
struct MLAgentsSampleJson
21
{
22
+#pragma warning disable 649
23
public string displayName;
24
public string description;
25
+ // ReSharper disable once CollectionNeverUpdated.Local
26
public List<string> scenes;
27
+#pragma warning restore 649
28
}
29
30
struct PackageSampleJson
0 commit comments