You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, ISteamMatchmakingServerListResponse throws an error
NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code. The method we're attempting to marshal is: Steamworks.ISteamMatchmakingServerListResponse::InternalOnServerResponded at Steamworks.ISteamMatchmakingServerListResponse..ctor (Steamworks.ISteamMatchmakingServerListResponse+ServerResponded onServerResponded, Steamworks.ISteamMatchmakingServerListResponse+ServerFailedToRespond onServerFailedToRespond, Steamworks.ISteamMatchmakingServerListResponse+RefreshComplete onRefreshComplete) [0x00000] in <00000000000000000000000000000000>:0 at MatchmakingServersTest.OnEnable () [0x00000] in <00000000000000000000000000000000>:0
Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered:
Hello, ISteamMatchmakingServerListResponse throws an error
NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code. The method we're attempting to marshal is: Steamworks.ISteamMatchmakingServerListResponse::InternalOnServerResponded at Steamworks.ISteamMatchmakingServerListResponse..ctor (Steamworks.ISteamMatchmakingServerListResponse+ServerResponded onServerResponded, Steamworks.ISteamMatchmakingServerListResponse+ServerFailedToRespond onServerFailedToRespond, Steamworks.ISteamMatchmakingServerListResponse+RefreshComplete onRefreshComplete) [0x00000] in <00000000000000000000000000000000>:0 at MatchmakingServersTest.OnEnable () [0x00000] in <00000000000000000000000000000000>:0
Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered: