Search Unity

how to restart in mac os

Discussion in 'Unity Accelerator' started by huanle, Feb 8, 2021.

  1. huanle

    huanle

    Joined:
    Aug 11, 2014
    Posts:
    3
  2. hiepu3d

    hiepu3d

    Unity Technologies

    Joined:
    Jul 1, 2017
    Posts:
    63
    Hello,

    In your ~/Library/LaunchAgents directory, you should find a .plist file (either com.unity3d.accelerator.plist or com.unity.accelerator.plist). If the Accelerator is running, you can use launchctl unload [PATH_TO_PLIST_FILE] to stop it. Then, you can use launchctl load [PATH_TO_PLIST_FILE] to start it again. You can check the processes or use launchctl to make sure the Accelerator is running again (launchctl list | grep accelerator).
     
  3. huanle

    huanle

    Joined:
    Aug 11, 2014
    Posts:
    3
    sorry , i not find the plist in ~/Library/LaunchAgents , i install from dmg
     
  4. huanle

    huanle

    Joined:
    Aug 11, 2014
    Posts:
    3
    i need reinstall ?
     
  5. hiepu3d

    hiepu3d

    Unity Technologies

    Joined:
    Jul 1, 2017
    Posts:
    63
    You can reinstall and make sure that the Accelerator is running first. After reinstalling, please make sure that the plist file is there.