2019-07-05 20:57:42 +00:00
|
|
|
# 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)
|
|
|
|
|
2019-07-06 12:17:02 +00:00
|
|
|
# Recommended IDE
|
|
|
|
- rider by jetbrains if available
|
|
|
|
- Visual Studio 2017 + ReSharper
|
|
|
|
|
|
|
|
# Build Pool
|
2019-07-06 12:17:18 +00:00
|
|
|
Access my [NAS](http://quickconnect.to)
|
2019-07-06 12:18:08 +00:00
|
|
|
QuickConnectID: gyudon
|
2019-07-06 12:17:18 +00:00
|
|
|
Name: cylvester
|
|
|
|
Pass: dortmund
|
2019-07-06 12:17:02 +00:00
|
|
|
|
2019-07-05 20:59:11 +00:00
|
|
|
# How to properly clone the repo
|
|
|
|
After you clone the repo. please execute
|
2019-07-05 20:59:48 +00:00
|
|
|
|
2019-07-05 20:59:11 +00:00
|
|
|
``` git submodule update --init --recursive ```
|
|
|
|
|
2019-07-05 20:59:48 +00:00
|
|
|
This will recursive clone all submodules from the github.
|
2019-07-05 20:59:11 +00:00
|
|
|
|
|
|
|
|