Version 23 (modified by edy, 3 weeks ago) (diff) |
---|
Vehicle Physics Pro - Enterprise
Development project for Unity 3D including source code, examples and development resources.
Unitypackage
- Unitypackage downloads
- Log-in with your VPP credentials.
- Download and import into Unity 3D.
- Read the Readme PDF file for instructions on configuring the Unity Project Settings.
GIT repository
- SSH:
ssh://git@projects.edy.es/edy/vehicle-physics-pro.git
- HTTP:
http://projects.edy.es/git/edy/vehicle-physics-pro.git
- Browse repository
This repository is an Unity 3D project with demos and examples. Not to be imported into existing Unity projects.
To clone this repository and its submodules:
$ git clone --single-branch --branch master --depth=1 ssh://git@projects.edy.es/edy/vehicle-physics-pro.git
$ cd vehicle-physics-pro
$ git submodule update --init
To update the project to the most recent version:
$ git pull --recurse-submodules
$ git submodule update --init
Submodules
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.
- Common Tools Core
Generic tools, scripts, and components (required) - Vehicle Physics Core
VPP Core SDK and components (required) - Vehicle Physics Sample Assets
Basic resources, test vehicles, scenarios, audio, etc - Vehicle Physics Specialized Assets
Advanced features and components: automation, special vehicles, advanced suspension, motion platforms, etc - Vehicle Physics Common
Common engine-independent framework (required in the develop branch only)