File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public class AndroidPlatformSpecifics : PlatformSpecifics<AndroidConfig>
5656 [ DllImport ( "UnityHelpers_Android" ) ]
5757 private static extern JavaVM UnityHelpers_GetJavaVM ( ) ;
5858
59- public AndroidPlatformSpecifics ( ) : base ( PlatformManager . Platform . Android , ".so" ) { }
59+ public AndroidPlatformSpecifics ( ) : base ( PlatformManager . Platform . Android ) { }
6060
6161 [ RuntimeInitializeOnLoadMethod ( RuntimeInitializeLoadType . BeforeSceneLoad ) ]
6262 static public void Register ( )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class LinuxPlatformSpecifics : PlatformSpecifics<LinuxConfig>
5050
5151 private static GCHandle SteamOptionsGCHandle ;
5252
53- public LinuxPlatformSpecifics ( ) : base ( PlatformManager . Platform . Linux , ".so" ) { }
53+ public LinuxPlatformSpecifics ( ) : base ( PlatformManager . Platform . Linux ) { }
5454
5555 //-------------------------------------------------------------------------
5656 [ RuntimeInitializeOnLoadMethod ( RuntimeInitializeLoadType . BeforeSceneLoad ) ]
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class EOSInitializeOptions
4444
4545 public class IOSPlatformSpecifics : PlatformSpecifics < IOSConfig >
4646 {
47- public IOSPlatformSpecifics ( ) : base ( PlatformManager . Platform . iOS , ".dylib" ) { }
47+ public IOSPlatformSpecifics ( ) : base ( PlatformManager . Platform . iOS ) { }
4848
4949 [ RuntimeInitializeOnLoadMethod ( RuntimeInitializeLoadType . BeforeSceneLoad ) ]
5050 static public void Register ( )
You can’t perform that action at this time.
0 commit comments