Update README.md

This commit is contained in:
Chikashi Miyama 2019-09-29 22:32:39 +02:00 committed by GitHub
parent 325295a089
commit 4d7d3e898e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
All developers have to use the following version of software All developers have to use the following version of software
- Unity 2018.4.3f1 (LTS) - Unity 2018.4.3f1 (LTS)
- Microsoft Visual Studio Commmunity 2017. version 15.9.13 - Microsoft Visual Studio Commmunity 2017. version 15.9.13
- Pure Data 0.49.1 64 bit(Install via installer) - Pure Data 0.49.1 **64 bit** (Install via installer)
# Recommended IDE # Recommended IDE
- rider by jetbrains if available - rider by jetbrains if available
@ -21,4 +21,14 @@ After you clone the repo. please execute
This will recursive clone all submodules from the github. This will recursive clone all submodules from the github.
## PdBackend
The unity project contains a pd binary under StreamingAssets folder
PdBackend.cs monobehaviour automatically launches the Pd process when the game is started.
To use this Features PdBackend should exist in the scene.
## shmem
The Unity project access the Arrays in Pd patch via shmem (Shmem) object