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 f566631 commit ff2184eCopy full SHA for ff2184e
com.unity.ml-agents/Runtime/Analytics/Events.cs
@@ -1,7 +1,3 @@
1
-#if MLA_UNITY_ANALYTICS_MODULE || !UNITY_2019_4_OR_NEWER
2
-#define MLA_UNITY_ANALYTICS_MODULE_ENABLED
3
-#endif
4
-
5
using System;
6
using System.Collections.Generic;
7
using Unity.MLAgents.Actuators;
com.unity.ml-agents/Tests/Editor/Analytics/InferenceAnalyticsTests.cs
@@ -1,8 +1,3 @@
-#if MLA_UNITY_ANALYTICS_MODULE_ENABLED
8
using NUnit.Framework;
@@ -107,4 +102,3 @@ public void TestBarracudaPolicy()
107
102
}
108
103
109
104
110
-#endif // MLA_UNITY_ANALYTICS_MODULE_ENABLED
0 commit comments