Instructions - Installation

(Back to instructions)

How to purchase

Evryway Visualiser is currently available via Itch.io.

And now - Evryway Visualiser is available on Oculus App Lab Too! AppLab Widget


How to install

Install thru Oculus App Lab

If you have purchased directly from the Oculus store, you should already have the app on your device. Congratulations, and thanks for your purchase!


Install thru Itch.io

Your Itch purchase will come with an Oculus App Lab Key. This is the simplest way to install the app.

Go to the Itch.io site, and browse to the “Download” link for Visualiser.

Key From Itch1

Click the “Get Oculus Key” button

Key From Itch2

take a copy of the 25-letter key that appears.

Next, go visit the Oculus Redeem Code page, and enter the key.

Key From Itch3

You should now have the app installed via App Lab.


Install the APK from Itch using SideQuest

Ensure you’ve got the latest version of SideQuest installed.

If you have already downloaded the APK from Itch.io, you can manually install it via Sidequest.

browse to the APK in Windows Explorer, and drag it on to the SideQuest window.

install sidequest

If you don’t have a local copy already, you can grab it while in Sidequest.

Sidequest app link

If you have claimed your key on Itch, you can click the “Update On Itch” button in Sidequest. If you’re on the latest version you may see “Buy on Itch” or “View On Itch” instead.

install via itch1

Next, click “Download”

install via itch1

then pick the latest release APK. SideQuest will download and install it for you.

install via itch2

If you don’t see the “Download” button on the Itch.io page, and you’ve already claimed a valid download key, make sure you’re logged in to Itch.Io while in Sidequest. You don’t ever need to purchase more than once!

Via ADB

You’ll need ADB installed and on your path.

Open up a command prompt in windows.

Check ADB is recognising your device by typing

’’’ adb devices ‘’’

if nothing appears, check your Quest is connected via a USB cable. Make sure you’ve only got one device connected.

Once your Quest is connected, use ADB to install Evryway Visualiser:

’’’ adb install -r path_to_your_downloads/com.Evryway.EvrywayVisualiser_Release.apk ‘’’ — (Back to instructions)