Search Unity

Question Unity Services Project ID - threat in Open Source Projects?

Discussion in 'Editor & General Support' started by cgtinker, Jan 25, 2021.

  1. cgtinker

    cgtinker

    Joined:
    May 6, 2019
    Posts:
    8
    Hi there,

    I want to implement Unity Services in a public project.
    Is there any privacy issue? The project id could get exposed... Is that an issue?

    My .gitignore keeps on tracking the changes, not really sure why.

    Code (CSharp):
    1.  
    2. /[Pp]rojectSettings/[Uu]nityConnectSettings.asset
    3. /[Pp]rojectSettings/[Pp]rojectSettings.asset
    4.  
    However, ignoring the ProjectSettings entirely seems like a bad decision but the file contains the ProjectID.
    Any help appreciated!