GameAnalytics (Construct 3 Plugins)

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • I've been attempting to add GameAnalytics to a project, but, like ClemCa below, I'm finding that it prevents the game from loading and leaves one on a black screen (specifically: Preview/Debug, instant black screen w/no objects loaded. HTML5 exports will go from the Construct 3 loading screen to the black screen).

    This apparently only happens when Worker mode is on - if off, GA works fine. However, I want the performance benefits of Worker mode.

    That said, I've since found that if I initialize GA on System > On image loading complete, (instead of On Start of Layout) it works as intended.

    However, this still results in progression events hanging the game.

    I'm assuming since worker mode runs the game tasks in multiple non-parallel threads, the order in which GA is being added is a problem.

    gameanalytics, is this a bug that hasn't been revised since r189 introduced Worker mode? There's nothing in the documentation regarding this.