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

Unity importing system not using accelerator

Discussion in 'Unity Accelerator' started by JooJungYeol, Apr 20, 2022.

  1. JooJungYeol

    JooJungYeol

    Joined:
    Jul 15, 2013
    Posts:
    5
    Unity version : 2020.3.14f

    PC that installed Accelerator
    mac mini
    intel core i7 6core 3.2ghz
    64gb
    1tb ssd
    gigabit ethernet

    Step
    set project's Acceleator server infomation,
    (ex : 192.168.0.37:10080, upload yes, download yes)
    close project
    push project to remote git repository
    clone other space your project
    open cloned project
    see editor log, unity doesnt communicate with accelerator

    Solution
    open cloned project, with this arguments
    -adb2
    -EnableCacheServer
    -cacheServerEndpoint
    192.168.61.208:10080
    -cacheServerEnableUpload
    true
    -cacheServerEnableDownload
    true


    see editor log, unity communicate with accelerator

    what i want to say
    if project setting has accelerator's options, it can communicate with accelerator with out command line arguments