Idea

James McGhee avatar image
James McGhee suggested

Calls to depricated features of UnityWebRequest

Assets\PlayFabSDK\MultiplayerAgent\PlayFabMultiplayerAgentAPI.cs(197,21): warning CS0618: 'UnityWebRequest.isNetworkError' is obsolete: 'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.'

Unity has depricated the various isXXXXXError
You should use .result == then select the correct enum value

unity3dsdks
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

No Comments

·

Write a Comment

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.