Search Unity

Preventing Unity from writing to the registry.

Discussion in 'Scripting' started by davenirline, Feb 28, 2012.

  1. davenirline

    davenirline

    Joined:
    Jul 7, 2010
    Posts:
    987
    Hello,

    Is this possible? Our publisher requires that we don't write anything in the registry. We are not using PlayerPrefs, but somehow Unity still writes to the registry (resolution information).
     
  2. ai_enabled

    ai_enabled

    Joined:
    Sep 16, 2013
    Posts:
    15
    We're experiencing same problem. Is there still no solution for that?
    1. ScreenmanagerIsFullscreen mode
    2. ScreenmanagerResolutionHeight
    3. ScreenmanagerResolutionWidth
    4. UnityGraphicsQuality
    We prefer to load this settings from our custom xml config.
     
  3. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
  4. NathanJSmith

    NathanJSmith

    Joined:
    May 11, 2018
    Posts:
    57
    Hi, I have the same problem. Still no solution?
     
  5. lordofduct

    lordofduct

    Joined:
    Oct 3, 2011
    Posts:
    8,537
    Unity itself will write a small handful of things to the registry.

    As far as I know there is no way to stop it from doing so.
     
    Joe-Censored and NathanJSmith like this.