PhysioLabXR / PhysioLabXR-Community

GNU General Public License v3.0
31 stars 13 forks source link

Fix: Motor Imagery Example Unity Demo Balance Ball, LSL Inlet Stream #138

Open UdaiLaith opened 4 months ago

UdaiLaith commented 4 months ago

Hi all,

I was setting up the Unity Balance Ball Demo with PhysioLabXR and noticed I wasn't able to play the game as the Inlet LSL Stream was throwing an error.

The inlet Stream was named incorrectly, renaming it fixed it.

Here's how you can rename it:

In the Hierarchy Manager choose NetworkController (under Assets -> Scenes -> GameMenu). image

image

In the Inspector you can configure the LSL Inlet and Outlet. Somehow, the inlet Stream name was set to "geryInference" instead of "MotorImageryInference".
image

Not sure if I did a typo when I loaded in the project in Unity or if it was there from the beginning, but in case someone else runs into the issue when doing the Motor Imaginary tutorial, that fixed it.

Best regards, Udai