Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Is there a reason this game appears to collect analytics? Found some files seeming to suggest that it does.

Edit: To be specific, there's this config file (spacing is my own, for readability):

{
"analytics":{"enabled":true},
"connect":{
    "limit_user_tracking":false,
    "player_opted_out":false,
    "enabled":true},
"performance":{"enabled":true},
"dynamic":{
    "coreBusinessMetrics":{
        "enabled":true,
        "timeToWaitForUserInfoS":60},
    "analytics":{
        "shouldCollectAutomation":true,
        "timeToWaitForUserInfoS":60}}}

And then there's another file named s (the ellipses and #s are censored, spacing is my own for readability):

{"appid":"local.################################",
"userid":"################################",
"sessionid":###################,
"platform":"...",
"platformid":#,
"sdk_ver":"u2018.2.6f1",
"localprojectid":"################################",
"build_guid":"################################",
"deviceid":"########################################"}
(+1)

No code that I ever wrote. Probably some Unity default stuff. Nothing I ever look at myself though, and not even sure if it's ever sent anywhere.