UniTask is a lightweight async/await alternative designed for Unity.

Localify uses it internally for editor async operations.

Step-by-step (via UPM):

  1. Open UnityWindowPackage Manager.

  2. Click + in the top left corner.

  3. Select Add package from git URL...

  4. Paste the following URL:

    [<https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask>](<https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask>)
    
  5. Press Add and wait for installation to complete.

✅ After installation, the UniTask namespace will become available in your project.