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.

Enabling Accelerator from prefs in Linux headless

Discussion in 'Unity Accelerator' started by dbabineau, May 27, 2022.

  1. dbabineau

    dbabineau

    Joined:
    Apr 7, 2022
    Posts:
    3
    In a linux headless environment for CI I'm able to enable the Accelerator from cli with -enableCacheServer and -cacheServerEndpoint however I would like to enable via global / editor preferences in ~/.local/share/unity3d/prefs, is this possible ? The following does not seem to have any effect:

    Code (csharp):
    1.  
    2.     <pref name="enableCacheServer" type="int">1</pref>
    3.     <pref name="cacheServerEndpoint" type="string">--base64 encoded endpoint--</pref>
    4.