We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 043305d + 0e28eae commit e368a06Copy full SHA for e368a06
Runtime/NativeTime.cs
@@ -11,7 +11,7 @@ internal class NativeTimeInternal
11
public static extern ulong GetTimestampNs();
12
#else
13
/// <summary> Fallback for unsupported platform </summary>
14
- #if UNITY_2022_OR_NEWER
+ #if UNITY_2022_1_OR_NEWER
15
[GenerateTestsForBurstCompatibility]
16
17
[BurstCompatible]
@@ -21,7 +21,7 @@ internal class NativeTimeInternal
21
}
22
23
/// <summary>A burst compatible Stopwatch. Similar to <see cref="Stopwatch"/>.</summary>
24
25
26
27
0 commit comments