Skip to main content

Introduction

Project 2 - Circus VR (Scare Co.)

Screen Shot 2021-10-17 at 4 21 23 PM

Overview

  • Coulrophobia is the official title for the fear of circuses, carnivals, and clowns. This space is a VR experience that attempts to address coulrophobia by putting users directly in a space that resembles their darkest fear. Users are able to walk around and interact with items and feel as though they are actually in a circus. This could help users to feel comfortable in this type of environment without actually physically being in the space.
  • As a user feel free to walk around the two floors and interact with items such as circus balls, swords, boxes, hotdogs, and tickets. Check out the various circus animals on the first floor and even try your hand on an elevated tight rope.

Getting Started

  • Follow the link to the Github Repository to build this project yourself! You can also download the .apk file to run on an Oculus here.
  • Download this project repository to your local machine using the following method:

    • Git clone the repository with git clone https://github.com/jacobdiaz/CS428-Project2-ScareCo.git
    • Download the zip file at https://github.com/jacobdiaz/CS428-Project2-ScareCo by going to the link clicking the code button then the "Download ZIP" button, then extract it.

Opening the downloaded project in the Unity software

Do not drag and drop this downloaded tutorial project into an existing Unity project. The downloaded tutorial project is a Unity project already and you should not nest a Unity project inside another Unity project. Follow the instructions below for opening this tutorial project within the Unity software.

Using the Unity Hub

  • Open the [Unity Hub] panel.
  • Click the Add Button.
  • Browse to the local directory where the repository was cloned/downloaded to and click Select Folder.
  • The tutorial project will now show up in the Unity Hub project window, so select Assets/Scenes/ScareCoOffices to open the project in the Unity software.

Running the ScareCoOffices Scene

  • After opening the ScareCoOffices scene make sure that the CameraRigs.SpatialSimulator in the scene hierachy is selected and the Camera.Rigs.UnityXR is not selected. This will insure that the project will be playable using the W,A,S,D and the mouse as controls.
  • Run the scene by clicking the play button in the top center of the window.
  • When building the project for VR make sure that the CameraRigs.SpatialSimulatorin the scene hierachy is not selected and the Camera.Rigs.UnityXR is selected.

Desktop Controls

    • W,A,S,D - Move around
    • Mouse/trackpad - Look around
    • Left mouse click - Pick up Item
    • Q - Teleport

Tillia Version

Screen Shot 2021-10-17 at 5 14 45 PM )