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

GAV4 gameobject is not singleton

UneebKari opened this issue · comments

hi

kindly fix this issue that the GAV4 gameobject is not singleton in unity.
Which may cause multiple instance of gav4 in game.

Override these lines of code:
screen shot 2017-01-20 at 11 33 51

For this:
screen shot 2017-01-20 at 11 33 28

commented

@UneebKari I had same problem. But after a while I realised, that the problem was on my side. I have loading my scene with GAv4 prefab multiple times.

@dinhonms thanks for the reply i did the same before generating that thread...

@vasyaPP well the main problem was in GAV4 script. its not marked at singleton bro.
This thing has to be fixed by google teams officially.