Unity3D Game Developer
Course Overview
Module 1 – Introduction to Unity3D
1. Basics of Unity Engine
2. Introduction to Unity Editor
3. Introduction to visual studio for scripting
Module 2 – Unity Intrface
1. Introduction to Unity Inspector
2. Introduction to Player Settings
3. Introduction to Game Object Heirarchy,Game View,Scene View
4 Introduction to Console,Project Tab
Module 3 – Script your first C# script
1. Introduction to data types
2. Understanding of built in classes and function in c#
3. Developing basic block of code to understand cycle
4. Understanding of error in C#
Module 4 – Game Physics,Lighiting,UI
1. Basics of built in physics component
2. Understanding of lighing types
3. Introduction to User Interface
4. Mapping code block to UI element for trigging interaction
Module 5 – SFX ,VFX and Animation
1. Introduction to Particle system
2. Introduction to Audio File and playback system
3. Introduction to Animator,Animation controller,Animation Events
4. Creating Player controller module
Module 6 – Game Optimisation
1. Introduction to Profiler
2. Introduction to logcat
3. Understanding of assets and their memory consumption
4. Understanding of Editor Log for build size optimization
Module 7 – Deployment
1. Generating build file for different platform
2. Understanding of signed build for android play store
3. Understanding of X code process to submit app on apple store