ScioXR is a platform for created content in VR. The visual programming language is inspired by Scratch.
- Download and install Unity 2020.2.1 (throught Unity Hub or as a Unity Standalone)
- Download this project repository to your local machine using one of the following methods:
- Git clone the repository with
git clone https://github.com/FlatHillGames/ScioXR.git
- Download the zip file at
https://github.com/FlatHillGames/ScioXR/archive/master.zip
and extract it.
- Git clone the repository with
- Open the Unity Hub
- Click the
Add
Button - Browse to the local directory where the repository was downloaded and unpacked and click
Select Folder
: - The ScioXR project will now show up in the Unity Hub project window, so select it to it will open in the Unity software:
- Select
Main Menu -> File -> Open Project
within the Unity software. - Browse to the local directory where the repository was downloaded and unpacked and click
Select Folder
. - The ScioXR project will now open within the Unity software.
- Open the
Assets/Scenes/Main
scene. - Play the scene in the Unity Editor (
CTRL
+P
).
For details about collaborating on the project please read the Collaboration Guide