top of page

Microscope VR Training

The geological department wants us to make a VR training simulation of a large and complicated Microscope machine.
Overview
Platform: VR
Tools: Unreal Engine 5, Meta Quest 3
Duration: August 2024 - Current
Team Size: 5
Role: Unreal Engineer
All Code Snippets
Gameplay Engineer
-
Design and implement game mechanics
Multi-Interaction Object
Object With Multiple Pieces

The microscope that the users will be training with has many unique pieces. I have developed a system for storing multiple pieces of data for multiple meshes.
Task Manager

The user will go through a series of tasks to complete a learning module. I've implemented a system that handles moving through a set of tasks.
What I Learned
-
The systems for this project are meant to be used for many different use cases. I learned to create the system in a non-specific way so that it can be filled with any type of data no matter the circumstance.
bottom of page