Changes between Version 23 and Version 24 of WikiStart


Ignore:
Timestamp:
2025-03-06 19:16:09 (3 weeks ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v23 v24  
    77### **Unitypackage** 
    88 
    9 - **[Unitypackage downloads](https://edy.repositoryhosting.com/webdav/edy_vehicle-physics-pro/)** 
     9- **[Unitypackage downloads](/webdav/vehiclephysics_vehicle-physics-pro/)** 
    1010- Log-in with your VPP credentials. 
    1111- Download and import into Unity 3D. 
     
    1414### **GIT repository** 
    1515 
    16 - SSH: **`ssh://git@projects.edy.es/edy/vehicle-physics-pro.git`** 
    17 - HTTP: **`http://projects.edy.es/git/edy/vehicle-physics-pro.git`** 
    18 - **[Browse repository](http://projects.edy.es/trac/edy_vehicle-physics-pro/browser)** 
     16- SSH: **`ssh://git@vehiclephysics.repositoryhosting.com/vehiclephysics/vehicle-physics-pro.git`** 
     17- HTTP: **`https://vehiclephysics.repositoryhosting.com/git/vehiclephysics/vehicle-physics-pro.git`** 
     18- **[Browse repository](/trac/vehiclephysics_vehicle-physics-pro/browser)** 
    1919 
    20 This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects. 
     20This repository is a working Unity project with demos and examples. <u>Not to be imported into other existing Unity projects</u>. 
    2121 
    2222To clone this repository and its submodules: 
    2323 
    24                 $ git clone --single-branch --branch master --depth=1 ssh://git@projects.edy.es/edy/vehicle-physics-pro.git 
     24                $ git clone --single-branch --branch master --depth=1 ssh://git@vehiclephysics.repositoryhosting.com/vehiclephysics/vehicle-physics-pro.git 
    2525                $ cd vehicle-physics-pro 
    2626                $ git submodule update --init 
     
    3535May 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. 
    3636 
    37 - **[Common Tools Core](http://projects.edy.es/trac/edy_common-tools-core)**<br>_Generic tools, scripts, and components (required)_ 
    38 - **[Vehicle Physics Core](http://projects.edy.es/trac/edy_vehicle-physics-core)**<br>_VPP Core SDK and components (required)_ 
    39 - **[Vehicle Physics Sample Assets](http://projects.edy.es/trac/edy_vehicle-physics-sample-assets)**<br>_Basic resources, test vehicles, scenarios, audio, etc_ 
    40 - **[Vehicle Physics Specialized Assets](http://projects.edy.es/trac/edy_vehicle-physics-specialized-assets)**<br>_Advanced features and components: automation, special vehicles, advanced suspension, motion platforms, etc_ 
    41 - **[Vehicle Physics Common](http://projects.edy.es/trac/edy_vehicle-physics-common)**<br>_Common engine-independent framework (required in the_ develop _branch only)_ 
     37- **[Common Tools Core](/trac/vehiclephysics_common-tools-core)**<br>_Generic tools, scripts, and components (required)_ 
     38- **[Vehicle Physics Core](/trac/vehiclephysics_vehicle-physics-core)**<br>_VPP Core SDK and components (required)_ 
     39- **[Vehicle Physics Sample Assets](/trac/vehiclephysics_vehicle-physics-sample-assets)**<br>_Basic resources, test vehicles, scenarios, audio, etc_ 
     40- **[Vehicle Physics Specialized Assets](/trac/vehiclephysics_vehicle-physics-specialized-assets)**<br>_Advanced features and components: automation, special vehicles, advanced suspension, motion platforms, etc_ 
     41- **[Vehicle Physics Common](/trac/vehiclephysics_vehicle-physics-common)**<br>_Common engine-independent framework (required in the_ develop _branch only)_ 
    4242 
    4343}}}