Skip to content

Commit

Permalink
Merge pull request #61 from MarcinZboralski/master
Browse files Browse the repository at this point in the history
Removed OnDestroy and OnApplicatioNQuit from FizzySteamworks.cs
  • Loading branch information
Chykary authored Dec 23, 2024
2 parents f73ae86 + ba09ec3 commit 15df500
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions com.mirror.steamworks.net/FizzySteamworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,17 +304,6 @@ private void InitRelayNetworkAccess()
Debug.LogError($"Failed to initialize relay network access: {ex.Message}");
}
}


private void OnDestroy()
{
Shutdown();
}

public override void OnApplicationQuit()
{
Shutdown();
}
}
}
#endif // !DISABLESTEAMWORKS
2 changes: 1 addition & 1 deletion com.mirror.steamworks.net/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.mirror.steamworks.net",
"displayName": "FizzySteamworks",
"version": "6.0.0",
"version": "6.1.0",
"unity": "2019.4",
"author": {
"name": "Mirror Community",
Expand Down
2 changes: 1 addition & 1 deletion com.mirror.steamworks.net/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
1.0.0

0 comments on commit 15df500

Please sign in to comment.