2019-06-29 17:04:23 +00:00
|
|
|
# Cylvision
|
|
|
|
Unity Adaptation of Cylvision
|
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-05 20:59:11 +00:00
|
|
|
# How to properly clone the repo
|
|
|
|
After you clone the repo. please execute
|
|
|
|
``` git submodule update --init --recursive ```
|
|
|
|
|
|
|
|
|
|
|
|
|