top of page
VR PROJECT
Flight Attendant Simulator
To present the airplane safety measures, you will need to choreograph a routine on beat. Depending on your performance, points will be added at the end of the game.
GamePlay

parameters
Creation of character prefabs, each with a specific pose.
10 prefabs in total



Each prefab has two component spheres, and each of these component spheres has three colliders of different sizes. When the player's hand collides with one of the colliders, it increments their score.


If the collision occurs with the smallest collider, it is considered a perfect pose, etc.




I have created a prefab manager that spawns prefabs one after another in a list after a certain time interval.
This allows versatility in the desired dance movements.
bottom of page