Emotiv / cortex-example

Example with Cortex V2/V3 API
https://emotiv.com
MIT License
202 stars 115 forks source link

Setting up with Unity #65

Closed Paulhb7 closed 4 years ago

Paulhb7 commented 4 years ago

Hello, As I am a beginner in Unity and C#, I would like to know how it was possible to setup Cortex in Unity. Thanks !

nguoithichkhampha commented 4 years ago

@Paulhb7 , cortex run as the service so, you don't need setup anything. To develop your app in Unity, you can try refer our C# example. The basic idea is create a socket client in Unity and connect to Cortex.

Paulhb7 commented 4 years ago

Thanks ! I'll try it