File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/Plugins/Linux/Core
com.playeveryware.eos/Runtime/EOS_SDK/Generated/Android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public override void LoadDelegatesWithEOSBindingAPI()
6565 {
6666#if EOS_DYNAMIC_BINDINGS || UNITY_EDITOR
6767 // TODO: This code does not appear to do anything...
68- const string EOSBinaryName = Epic . OnlineServices . Config . LibraryName ;
68+ const string EOSBinaryName = Epic . OnlineServices . Common . LIBRARY_NAME ;
6969 var eosLibraryHandle = EOSManager . EOSSingleton . LoadDynamicLibrary ( EOSBinaryName ) ;
7070#endif
7171 }
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public static void Unhook()
109109#endif
110110
111111#if ! EOS_DYNAMIC_BINDINGS
112- [ DllImport ( Config . LibraryName ) ]
112+ [ DllImport ( Common . LIBRARY_NAME ) ]
113113 internal static extern Result EOS_Initialize ( ref Platform . AndroidInitializeOptionsInternal options ) ;
114114#endif
115115 }
You can’t perform that action at this time.
0 commit comments