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

bundleVersion isn't changing

silverax opened this issue · comments

We are setting the bundleVersion in the awake of our starting class,
This is so, because the version number is generated by Jenkins (ci) at compilation time.

The new value is not taken into account when sending the statistics.

As a workaround we are changing the execution order, delaying the GoogleAnalyticsV4 awake, but it is expected that data can be changed before calling StartSession()