I have just built a game and would like to integrate the GameAnalytics SDK. I have installed the package, however within the documentation it states:
Important Announcement From v3.11.0 and onwards you need to manually initialize the SDK by calling GameAnalytics.Initialize() from your own GameObject (with script execution order coming after GameAnalytics script’s order if your object is in the same scene as the GameAnalytics object as some code is called on Awake event which needs to be called before initializing the sdk).
How and where do I call the GameAnalytics.Initialize() ?