We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc809b commit 2545030Copy full SHA for 2545030
1 file changed
Packages/MobileSupportQualityTuner/Runtime/Scripts/HardwareInfo.iOS.cs
@@ -13,7 +13,7 @@ public static void SetIosHardwareStats(HardwareStats stats)
13
{
14
// only works with iOS, iPadOS and macOS, including editor
15
#if UNITY_EDITOR && !UNITY_EDITOR_OSX
16
- if (Application.isEditor)
+ if (UnityEngine.Application.isEditor)
17
return;
18
#endif
19
stats.GpuMajorSeries = GpuMajorSeries.Apple;
0 commit comments