14 lines
403 B
Markdown
14 lines
403 B
Markdown
# The development environment
|
|
All developers have to use the following version of software
|
|
- Unity 2018.4.3f1 (LTS)
|
|
- Microsoft Visual Studio Commmunity 2017. version 15.9.13
|
|
- Pure Data 0.49.1 (Install via installer)
|
|
|
|
# How to properly clone the repo
|
|
After you clone the repo. please execute
|
|
|
|
``` git submodule update --init --recursive ```
|
|
|
|
This will recursive clone all submodules from the github.
|
|
|
|
|