Unity 2D With C# - Complete Game Development Course

Udemy Unity 2D With C# - Complete Game Development Course

Register & Get access to index
4858030-3f67-3.jpg


Create the complete 2D survival game in Unity with C#. Learn game development patterns. Become an Indie developer.
0.0 | (0 ratings) | 38 students | Author: Eincode by Filip JergaFilip Jerga
Course Duration:


29 sections • 186 lectures • 24h 17m total length




What you'll learn:

  • Get an understanding of game development in practical and fun way.
  • Create a complete game that will shine in your portfolio.
  • Use gained knowledge to start creating Indie games.
  • Establish yourself in the field of the exciting game development.


Requirements:

  • Base knowledge of C# and Unity - The course doesn't cover basics


Description:



What is Unity?Unity is a cross-platform game engine. The Unity editor is supported on Windows, macOS, and the Linux platform. In contrast, the engine currently supports building games for over 25 platforms, including mobile, desktop, consoles, and virtual reality.What are we going to build?The course covers the development of one production-ready game. The type of game is 2D survival with a top-down view.Project - Undead SurvivalThe main effort of this course is to show the viewer how to build a complete game from scratch. The game's goal is to survive as long as possible with infinite waves of enemies coming at the game protagonist.The most important parts of the course are:Scriptable ObjectsScriptable objects will be essential in creating the Statemachine, Ability system, and Action delegation. Scriptable objects make the project reusable and modular.State MachineStatemachine is the brain of the AI system. Every NPC can have different states (run, attack ...), while only one state can be active at a time. Every state can have multiple actions. Action is the behavior.For example, the Enemy has a "Patrol" state. A patrol state can have two actions. One action is to provide movement to the enemy. Another action is to change the animation of the enemy to the walk.The third component of the Statemachine is a condition. Condition is a boolean statement. When the statement or multiple statements are resolved as "true" the current state can be transited to the new one.For example, if an enemy is in the "patrol" state and the "spot player condition" is resolved as "true", then an enemy can go to the "attack" state.Enemies will have a straightforward state machine. More complex state machines will be applied to boss entities.Ability SystemA player and enemies can have different abilities. Each ability has stats, such as damage, cooldown, range, effect, and many others. Each ability is created as a scriptable object, which can be easily reused and changed to the required needs. There are two main types of abilities, passive and active ones. Passive ones are the abilities that are played automatically at a specific interval. Active ones need to be activated by some external input, such as a key-stroke of the player.Other PartsThe course also covers other essential topics such as the spawning mechanism for the enemies, the UI system to display applied damage, game time, and other vital stats. There is also damage and health system. Next, the course covers the creation of the start/options menu with the options to navigate and choose different protagonists. The game is finished when the hero dies. When this happens, the score screen is displayed, and the game can be replayed infinitely.Many other smaller topics will be covered in the course.Main GoalThe main goal of the course is to teach how to create reusable systems that can be used in different games. The course focuses on the reusability of each component.


Who this course is for:

  • Anybody interested in Game Development and Coding
  • People looking for a practical game development guide.
  • This course is for everyone eager to understand how to build a game from scratch.
Author
Satoru Gojo
Downloads
95
Views
1,028
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Satoru Gojo