Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 2020-03-31 19:54:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 10 10 - Log-in with your VPP credentials. 11 11 - Download and import into Unity 3D. 12 - Read the Readme PDFfor instructions on configuring the Unity Project Settings.12 - Read the **Readme PDF** file for instructions on configuring the Unity Project Settings. 13 13 14 14 ### **GIT repository** 15 15 16 - SSH: **`ssh://git@projects.edy.es/edy/vehicle-physics-pro.git`**<br>_This repository is an Unity 3D project. Not to be included in existing Unity projects.<br>Use the submodules below to include specific parts of VPP in existing projects._ 16 SSH: **`ssh://git@projects.edy.es/edy/vehicle-physics-pro.git`** 17 17 18 - ZIP snapshot: Open the **[Revision list](http://projects.edy.es/git/edy/vehicle-physics-pro.git/shortlog/refs/heads/master?js=1)**, then click the top **zip** link.<br>_Submodules are not included in the zip. They must be downloaded separately (links below)._ 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 the submodules. 19 20 20 21 #### Submodules 22 23 May be cloned separately to include specific parts of VPP in existing projects. 21 24 22 25 - **[Common Tools Core](http://projects.edy.es/trac/edy_common-tools-core)**<br>Path: `Assets/Vehicle Physics Pro/Core/Common Tools Core`