We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eca0d commit 8b91e6eCopy full SHA for 8b91e6e
2 files changed
Runtime/NativeTime.cs
@@ -6,7 +6,7 @@ namespace StrangeLoopGames.NativeTime
6
{
7
internal class NativeTimeInternal
8
9
-#if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN || UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX || UNITY_STANDALONE_LINUX || UNITY_EDITOR_LINUX
+#if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN //|| UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX || UNITY_STANDALONE_LINUX || UNITY_EDITOR_LINUX
10
[DllImport("NativeTimeNative")]
11
public static extern ulong GetTimestampNs();
12
#else
package.json
@@ -1,7 +1,7 @@
1
2
"name": "com.strangeloopgames.nativetime",
3
"displayName": "NativeTime",
4
- "version": "0.1.6",
+ "version": "0.1.7",
5
"unity": "2020.3",
"author": {
"name": "Strange Loop Games",
0 commit comments