Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Assets/Plugins/Source/Editor/Platforms/iOS/IOSBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ namespace PlayEveryWare.EpicOnlineServices.Editor.Build
using System.IO;
using UnityEditor;
using UnityEditor.Build.Reporting;
using EpicOnlineServices.Utility;

// This conditional is here so that no compiler errors will happen if the
// Unity Editor is not configured to build for iOS.
Expand Down
2 changes: 1 addition & 1 deletion Assets/Plugins/Windows/Core/WindowsPlatformSpecifics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#if !EOS_DISABLE

#define ENABLE_CONFIGURE_STEAM_FROM_MANAGED
//#define ENABLE_CONFIGURE_STEAM_FROM_MANAGED

// If standalone windows and not editor, or the windows editor.
#if (UNITY_STANDALONE_WIN && !UNITY_EDITOR) || UNITY_EDITOR_WIN || EXTERNAL_TO_UNITY
Expand Down
4 changes: 2 additions & 2 deletions Assets/Plugins/Windows/x64/GfxPluginNativeRender-x64.dll
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/Plugins/Windows/x86/GfxPluginNativeRender-x86.dll
Git LFS file not shown
2 changes: 1 addition & 1 deletion Assets/StreamingAssets/EOS/EpicOnlineServicesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"initialButtonDelayForOverlay": null,
"repeatButtonDelayForOverlay": null,
"toggleFriendsButtonCombination": "SpecialLeft"
}
}
2 changes: 1 addition & 1 deletion Assets/StreamingAssets/EOS/eos_android_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"repeatButtonDelayForOverlay": 0.0,
"toggleFriendsButtonCombination": "None",
"schemaVersion": "1.0"
}
}
2 changes: 1 addition & 1 deletion Assets/StreamingAssets/EOS/eos_ios_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"repeatButtonDelayForOverlay": 0.0,
"toggleFriendsButtonCombination": "None",
"schemaVersion": "1.0"
}
}
2 changes: 1 addition & 1 deletion Assets/StreamingAssets/EOS/eos_linux_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"repeatButtonDelayForOverlay": 0.0,
"toggleFriendsButtonCombination": "None",
"schemaVersion": "1.0"
}
}