Rapport Unity Installation

How to install the Rapport Unity Plugin and import the samples package

  1. Download the Rapport Unity Plugin

  2. Add the Plugin to your repo

  3. Open the Unity package manager, and install the package.json from disk

    image-20250910-143945.png
  4. To import samples: Click the “samples” tab. Next click the "Import" button to import the example scenes and scripts into your project.

    image-20250910-144228.png
  5. Open a Rapport Sample scene and run


⚠️Notes about project configuration

If you are using URP or HDRP: the sample character materials may appear pink. Please select the materials and go to Edit > Rendering > Materials > Convert Selected Built-in Materials to URP or HDRP.

If you are using the legacy Unity Input Manager (not the Input System package): You may need to replace the Input module component on the EventSystem game objects in the samples with the StandaloneInputModule