Module 1: Introduction to Game Development
Module 2: Unity Interface and Basics
Module 3: Introduction to C# Programming for Unity
Module 4: Physics and Movement
Module 5: 2D Game Development
Module 6: 3D Game Development
Module 7: User Interfaces and Game Mechanics
Module 8: Animation and Visual Effects
Module 9: Sound Design and Implementation
Module 10: Building and Deploying Your Game
Module 11: Advanced Topics and Next Steps

2.5 Understanding the Play Mode

The Play Mode allows you to test your game in real time.

  • Click the Play button at the top of the Unity Editor to enter Play Mode.
  • Interact with your scene and observe how objects behave.
  • Make changes during Play Mode, but remember they won’t persist after you exit Play Mode.

Tips:

  • Use Play Mode often to test small changes in your game mechanics.
  • Watch the Console for any errors or warnings during gameplay.

Activity: Enter Play Mode and watch the cube fall onto the plane. Modify its Rigidbody properties (e.g., increase mass or drag) and see how it affects movement.