labstreaminglayer / LSL4Unity

A integration approach of the LabStreamingLayer Framework for Unity3D
Other
83 stars 38 forks source link

Refactor as custom package #44

Closed cboulay closed 2 years ago

cboulay commented 2 years ago

This refactors LSL4Unity as a Unity Custom Package that can be installed using the Editor's integrated package manager.

Once the package is installed, it is also possible to install "Samples". Here we provide 3 samples. The first 2 are simple examples of an inlet and an outlet using only LSL.cs. The third is a slightly more complicated yet robust (functionally) example that leverages the Utilities provided in the LSL4Unity namespace.

cboulay commented 2 years ago

Duh. I forgot I already opened a PR for this.