googleanalytics / google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application.LogCallback is obsolete?

itsPav opened this issue · comments

commented

So using the google analytics guide, I've come across this console error. Where do I take it from here? I don't really know much about coding.

In file GoogleAnalyticsV4.cs line 122 there is
#if UNITY_5_0
it should be replaced by
#if UNITY_5
so all 5.x versions of Unity may work without warning.