Changes between Version 23 and Version 24 of WikiStart
- Timestamp:
- 2025-03-06 19:16:09 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v23 v24 7 7 ### **Unitypackage** 8 8 9 - **[Unitypackage downloads]( https://edy.repositoryhosting.com/webdav/edy_vehicle-physics-pro/)**9 - **[Unitypackage downloads](/webdav/vehiclephysics_vehicle-physics-pro/)** 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.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)** 19 19 20 This repository is a n Unity 3D project with demos and examples. Not to be imported into existing Unity projects.20 This repository is a working Unity project with demos and examples. <u>Not to be imported into other existing Unity projects</u>. 21 21 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.git24 $ git clone --single-branch --branch master --depth=1 ssh://git@vehiclephysics.repositoryhosting.com/vehiclephysics/vehicle-physics-pro.git 25 25 $ cd vehicle-physics-pro 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 - **[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)_ 42 42 43 43 }}}