Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sealfoss authored Aug 21, 2019
0 parents commit 66e0f30
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# BlocksSimulatorDistribution
Distribution Repo for Blocks Simulator

Move around with the left joy stick.
Turn with the right joy stick.
Jump by pressing the left joy stick like a button.
Press and hold the grip button to grab a block.
You may snap blocks to the floor pieces, or to each other by holding one in each hand.
To detach a block, grab the block and pull the trigger.

Exit with the big red button.
If selected with the switch next to the button, a .obj will be exported to /sdcard/ on the quest.
Due to a bug with the Quest (per John Carmack on Twitter), you may not be able to see exported
files in your files explorer. If this happens, you'll need to use adb from a command line in
order to access the files. Commands are as follows:

To view the files in /sdcard/:

adb ls /sdcard/

To pull a file from the device to your computer:

adb pull /sdcard/<filename.obj>

You can also use the adb shell to access these files, but I don't recommend it for the
uninitiated.

0 comments on commit 66e0f30

Please sign in to comment.