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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

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:
    60
    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:
    60
    You can reinstall and make sure that the Accelerator is running first. After reinstalling, please make sure that the plist file is there.