|
|
|
@ -214,6 +214,9 @@ public class EpicVoiceChatTest : MonoBehaviour |
|
|
|
Debug.Log("EOS platform interface successfully created!"); |
|
|
|
status.AppendLine("EOS platform interface created"); |
|
|
|
|
|
|
|
platformInterface.SetNetworkStatus(NetworkStatus.Online); |
|
|
|
platformInterface.SetApplicationStatus(ApplicationStatus.Foreground); |
|
|
|
|
|
|
|
authInterface = platformInterface.GetAuthInterface(); |
|
|
|
status.AppendLine("Auth interface: " + authInterface); |
|
|
|
|
|
|
|
|