# Installing the Perception package in your project ![ReleaseBadge](https://badge-proxy.cds.internal.unity3d.com/5ab9a162-9dd0-4ba1-ba41-cf25378a927a) 1. Install the latest [2019.3 Unity Editor](https://unity.com/releases/2019-4) 1. Create a new HDRP or URP project, or open an existing project 1. Select **Window** > **Package Manager** 1. In the Package Manager window, in the top left-hand corner, select **Add (+)** 1. Select **Add package from git URL...** 1. Enter `com.unity.perception` and select **Add** If you want a specific version of the package, append the version to the end of the "git URL". For example: `com.unity.perception@0.1.0-preview.4` To install the Perception package from a local clone of the repository, see [installing a local package](https://docs.unity3d.com/Manual/upm-ui-local.html) in the Unity manual. When you have completed the installation, continue with the [getting started steps](GettingStarted.md).