Orbit VR is a VR game designed to teach elementary school students about the lives of astronauts on the ISS. Players will get to navigate an accurate model of the ISS and interact with various activies to learn how astronauts work without gravity. They will even get to go outside for a spacewalk!
My main role on the project was developing systems using Unreal's blueprints to help guide the players through the activities on the station. The first system I created was an interaction system. By holding down a button, players could activate a pointer on their controller. They could then point at various objects on the station to activate them. I also created a task system which would provide players a todo list of tasks they have to complete. Creating this system required me to make a simple interface so my teammates could easily integrate the activities they created.