Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    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