Skip to content

Commit

Permalink
Updated to v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-ga committed Apr 7, 2023
1 parent 706ad80 commit b859b56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog
* reintroduced the health event
* added method to retrieve the user id

**7.5.1**
* reintroduced the health event
* added method to retrieve the user id

**7.5.0**
* Temporary removal of FPS tracking due to rare issues observed. FPS tracking will be reintroduced in the future once the cause is identified and fixed.

Expand Down
2 changes: 1 addition & 1 deletion Runtime/Scripts/GameAnalytics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void OnDestroy()

void OnApplicationQuit()
{
#if (!UNITY_EDITOR && !UNITY_IOS && !UNITY_ANDROID && !UNITY_TVOS && !UNITY_WEBGL && !UNITY_TIZEN && !UNITY_SWITCH && !UNITY_PS4 && !UNITY_XBOXONE && !UNITY_GAMECORE && !UNITY_PS5)
#if (!UNITY_EDITOR && !UNITY_IOS && !UNITY_ANDROID && !UNITY_TVOS && !UNITY_WEBGL && !UNITY_TIZEN && !UNITY_SWITCH && !UNITY_PS4 && !UNITY_XBOXONE)
#if (UNITY_WSA)
onQuit();
#else
Expand Down

0 comments on commit b859b56

Please sign in to comment.