Conversation
…tLogin The plugin was using EOS_Auth_CopyUserAuthToken, which is unnecessary for ConnectLogin and can cause warnings. Updated the implementation to use EOS_Auth_CopyIdToken as recommended by the EOS API.
Co-authored-by: Matt Clarke <matthew.clarke@mediatonic.co.uk>
…EOSU-655) - Added visible "Search" button in Lobbies scene - Fixed Copy ID error - Add usage instructions for Disabled Anti-Cheat toggle in README
- Display updated achievement image right after unlocking for better user feedback - Disable unlock button when achievement is already unlocked
- Prevents null reference exceptions during popup initialization - Ensures Sanctions and Report feature works as intended
- Update UnlockAchievementAsync to return PlayerAchievement - Limit UIAchievementsMenu to UI responsibilities
- Add consts for attribute keys in LobbyManager and apply them globally - Fix indentation and spacing
- Changed Awake from private to protected override and added base.Awake call - Added comments for better code clarity - Renamed currentProdcutUserId to currentProductUserId for correct spelling - Replaced ContainsKey() check with TryGetValue() for cleaner logic - Updated conditionals to handle cases where sanctions are read but count equals zero - Added helper method to create an entry in the sanctions list
EOSU-676
…IRA-ID) - Finished implementation of High-Frequency Peer-to-Peer functionality enables real-time particle effect synchronization between connected users based on click positions - Added dedicated README for High-Frequency sample (previously reused P2P README) - Updated prefabs, scripts, and scene configurations
…icon handling - Updated UnlockAchievementAsync to accept AchievementUnlockInfo - Improved logic for achievement definitions and player achievements list - Implemented async retrieval of achievement icons - Adjusted UI button interactable state based on lock status
Fix: Use EOS_Auth_CopyIdToken instead of CopyUserAuthToken for Connec…
- Deleted unused struct - Corrected spelling error in variable name
- Fixed spelling error in README filename - Changed private variable to public for centralized control - Removed obsolete commented code - Improved logs to return exact values - Corrected particles-on-click flow to avoid unnecessary operations - Added missing negation in conditional statement
- Implemented conditional compilation using EOS_DISABLE for non-Windows platforms - Fixed build failures on iOS caused by EOS Plugin when EOS_DISABLE - Ensured Windows integration remains unaffected
…669) - Added missing '-' prefix for epicdeploymentid as per Epic official docs
- Use nullable for `definition` var - Cache achievement lookup in first loop to avoid double lookup - Fix indentation/line breaks in lambda
Import EOS SDK 1.19.0.0 Pre-RC
…prefix Docs/eosu 669 fix epic arg prefix
- Updated .vcxproj files for DynamicLibraryLoaderHelper and NativeRender - Applied new platform toolset configuration in project settings - Ensured compatibility with Visual Studio 2022 build environment
- Rebuilt DynamicLibraryLoaderHelper and GfxPluginNativeRender for x86 and x64
-Update native libraries for Mac with version EOS-1.19.0.0-Pre-RC
…cene Feat: achivements scene user feedback (EOSU-653)
…-high-frequency-p2p Feat: Complete High-Frequency P2P Feature with Particle Sync and Dedicated README (EOSU-654)
Added two xcode issues under Mac specific caveats
I searched for elements in the execution line that are not checking for null values, and it seems that all internal functions handle variables correctly. Friends manager does not seem to be a problem since it initializes at start, but it could be that when logging in with a slow connection, not all resources are ready.
If the internet is very slow, EOS Manager may not finish starting up before attempting to use its resources, so a checker was added to the platform interface that displays a message if the platform interface is not yet linked.
Remove reference to old logo with dead link
Docs/eosu 862 mac xcode
…tion fix\EOSU-857-Lost-UI-Navigation --> 6.0.0
…-friends-manager Fix/EOSU 854 add checker on friends manager --> 6.0.0
- Corrected logic to properly resolve the selected deployment instead of always defaulting to the first entry. - Added validation to handle missing named deployments in the current platform configuration. - Improved debug logging for easier troubleshooting. - When only one deployment exists and there is a single sandbox, automatically assign that sandbox to the deployment in the JSON so it appears correctly in the list.
[Public] Update changelog for 6.0.0
Add return when no named deployment is found
…nt-selection Bug: Fix deployment selection when multiple deployments exist (EOSU-883)
matt-clarke
previously approved these changes
Feb 3, 2026
…onflicts [Public] Release 6.0.0 merge conflicts
The merge-base changed after approval.
matt-clarke
approved these changes
Feb 3, 2026
billfr-ApexSystems
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging Release 6.0.0 into mainline for release