PlayFab / PlayFabMultiplayerUnreal

PlayFab Online Subsystem Plugin for Unreal Engine
https://learn.microsoft.com/en-us/gaming/playfab/features/multiplayer/networking/party-unreal-engine-oss-overview
39 stars 35 forks source link

Release OSS PlayFab 2.3.4 for UE5.4 #64

Closed yuehanlin closed 4 months ago

yuehanlin commented 4 months ago

This is the release of OSS 2.3.4.

  1. Supported UE5.4

  2. Updated the following libraries:

  1. Feature fixes:
    • Fixed the failure to create or join a session when the player name includes emojis or special types of characters
    • Fixed the failure to update lobby access policy
    • Fixed a potential crash caused by GetBytes() and GetSize()
    • Added missing pass through functions and interfaces for native OSS
    • [Steam] Fixed the game crash when launching a Steam game without first launching Steam application
    • [Steam] Replaced GetAuthSessionTicket() with GetAuthTicketForWebApi() for Steam 1.57 SDK