File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace StrangeLoopGames.NativeTime
66{
77 internal class NativeTimeInternal
88 {
9- #if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN || UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX || UNITY_STANDALONE_LINUX || UNITY_EDITOR_LINUX
9+ #if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN // || UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX || UNITY_STANDALONE_LINUX || UNITY_EDITOR_LINUX
1010 [ DllImport ( "NativeTimeNative" ) ]
1111 public static extern ulong GetTimestampNs ( ) ;
1212#else
Original file line number Diff line number Diff line change 11{
22 "name" : " com.strangeloopgames.nativetime" ,
33 "displayName" : " NativeTime" ,
4- "version" : " 0.1.6 " ,
4+ "version" : " 0.1.7 " ,
55 "unity" : " 2020.3" ,
66 "author" : {
77 "name" : " Strange Loop Games" ,
You can’t perform that action at this time.
0 commit comments