We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043305d commit 0e28eaeCopy full SHA for 0e28eae
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