Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
2020-04-09 12:05:48 (4 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    1616SSH: **`ssh://git@projects.edy.es/edy/vehicle-physics-pro.git`** 
    1717 
    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. 
     18This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects. 
     19 
     20To 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 
    2025 
    2126#### Submodules 
    2227 
    23 May be cloned separately to include specific parts of VPP in existing projects. 
     28May 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. 
    2429 
    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)** 
    2934 
    3035}}}