Skip to content

Commit 1ecf892

Browse files
committed
Merge pull request googleanalytics#60 from TJHeuvel/patch-1
Support Unity 5+ instead of only Unity 5.0
2 parents ab62677 + 1378f45 commit 1ecf892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Plugins/GoogleAnalyticsV3/GoogleAnalyticsV3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void Awake() {
118118
}
119119

120120
if (UncaughtExceptionReporting) {
121-
#if UNITY_5_0
121+
#if UNITY_5
122122
Application.logMessageReceived += HandleException;
123123
#else
124124
Application.RegisterLogCallback (HandleException);

0 commit comments

Comments
 (0)