Unity Game Development: Make Professional 3D Games
Unity Game Development: Make Professional 3D Games, available at $69.99, has an average rating of 4.37, with 153 lectures, 5 quizzes, based on 1290 reviews, and has 10270 subscribers.
You will learn about Learn To Code in C# Develop strong and transferrable problem solving skills Understand the capabilities of game development using Unity Gain an excellent knowledge of game creation Learn how object oriented programming works in practice Create Stunning 3D Games This course is ideal for individuals who are Anyone Who Wants To Learn Game Development But Does Not Know Where To Start or Beginners with no coding experience or Programmers who want to learn game development or Experienced Game Developers It is particularly useful for Anyone Who Wants To Learn Game Development But Does Not Know Where To Start or Beginners with no coding experience or Programmers who want to learn game development or Experienced Game Developers.
Enroll now: Unity Game Development: Make Professional 3D Games
Summary
Title: Unity Game Development: Make Professional 3D Games
Price: $69.99
Average Rating: 4.37
Number of Lectures: 153
Number of Quizzes: 5
Number of Published Lectures: 151
Number of Published Quizzes: 5
Number of Curriculum Items: 158
Number of Published Curriculum Objects: 156
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn To Code in C#
- Develop strong and transferrable problem solving skills
- Understand the capabilities of game development using Unity
- Gain an excellent knowledge of game creation
- Learn how object oriented programming works in practice
- Create Stunning 3D Games
Who Should Attend
- Anyone Who Wants To Learn Game Development But Does Not Know Where To Start
- Beginners with no coding experience
- Programmers who want to learn game development
- Experienced Game Developers
Target Audiences
- Anyone Who Wants To Learn Game Development But Does Not Know Where To Start
- Beginners with no coding experience
- Programmers who want to learn game development
- Experienced Game Developers
Enroll Now And Become A Professional 3D Game Developer!
This is the most comprehensive online course that will take you from beginner to creating stunning 3D games in Unity Game Engine!
The course is completely project based, and we are going to create 5 3D games from scratch using Unity Game Engine.
We will start with simple things so you will be comfortable even if you are using Unity for the first time. This also applies to your coding skills, if you did not code before, don’t worry, we will deeply cover C# from basic to advanced features.
I took advantage of my 2 years of online teaching experience and have structured this course in a professional way. I had beginners and intermediate game developers on my mind when I structured this course, so it will not only give you all the information you need as a beginner, but it will also teach you advanced game development techniques if you already know how to make games. Every section in the course starts with basic information about the specific topic, and slowly progresses in difficulty as we finish every video.
You will also benefit from my super fast response if you have any issue that you are stuck with(I check Udemy forums every day if someone posts a question). Oh and all the students taking the course will also be there to help you!
Some of the things you will learn in the course:
- Unity’s interface
- Importing Assets
- Organizing The Project
- Basic, Intermediate And Advanced C# Programming
- Basic AI(Artificial Intelligence)
- Advanced AI(Artificial Intelligence)
- Path Finding
- Nav Mesh Agent
- Basic And Advanced Character Animations
- Camera Animations And Cutscenes
- Sound FX And Music
- Basic, Intermediate And Advanced Particle FX
- Melee Battle Systems
- Boss Fights
- Special In Game Attacks
- Procedural Level Generation
- Pooling Techniques
- Learn How To Use Unity’s UI System
- Create And Animate Menus
- Create Animation Trigger Events With Mecanim And Output Plugin
That And Much More Is Awaiting You In This Course
If You ever had an idea for an awesome game, then enroll in this course and learn the tools that you need to develop Your next hit game!!!
What Is Your Risk By Taking This Course?
Nothing!! If you are not satisfied with the course, I promise I will give you a full refund of your money NO questions asked!!
Enroll Now!! You Will Not Be Disappointed!!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction And Course Overview – PLEASE DON'T SKIP THIS VIDEO
Lecture 2: Downloading Unity
Lecture 3: Installing Unity And Taking A Look At Its Interface
Lecture 4: Pumpkins And Golems: Your First Unity 3D Game
Chapter 2: Learn To Code In C#
Lecture 1: Introduction To Variables
Lecture 2: Operations With Variables
Lecture 3: Functions
Lecture 4: Conditional Statements
Lecture 5: Loops
Lecture 6: Arrays
Lecture 7: Arrays And Functions
Lecture 8: Classes And Objects
Lecture 9: Constructors
Lecture 10: Passing Values And References To Function Parameters
Lecture 11: Data Encapsulation
Lecture 12: Inheritance
Lecture 13: Monobehaviour
Lecture 14: Static Variables And Functions
Lecture 15: Coroutines
Lecture 16: Delegates
Lecture 17: Enumerations
Lecture 18: Arrays And Lists
Chapter 3: Awesome Runner – Unity 3D Infinite Runner Game
Lecture 1: Awesome Runner Game Preview
Lecture 2: Importing Our Assets
Lecture 3: Unity Interface, Build Settings And Layouts
Lecture 4: Models, Shaders, Lightning And Prefabs
Lecture 5: Level Generator Part 1
Lecture 6: Level Generator Part 2
Lecture 7: Level Generator Part 3
Lecture 8: Adding Player In Our Scene
Lecture 9: Player Movement And Camera Follow Player
Lecture 10: Player Jump
Lecture 11: Double Jump
Lecture 12: Player Animation
Lecture 13: Introduction To Particle System
Lecture 14: Foot Smoke Particle Effect
Lecture 15: Player Foot Smoke
Lecture 16: Foot Sounds And Animation Triggers
Lecture 17: Adding A Background In Our Game And Using Multiple Cameras
Lecture 18: Infinite Level Effect
Lecture 19: The Collector Script
Lecture 20: Adding Monsters In Our Game
Lecture 21: Creating Bullets
Lecture 22: Monster Script
Lecture 23: Death Particle Effect
Lecture 24: Destroying The Monster
Lecture 25: Player Shooting
Lecture 26: Health Collectable And Physics Material
Lecture 27: Level Generator Pooling
Lecture 28: Spawning Monsters And Collectables
Lecture 29: Unitys UI System
Lecture 30: Creating Main Menu Scene
Lecture 31: UI Anchor Points
Lecture 32: Animating UI Elements
Lecture 33: Detecting Button Touches
Lecture 34: Creating Our Gameplay UI
Lecture 35: Singletons
Lecture 36: GameManager, GameplayController And Checking Which Scene Was Loaded
Lecture 37: GameplayController
Lecture 38: Score System And Player Died System
Lecture 39: Pause Panel
Lecture 40: Playing Music In Our Game
Lecture 41: Shoot Button And Jump Button
Chapter 4: Animations in unity
Lecture 1: Importing Assets And Creating Animations
Lecture 2: Animator Controller
Lecture 3: Animation Transitions
Lecture 4: Multiple Transition Conditions
Lecture 5: Jump Animation
Chapter 5: Puzzle Ball – Unity 3D Game
Lecture 1: Puzzle Ball Game Preview
Lecture 2: Importing Assets And Organizing The Project
Lecture 3: Creating Our Main Menu
Lecture 4: Camera Script
Lecture 5: Finishing Camera Script
Lecture 6: Ball Script
Lecture 7: Getting Balls Direction
Lecture 8: Camera Relative Position
Lecture 9: Moving The Ball
Lecture 10: Drag And Air Speed
Lecture 11: Finishing Balls Movement
Lecture 12: Creating Our First Level
Lecture 13: Rescaling The Ball
Lecture 14: Finishing Level1
Lecture 15: Ball Roll Sound
Lecture 16: Sound Volume Based On Collision
Lecture 17: Importing Level 2
Lecture 18: Finishing Level 2
Lecture 19: Level 3 Introduction
Lecture 20: Finishing Level 3
Lecture 21: Level 4 Introduction
Lecture 22: Enemy Ball AI
Instructors
-
Awesome Tuts
Anyone Can Learn To Make Games
Rating Distribution
- 1 stars: 19 votes
- 2 stars: 15 votes
- 3 stars: 85 votes
- 4 stars: 377 votes
- 5 stars: 794 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024