Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 2020-04-09 12:05:48 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 16 16 SSH: **`ssh://git@projects.edy.es/edy/vehicle-physics-pro.git`** 17 17 18 - This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects. 19 - Execute `git submodule update --init` after cloning this repo to initialize its submodules. 18 This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects. 19 20 To clone this repository and its submodules: 21 22 $ git clone --single-branch --branch master --depth=1 ssh://git@projects.edy.es/edy/vehicle-physics-pro.git 23 $ cd vehicle-physics-pro 24 $ git submodule update --init --recursive 20 25 21 26 #### Submodules 22 27 23 May be cloned separately to include specific parts of VPP in existing projects. 28 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. 24 29 25 - **[Common Tools Core](http://projects.edy.es/trac/edy_common-tools-core)** <br>Path: `Assets/Vehicle Physics Pro/Core/Common Tools Core`26 - **[Vehicle Physics Core](http://projects.edy.es/trac/edy_vehicle-physics-core)** <br>Path: `Assets/Vehicle Physics Pro/Core/Vehicle Physics Core`27 - **[Vehicle Physics Sample Assets](http://projects.edy.es/trac/edy_vehicle-physics-sample-assets)** <br>Path: `Assets/Vehicle Physics Pro/Core/Vehicle Physics Sample Assets`28 - **[Vehicle Physics Specialized Assets](http://projects.edy.es/trac/edy_vehicle-physics-specialized-assets)** <br>Path: `Assets/Vehicle Physics Pro/Core/Vehicle Physics Specialized Assets`30 - **[Common Tools Core](http://projects.edy.es/trac/edy_common-tools-core)** 31 - **[Vehicle Physics Core](http://projects.edy.es/trac/edy_vehicle-physics-core)** 32 - **[Vehicle Physics Sample Assets](http://projects.edy.es/trac/edy_vehicle-physics-sample-assets)** 33 - **[Vehicle Physics Specialized Assets](http://projects.edy.es/trac/edy_vehicle-physics-specialized-assets)** 29 34 30 35 }}}