Commit 8b91e6e 1 parent 97eca0d commit 8b91e6e Copy full SHA for 8b91e6e
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace StrangeLoopGames.NativeTime
6
6
{
7
7
internal class NativeTimeInternal
8
8
{
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
10
10
[ DllImport ( "NativeTimeNative" ) ]
11
11
public static extern ulong GetTimestampNs ( ) ;
12
12
#else
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.strangeloopgames.nativetime" ,
3
3
"displayName" : " NativeTime" ,
4
- "version" : " 0.1.6 " ,
4
+ "version" : " 0.1.7 " ,
5
5
"unity" : " 2020.3" ,
6
6
"author" : {
7
7
"name" : " Strange Loop Games" ,
You can’t perform that action at this time.
0 commit comments