The Course material needed for this project can be downloaded from the below link
https://drive.google.com/file/d/1c9rU...
Unity Installation Session Summary
Introduction to Unity
Unity is a game engine used for 2D/3D games, interactive applications, and animated films.
Uses C# for scripting.
Tools Needed
Unity (via Unity Hub)
Code Editor: Visual Studio Code
Creating a Unity Account
Go to unity.com → Click "Login" → Create Unity ID
Confirm via email → Sign in to Unity Hub
Installing Unity Hub
Download from unity.com
Run the installer → Accept terms → Finish installation
Setting Up Unity Hub
Sign in with Unity ID
Choose Personal License (free for hobbyists and students)
Set custom install paths via Preferences:
Install Unity Editor in D: drive
Save projects in E: drive
Installing Unity Editor
Choose latest version (e.g., 2022.3 LTS)
Select build support options:
Android
iOS
WebGL
Installation may take 30–45 minutes (approx. 15GB)
Installing Visual Studio Code (VS Code)
Download from code.visualstudio.com
Install with all checkboxes selected (Add to PATH, desktop icon, etc.)
Setting Up VS Code for Unity
Install extensions:
C# Extension (by Microsoft)
Optional: Monokai Pro theme for better syntax visuals