Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Saved analytics data location

Discussion in 'Unity Analytics' started by any_user, Feb 26, 2015.

  1. any_user

    any_user

    Joined:
    Oct 19, 2008
    Posts:
    374
    I just noticed that on Linux (maybe other platforms too), analytics saves the data into a folder like this:

    Code (CSharp):
    1. ~/.config/unity3d/Plug _ Play/Unity/<number>/Cloud/Analytics
    while the rest of the Unity preferences/logs is saved into:

    Code (CSharp):
    1. ~/.config/unity3d/Plug & Play/Player.log
    The product name is with the '&'. There was a similar problem recently that on Android all '&' characters were replaced by underscores.
     
  2. kentunity

    kentunity

    Unity Technologies

    Joined:
    Sep 16, 2014
    Posts:
    55
    Hi @any_user,
    The Unity Analytics SDK uses Application.persistentDataPath, and that does return "Plug _ Play".
    Since the logs and the data store in persistentDataPath are different, it shouldn't cause you any problem.