Changes between Version 25 and Version 26 of WikiStart
- Timestamp:
- 2025-03-06 19:07:58 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v25 v26 7 7 ### **Unitypackage** 8 8 9 - **[Unitypackage downloads](https:// edy.repositoryhosting.com/webdav/edy_vehicle-physics-pro-professional/)**9 - **[Unitypackage downloads](https://vehiclephysics.repositoryhosting.com/webdav/vehiclephysics_vehicle-physics-pro-professional/)** 10 10 - Log-in with your VPP credentials. 11 11 - Download and import into Unity 3D. … … 14 14 ### **GIT repository** 15 15 16 - SSH: **`ssh://git@ projects.edy.es/edy/vehicle-physics-pro-professional.git`**17 - HTTP: **`http ://projects.edy.es/git/edy/vehicle-physics-pro-professional.git`**18 - **[Browse repository](http ://projects.edy.es/trac/edy_vehicle-physics-pro-professional/browser)**16 - SSH: **`ssh://git@vehiclephysics.repositoryhosting.com/vehiclephysics/vehicle-physics-pro-professional.git`** 17 - HTTP: **`https://vehiclephysics.repositoryhosting.com/git/vehiclephysics/vehicle-physics-pro-professional.git`** 18 - **[Browse repository](https://vehiclephysics.repositoryhosting.com/trac/vehiclephysics_vehicle-physics-pro-professional/browser)** 19 19 20 20 This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects. … … 22 22 To clone this repository and its submodules: 23 23 24 $ git clone --single-branch --branch master --depth=1 ssh://git@ projects.edy.es/edy/vehicle-physics-pro-professional.git24 $ git clone --single-branch --branch master --depth=1 ssh://git@vehiclephysics.repositoryhosting.com/vehiclephysics/vehicle-physics-pro-professional.git 25 25 $ cd vehicle-physics-pro-professional 26 26 $ git submodule update --init … … 35 35 May be cloned separately to include specific parts of VPP in existing projects. These should reside in folders inside the /Assets folder in the Unity project. 36 36 37 - **[Vehicle Physics Pro SDK](http ://projects.edy.es/trac/edy_vehicle-physics-pro-sdk)**<br>_Core SDK and components_38 - **[Vehicle Physics Sample Assets](http ://projects.edy.es/trac/edy_vehicle-physics-sample-assets)** branch **`master-sdk`** (not _master_)<br>_Basic resources, test vehicles, scenarios, audio, etc_37 - **[Vehicle Physics Pro SDK](https://vehiclephysics.repositoryhosting.com/trac/vehiclephysics_vehicle-physics-pro-sdk)**<br>_Core SDK and components_ 38 - **[Vehicle Physics Sample Assets](https://vehiclephysics.repositoryhosting.com/trac/vehiclephysics_vehicle-physics-sample-assets)** branch **`master-sdk`** (not _master_)<br>_Basic resources, test vehicles, scenarios, audio, etc_ 39 39 40 40 }}}