{{{ #!Markdown
# Vehicle Physics Pro - Professional
Vehicle Physics Pro project for Unity 3D.
### **Unitypackage**
- **[Unitypackage downloads](https://edy.repositoryhosting.com/webdav/edy_vehicle-physics-pro-professional/)**
- Log-in with your VPP credentials.
- Download and import into Unity 3D.
- Read the **Readme PDF** file for instructions on configuring the Unity Project Settings.
### **GIT repository**
SSH: **`ssh://git@projects.edy.es/edy/vehicle-physics-pro-professional.git`**
- This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects.
- To clone this repository and its submodules:
$ git clone --single-branch --branch master --depth=1 ssh://git@projects.edy.es/edy/vehicle-physics-pro-professional.git
$ cd vehicle-physics-pro-professional
$ git submodule update --init --recursive
#### Submodules
May be cloned separately to include specific parts of VPP in existing projects.
- **[Vehicle Physics Pro SDK](http://projects.edy.es/trac/edy_vehicle-physics-pro-sdk)**
Path: `Assets/Vehicle Physics Pro/Sdk`
- **[Vehicle Physics Sample Assets](http://projects.edy.es/trac/edy_vehicle-physics-sample-assets)**
Path: `Assets/Vehicle Physics Pro/Sample Assets`
Branch: **`master-sdk`** (not _master_)
}}}