No description
Find a file
2019-09-30 10:32:53 +02:00
docs add doc for pd backend 2019-09-30 10:32:22 +02:00
pdshmem@3c6358b97a update pdshmem 2019-07-15 21:01:18 +02:00
setup add example1 2019-08-17 17:47:01 +02:00
UnityProject add doc for pd backend 2019-09-30 10:32:22 +02:00
.gitattributes close #28 2019-09-28 20:17:39 +02:00
.gitignore add setup 2019-07-13 20:44:50 +02:00
.gitmodules change the name of project folder + import submodule 2019-07-06 14:50:40 +02:00
Jenkinsfile fix 2019-07-15 21:18:53 +02:00
LICENSE.md typo 2019-07-05 23:04:49 +02:00
README.md Update README.md 2019-09-29 22:32:39 +02: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 64 bit (Install via installer)

Recommended IDE

  • rider by jetbrains if available
  • Visual Studio 2017 + ReSharper

Build Pool

Access my NAS
QuickConnectID: gyudon
Name: cylvester
Pass: dortmund

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.

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