Inspiration
Physics is often difficult for students to grasp because concepts like inertia and force vectors are invisible in the real world. I wanted to move beyond 2D textbook diagrams and use immersive technology to make these abstract concepts tangible. My goal was to build a bridge between theory and reality, allowing students to "feel" the physics rather than just memorize equations.
What it does
Newton's Laws of Motion VR is a complete educational loop on the Meta Quest 3 that takes the user from a virtual classroom to an interactive physics playground.
The Workflow: The experience begins with a Main Menu hub where users use Ray interactions (Index Trigger) to select between the three laws. Each law offers two distinct modes:
Lecture Mode (The Theory): Users are transported to a beautiful virtual theater. Sitting in a comfortable seat, they watch curated 2D educational videos explaining the specific law. I implemented a wrist-menu system (toggled by the 'B' button) allowing users to Pause, Play, or Quit back to the hub at any time.
Practice Mode (The Experiment): This is where the magic happens. I created three unique environments to gamify each law:
1st Law (Inertia) - The Football Ground: Users enter a stadium environment. Guided by voice-overs and UI panels, they learn to move using thumb sticks . Task: Grab a football using the grip and throw it using a natural arm swing. Lesson: Users observe how friction and air resistance eventually stop the ball, countering its inertia.
2nd Law (F=ma ) - The Parking Lot: S et in an apartment complex, users interact with a physics cart. Task: Users modify variables via a UI panel—adding mass (objects) to the cart or changing the floor surface (Ice, Grass, Road).Lesson: Pushing the cart demonstrates how increased mass reduces acceleration and how different surfaces apply friction.
3rd Law (Action & Reaction) - The Shooting Arena: Users enter a target practice range. Task: Locate and grab a gun using the Grip button, then fire projectiles (bullets/balls) by pressing the Index Trigger. Lesson: As the projectile shoots forward (Action), the users observe the gun's recoil (Reaction).
How I built it
I developed the project using Unity and C#, leveraging the Meta All-in-One SDK (Interaction SDK) to handle complex inputs.
Interactions: I utilized Ray Interactors for UI navigation and Direct Interactors (Grabbing/Throwing) for the physics objects.
Physics Engine: I relied heavily on Unity's Rigidbody and Physics Materials authentically.
Guidance System: I built a robust system using Canvas UI panels and Audio Sources to ensure the user is never lost, guiding them step-by-step through every action.
Challenges I ran into:
One of the main technical challenges was synchronizing the guidance system. Since my tutorial follows a strict sequence (Welcome -> Move -> Grab->Throw ->Observe), I had to write complex event handlers to ensure the next UI panel and Voiceover triggered only after the user successfully completed a specific action.
Accomplishments that I am proud of
Most importantly, this is my first full-fledged VR project that I developed entirely single-handedly. I am proud that I effectively gamified all three laws into distinct, functioning environments. Successfully implementing a dual-mode system (Lecture vs. Practice) ensures that I cater to different learning styles. I am also proud of the polished "onboarding" experience—using synchronized Voice and UI to teach users how to move and grab before asking them to perform physics tasks.
What I learned
I learned a significant amount about the Meta Interaction SDK and how to handle scene transitions efficiently in VR. I also learned the importance of audio cues; voice guidance proved essential in helping users understand what to do next without taking off the headset.
What's next for Newton's Laws of Motion VR
Hand Tracking: Moving away from controllers to full hand-tracking for a more natural interaction.
Multiplayer Classrooms: Allowing a teacher to join the room and guide a group of students through the experiments simultaneously.
More Content: Expanding the curriculum to include optics and electromagnetism.
Built With
- android
- c#
- figma
- meta
- quest
- unity
- virtualreality
- visual-studio
- voice

Log in or sign up for Devpost to join the conversation.