# Manual install (/en/realtime-media/rtm/reference/downloads/unity)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

To manually install the Signaling SDK for Unity, do one of the following:

## Import the asset package

1. Extract the latest version of Agora [Signaling SDK for Unity](https://github.com/AgoraIO-Community/Agora-Unity-RTM-SDK/releases) to a local folder.

2. In the Unity Editor, select **Assets** > **Import Package** > **Custom Package**.

3. Select the Agora Signaling Unity asset package and click **Open**.

4. All packages of the SDK are chosen by default. Uncheck the packages you do not need and click **Import**.

## Manually add the SDK files

1. Extract the files in Agora [Signaling SDK](/en/api-reference/sdks?product=signaling\&platform=unity) to a local folder.

2. Copy the `Rtm-Scripts` folder under the `libs` folder in the SDK package to the `Assets` folder of the project path.

3. Copy the following files under the `libs/Plugins` path in the SDK package to the corresponding path of the project:

   | Development platform | File or folder    | Project directory          |
   | -------------------- | ----------------- | -------------------------- |
   | Android              | `Plugins/Android` | `/Assets/Plugins/Android/` |
   | iOS                  | `Plugins/iOS`     | `/Assets/Plugins/iOS`      |
   | macOS                | `Plugins/macOS`   | `/Assets/Plugins/macOS`    |
   | Windows              | `Plugins/x86`     | `/Assets/Plugins/x86`      |
   | Windows              | `Plugins/x86_64`  | `/Assets/Plugins/x86_64`   |

    
  
      
  
