Back To Home Page
đŽ Game Development with Unity
Total Duration: 3 Free Classes
Age Group: 12 Years and Above
đŽ Class 1: Introduction to Unity & Your First Scene
Pre-requisite:
Basic computer knowledge, familiarity with video games.
Activity:
Explore Unity interface, create a 2D project, add and position game objects like player and background.
Learning Outcome:
Understand Unity interface, scenes, object placement and scaling.
Home Task:
Add two new objects (like sun/cloud) and position them. Watch a tutorial on Unity Game Objects.
đšī¸ Class 2: Adding Movement â Making the Game Come Alive
Pre-requisite:
Completed Class 1 with a custom scene setup.
Activity:
Add Rigidbody2D, implement player movement using arrow keys, test in Play Mode.
Learning Outcome:
Learn basic scripting and physics in Unity. Create and test movement.
Home Task:
Customize player sprite and speed, add an obstacle to the game scene.
đ§ Class 3: Gameplay Logic â Score and Collectibles
Pre-requisite:
Completed Class 2 with working player movement.
Activity:
Add collectibles, write scripts for scoring on collision, display score with UI text.
Learning Outcome:
Write logic using C# scripts, use tags and UI for feedback and interactivity.
Home Task:
Add 5 collectibles, update score system, design a game name and logo idea.