Incerto onde
começar?
Track
Certificado
Game Development with Unity
4.7+
★★★★★
★★★★★
52 avaliações
Beginner
Have you ever played games? I think in our time, everyone has at least once launched computer games and enjoyed the virtual world of these digital creations. But have you ever been curious about how such games are created? What programming language are they written in, and what is game development? This track will introduce you to one of the most popular game engines, Unity. Get ready to dive into an incredible adventure of learning Unity and create your own game using the C# language!
C#
Unity
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
- Access to 85+ top-rated courses
- AI-driven Learning
- Workspaces for practicing your skills
- Personalized study tracks
- Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- You will master the fundamentals of C# programming, enabling you to write efficient and clean code
- You will learn to build interactive games from scratch using Unity, applying core game development principles
- You will be able to create and manage game assets, animations, and physics to bring your game ideas to life
- You will develop a strong foundation in game development, giving you the skills to create your own games and expand into more advanced Unity features
- 169 chapters
- 18 hours
- 137 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Noções Básicas de C#
Nesta seção, teremos uma introdução ao C#. Além disso, também aprenderemos alguns elementos básicos da linguagem C#.
Em qualquer linguagem de programação, temos que lidar com diferentes tipos de dados. Nesta seção, aprenderemos sobre isso.
- Tipos de Dados InteirosPreview
- Declarando Variáveis com Tipos ExplícitosPreview
- Ponto Flutuante e DoublePreview
- BooleanosPreview
- CaracterePreview
- StringPreview
- Desafio de StringsPreview
- Formatação Básica de StringsPreview
- Prática de Formatação de StringsPreview
- Declarando ConstantesPreview
- Conversão de Tipos BásicaPreview
- Prática de Conversão de TiposPreview
- Conversão Básica de TiposPreview
- Prática Básica de CodificaçãoPreview
Nesta seção, aprenderemos sobre os recursos do C# que nos ajudam a controlar o fluxo do programa, como a execução de partes do código com base em condições.
- Operadores de ComparaçãoPreview
- Operadores LógicosPreview
- Desafio de OperadoresPreview
- Ordem das OperaçõesPreview
- instrução ifPreview
- Desafio de if-conditionPreview
- Palavra-chave elsePreview
- Prática da Palavra-chave elsePreview
- Cadeia if-elsePreview
- Tarefa (se, senão-se, senão)Preview
- Instrução switchPreview
- Praticando SwitchPreview
Nesta seção, aprenderemos como lidar com tarefas repetitivas na programação.
Arrays são uma parte importante de qualquer linguagem de programação, pois nos permitem agrupar e manipular uma grande quantidade de dados semelhantes. Nesta seção, aprenderemos sobre Arrays e como usá-los para aplicações práticas.
Nesta seção, aprenderemos sobre um dos recursos mais amplamente utilizados e essenciais do C# chamados Métodos. Também exploraremos seus usos através de tarefas práticas criativas.
- O que são Métodos?Preview
- Criando e Chamando MétodosPreview
- Prática de Criação de MétodosPreview
- Parâmetros de MétodoPreview
- Praticando Método com ParâmetrosPreview
- Valores de Retorno do MétodoPreview
- Praticando Valores de RetornoPreview
- Escopos Locais e GlobaisPreview
- Praticando EscoposPreview
- O que vem a seguir?Preview
Module 2 / C# Beyond Basics
In this section we will learn data structures like Lists and Dictionaries. We will also learn how to read and write files. In the end we will look at how to deal with unexpected errors which can occur during the program's execution.
In this section we will learn about some more advanced structures for storing data, namely Structs and Enumerators. We will learn how to use them and we will look at some practice examples as well.
- What are Structs?Preview
- Defining & Using a StructurePreview
- Practicing StructsPreview
- Structs with Other Data StructuresPreview
- Struct MethodsPreview
- Correctly Accessing Fields in Struct MethodsPreview
- Practicing MethodsPreview
- Struct ConstructorsPreview
- Practicing ConstructorsPreview
- EnumeratorsPreview
- Practicing EnumeratorPreview
In this section, we will learn what Object-Oriented Programming (OOP) is and how we can create programs that use the concept of OOP. We will also practice this concept with many hands-on tasks that are fun to solve.
In this section, we delve deeper into the essentials of Object-Oriented Programming (OOP). We explore advanced topics to enhance your understanding and proficiency in OOP. From managing object lifecycles through destructors to refining class structures with access modifiers, and harnessing the power of derived classes and method overloading, this section equips you with the knowledge and practical skills needed to design robust and flexible object-oriented systems.
This will be a detailed chapter in which we will dive deep into the main principles of Object-Oriented Programming (OOP). We will also look at many practical applications and hands-on examples of these principles to understand them better. In this section we will revise some of the concepts from the previous section in a bit more detail and combine the concepts together to understand it more thoroughly.
Module 3 / Unity for Beginners
Welcome to the Unity Introduction section! Discover what Unity is and how it's used through a concise video. Learn how to download Unity with step-by-step instructions accompanied by visuals. Follow along as we create a project and scene in Unity. Explore the Unity interface, including Hierarchy, Project, Console, Scene, Game, and Inspector, through an engaging video with a quizzes.
Embark on your game development journey with Unity Essentials. Learn scripting basics,
explore components, manipulate GameObjects, master object transformations, capture
player input, and move your first player. Engage with concise videos, interactive quizzes, and
clear instructions.
In this Unity Physics section, grasp foundational concepts in gaming physics, including
time.deltaTime's role for smooth gameplay. Learn to utilize Rigidbody components effectively and implement collision detection techniques. Explore OnCollisionEnter and OnTriggerEnter methods' uses. Apply these skills practically by guiding a bird character through a Flappy Bird-style game, mastering movement and collision detection.
Discover how to design interfaces and incorporate sounds into your games. Begin by
mastering UI basics and creating elements. Explore specific UI designs like Texts and buttons. Connect different game scenes and add a main menu to your game. Enhance gameplay with immersive sound effects, utilizing a dedicated sound manager for optimal control and organization.
Enhance your game's visuals by updating designs and incorporating basic particle systems and post-processing effects. Improve the overall design for a better player experience.
Finally, export your game and conduct thorough testing to ensure quality. This section
focuses on updating game designs and adding simple visual effects to improve the overall look of your game.
Module 4 / Fighting Game in Unity
In this chapter, we will learn all about animations, how to synchronize animations with movement, and how to smoothly transition between animations.
We will create a full behavior for the player and animate it. The player will be able to move, jump, and attack using different techniques, such as the Rigidbody2D for movement and triggers for attacks and interactions.
We will create the Boss AI and define its behavior based on the player's proximity. When the player is at a long distance, the Boss will either send a projectile or move toward the player. If the player is nearby, the Boss will attack with its weapon. Additionally, when the Boss's health drops below 40%, it will enter a rage state and unleash different, more aggressive attacks.
We will implement major improvements to the game, including adding particles and effects to enhance the overall feel. Additionally, we'll create UI elements such as the main menu and health bar, and ensure they are controllable. Finally, we'll export the game and test it.
We will revisit the game we created in the previous Unity course (Flappy Bird) and enhance it. We'll add random generation, synchronize the background movement with the player, and dynamically move obstacles, creating an endless gameplay experience.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
O principal é aprender e não desistir
O material é bom, há muito a aprender, tudo para se tornar melhor e o principal é aprender o que você quer....
Matteo Comune
Graças a eles, estou aprendendo muito…
Graças a eles, estou aprendendo muito mais rápido porque eles ajudam você a entender tudo desde o início. É o melhor site que ajuda pessoas sem conhecimento em TI...
Yuliana Cadavid
óptimo curso para iniciantes
ótimo curso para iniciantes, eles testam o seu conhecimento em cada lição...
Elpunzon
Estou a gostar da minha experiência com a Codefinity…
Estou a gostar da minha experiência de aprendizagem do Python com a Codefinity. A forma de aprendizagem ao meu ritmo é óptima porque posso ajustá-la ao meu horário...
Alexandru Alexandru
É bom aprender com o Codefinity
É bom aprender com o Codefinity. É fácil e tem bons exemplos do que aprendi aqui...
jacob Templet
Easy to follow along with and provides…
É fácil seguir e proporciona desafios no meu dia-a-dia. O desafio mantém-me querendo aprender dia após dia...
Elan
A Codefinity é uma ferramenta de aprendizagem abrangente…
A Codefinity é uma ferramenta de aprendizagem abrangente que ajuda a desenvolver as suas habilidades como engenheiro de software ou cientista de dados. Os exercícios são divertidos...
Thibault
Primeira vez aprendendo a programar
Primeira vez a aprender a programar e conseguindo-o com sucesso com a Codefinity - obrigado...
Adrien Morel
Bem desenhado para iniciantes totais
Bem desenhado para iniciantes totais, progresso incremental e faz-me sentir confiante....
_Gracy
é simplesmente muito bem explicado
é simplesmente perfeitamente bem explicado! Até agora, não tive qualquer dificuldade porque tudo é muito bem gerido...
Ruslan Kravchuk
O principal é aprender e não desistir
O material é bom, há muito a aprender, tudo para se tornar melhor e o principal é aprender o que você quer....
Matteo Comune
Graças a eles, estou aprendendo muito…
Graças a eles, estou aprendendo muito mais rápido porque eles ajudam você a entender tudo desde o início. É o melhor site que ajuda pessoas sem conhecimento em TI...
Yuliana Cadavid
óptimo curso para iniciantes
ótimo curso para iniciantes, eles testam o seu conhecimento em cada lição...
Elpunzon
Estou a gostar da minha experiência com a Codefinity…
Estou a gostar da minha experiência de aprendizagem do Python com a Codefinity. A forma de aprendizagem ao meu ritmo é óptima porque posso ajustá-la ao meu horário...
Alexandru Alexandru
É bom aprender com o Codefinity
É bom aprender com o Codefinity. É fácil e tem bons exemplos do que aprendi aqui...
jacob Templet
Easy to follow along with and provides…
É fácil seguir e proporciona desafios no meu dia-a-dia. O desafio mantém-me querendo aprender dia após dia...
Elan
A Codefinity é uma ferramenta de aprendizagem abrangente…
A Codefinity é uma ferramenta de aprendizagem abrangente que ajuda a desenvolver as suas habilidades como engenheiro de software ou cientista de dados. Os exercícios são divertidos...
Thibault
Primeira vez aprendendo a programar
Primeira vez a aprender a programar e conseguindo-o com sucesso com a Codefinity - obrigado...
Adrien Morel
Bem desenhado para iniciantes totais
Bem desenhado para iniciantes totais, progresso incremental e faz-me sentir confiante....
_Gracy
é simplesmente muito bem explicado
é simplesmente perfeitamente bem explicado! Até agora, não tive qualquer dificuldade porque tudo é muito bem gerido...
Data Engineer
Certificado de Conclusão
Mostre suas habilidades recém-adquiridas. Você merece
Discover more
Learning tracks
Learning tracks
trilha
Somente para Ultimate
Web Development with C#
7 Cursos
428 Tarefas
Iniciante
4.8
(2203)
trilha
Somente para Ultimate
Python de Zero a Herói
6 Cursos
318 Tarefas
Iniciante
4.7
(7804)
trilha
Somente para Ultimate
SQL do Zero ao Herói
4 Cursos
184 Tarefas
Iniciante
4.7
(2447)
trilha
Somente para Ultimate
C++ para Iniciantes
6 Cursos
159 Tarefas
Iniciante
4.4
(386)
trilha
Somente para Ultimate
Torne-se um Desenvolvedor React
5 Cursos
119 Tarefas
Intermediário
4.6
(54)
trilha
Somente para Ultimate
Web & Cloud Fundamentals
4 Cursos
210 Tarefas
Iniciante
4.7
(636)
trilha
Somente para Ultimate
Excel from Zero to Hero
4 Cursos
53 Tarefas
Iniciante
4.7
(180)
trilha
Somente para Ultimate
Data Analyst Foundation
4 Cursos
169 Tarefas
Iniciante
4.8
(2263)
trilha
Somente para Ultimate
Essenciais de Java
6 Cursos
406 Tarefas
Iniciante
4.7
(155)
trilha
Somente para Ultimate
Python: Além do Intermediário
4 Cursos
1 Projeto
242 Tarefas
Iniciante
4.7
(5939)
trilha
Somente para Ultimate
Desenvolvimento Web Full Stack
7 Cursos
477 Tarefas
Iniciante
4.7
(765)
trilha
Somente para Ultimate
Fundação de Desenvolvimento Frontend
6 Cursos
464 Tarefas
Intermediário
4.7
(738)
trilha
Somente para Ultimate
Análise e Visualização de Dados em Python
5 Cursos
249 Tarefas
Iniciante
4.7
(607)
trilha
Somente para Ultimate
Fundamentos de Aprendizado de Máquina
4 Cursos
1 Projeto
104 Tarefas
Avançado
4.6
(97)
Become a Development expert
- Interactive exercises
- Learning videos
- AI-assistant on all courses
- Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
- Access to 85+ top-rated courses
- AI-driven Learning
- Workspaces for practicing your skills
- Personalized study tracks
- Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams