Skip to content

Commit

Permalink
Update 2.1_Sample_Scenes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iuli4n committed Jan 31, 2023
1 parent 7edd2c1 commit 5d99267
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/2.1_Sample_Scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,14 @@

4. Now you are ready to run this through Unity. Follow the instructions below about running in single or multi player. Suggestion: First run this in the Unity Editor just to see if the Unity-Arduino connection works properly; then deploy to other devics.

**Known bugs**:
## **Known bugs**:

* You will get a runtime error about object menu not being found; this is because this is a simple scene without object menu.
* In the gameview, the player starts slightly on the right of the main scene objects. You'll need to look around to find the objects.
* You may have trouble clicking on things with the right hand. There's a bug related to the wrist position. If you have trouble, point your wrist upward, or use your left hand.
* You may get a runtime error about object menu not being found; this is because this is a simple scene without object menu.
* There is an issue when sending too much continuous data from Unity to Arduino, whereby the Arduino doesn’t receive data properly so Unity-generated sensor values may be lost or may be received as wrong values (super big or low). So your changes to C3 might not always register on the Arduino if you send too much at once. The connection from Arduino to Unity seems not affected by this.
* Sometimes Unity hangs on start. Just restart.
* There are some warnings at the start of the project, you can ignore them.


# Deployment Instructions For All Scenes
Expand Down

0 comments on commit 5d99267

Please sign in to comment.